Bug 63

Summary: Debugging multi threaded programs using gdb
Product: uClibc Reporter: Amol <amol.natekar>
Component: ThreadsAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: aldot, uclibc-cvs
Priority: P5    
Version: <= 0.9.29.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target: mipsel-*-*
Build:

Description Amol 2009-01-21 11:35:38 UTC
Hi,

We have uclibc-0.9.28.23 ported onto a MIPS platform. When we try to debug binaries linked with libpthread a SIG32 is thrown repeatedly. We tried ignoring the signal but didnt help much. What could be the possible problem.

Amol
Comment 1 Bernhard Reutner-Fischer 2009-03-03 00:09:13 UTC
Please provide a small, standalone testcase, including preprocessed sources and traces plus debug logs.
Comment 2 Bernhard Reutner-Fischer 2009-03-03 00:10:32 UTC
And use 0.9.30.1 since there were numerous fixes applied since 0.9.28.3 was shipped.
Thanks.
Comment 3 Mike Frysinger 2009-07-20 11:46:06 UTC
afaik, this is normal behavior with linuxthreads

try this in your gdb:
handle SIG32 nostop noprint pass