You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from some light gdb and stracing it appears that attempt #2 is sending SIGURG and writing to the message queue, but the rbtracer.so extension is no longer firing the signal handler. I can't figure out why.
The text was updated successfully, but these errors were encountered:
Maybe this is something unique to puma workers but we can't attach to them more than once:
If attach gdb here I can see it running the rbtracer_detach() cleanup just fine in the extension.
Now the subsequent call fails:
from some light gdb and stracing it appears that attempt #2 is sending SIGURG and writing to the message queue, but the rbtracer.so extension is no longer firing the signal handler. I can't figure out why.
The text was updated successfully, but these errors were encountered: