Michael Ströder wrote:
Quanah Gibson-Mount wrote:
--On January 28, 2009 4:33:53 PM +0100 Michael Ströder michael@stroeder.com wrote:
(gdb) bt all No symbol "all" in current context.
Generally:
thr apply all bt
I think is what you are going for (i.e., get a full backtrace on all threads).
Now gdb backtrace of hanging test008 with HEAD and compiled with only -O2:
OK, please try current HEAD again. It's reverted to the original epoll behavior (level-triggered) so this type of problem can no longer occur. Also I've found that setting the descriptor to edge-triggered after-the-fact works, so it still prevents the endless hangup reports from happening.