This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marcin.bachry
Recipients brian.curtin, loewis, marcin.bachry, nikratio, pitrou, theller
Date 2010-01-20.14:02:50
SpamBayes Score 0.007842251
Marked as misclassified No
Message-id <1263996172.35.0.332412908395.issue7736@psf.upfronthosting.co.za>
In-reply-to
Content
> Still, I'd be extremly grateful if someone could tell me the trick how 
to create a backtrace in such a deadlock situation

Sorry, I should have mentioned that. In order to get backtrace you let the process freeze, attach gdb to it (it will freeze too), then go to /sys/fs/fuse/connections/ and find your fuse connection (it's most likely the one with non-zero value in "waiting" file). Then do "echo 1 > abort" and go back to gdb.
History
Date User Action Args
2010-01-20 14:02:52marcin.bachrysetrecipients: + marcin.bachry, loewis, theller, pitrou, brian.curtin, nikratio
2010-01-20 14:02:52marcin.bachrysetmessageid: <1263996172.35.0.332412908395.issue7736@psf.upfronthosting.co.za>
2010-01-20 14:02:51marcin.bachrylinkissue7736 messages
2010-01-20 14:02:50marcin.bachrycreate