Seshu Yamajala

Results 11 comments of Seshu Yamajala

Any updates on this issue? In the latest release, I tried to update a location pathname as the output of callback and ended up stuck in an infinite loop. EDIT:...

@brendangregg do you mean i need to trace SIGKILL? Why isnt it enough to call bpf_get_task_stack on [p](https://github.com/iovisor/bcc/blob/master/tools/oomkill.py#L41)?

Something that is related to this is having the throw focused window to space shortcuts create a space before throwing if the requested space doesn't exist.

I'm not sure why I wasn't getting any errors. What would happen was I would open a file and it would just get stuck at trying to start a server...

Any progress on this?

It seems like as a work around that if you create a template and set a default table style in it that python-pptx should respect that when inserting a new...

Related to this it looks like there is a bug here: https://github.com/CabbageDevelopment/qasync/blob/master/qasync/__init__.py#L231 Some how we're ending up in a state where timerid has already been deleted from the __callbacks dictionary....

I swapped out zmq for tcp and its not leaking anymore, so i think this proves the leak is coming from pyzmq.

The pyzmq developers responded and this bug does appear to be due to qasync/asyncqt https://github.com/zeromq/pyzmq/issues/1406