-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEGV when running tracebacker on loaded workers #29
Comments
Ok, i have managed to reproduce it, let's see what i will find... |
hi, it should be fixed now (and should not leak memory anymore) |
damn, i was pretty close ... i know i missed the thanks Roberto! |
oh btw if you drop a #29 (or really, #ISSUE) github will link issues back to commits... just FYI in-case you didn't know :) makes it nice for reference later on. |
DETAILS
per discussion on ML, i've found a repro case. this uses the dumbloop, as it matrches the exact problem i'm dealing with (and makes it easy to keep worker loaded).
example simulates a loaded AMQP worker by publishing to the loopback on an artificial
memory://
transport (seequeue_worker.py
for more detail), and then rapidly connects to the tracebacker using a socat busy loop; should segfault in approx 5-10 seconds.REPRODUCE
HEAD
dumbloop
to buildqueue_worker.py
COMMANDS
The text was updated successfully, but these errors were encountered: