Matt Fleming

Results 23 comments of Matt Fleming

These are all really useful scenarios, but I don't think schedtime is the right tool for them since it's designed to work just like time(1), e.g. you start a new...

This is probably a path issue. Which version(s) of python do you have on your system and did the bcc package install to the correct place? You find bcc's installation...

> I have both python2 and python3. I installed bcc using pip2(python2). I am still getting the same error. I also tried with python3 but the same result. There is...

> I now get a Segmentation Fault though... Can you use gdb to get a stacktrace to see why it's segfaulting?

$ gdb \ (gdb) run \ HIT SEGFAULT (gdb) bt

Sorry, try: $ sudo gdb python (gdb) run ./schedtime

Which version of bcc are you running? On Wed, 11 Mar, at 05:08:02PM, Stefano Doni wrote: > (gdb) run ./schedtime ls > Starting program: /usr/bin/python ./schedtime ls > [Thread debugging...

If we maintain an in-order queue doesn't it become possible to a single delayed `CompletableFuture` to delay all subsequent ones, e.g. head-of-line blocking? Couldn't we use a semaphore to limit...

> @mfleming Was this resolved already? Not as far as I know. This is still an open issue.

I think as a first step it would be simpler to just prohibit using multiple threads with an exclusive subscription, though you're right that ideally we can use multiple threads...