> Maybe there is some other piece missing (see my posting before this topic).
> My gdb is not sure about the threads:
> (gdb) info threads
> Cannot find new threads: generic error
> 
> But:
> (gdb) thread apply 1-2 bt
> 
> Thread 1 (LWP 11116):
> #0  0x0000003e93a329b5 in raise () from /lib64/libc.so.6
> #1  0x0000003e93a33d5a in abort () from /lib64/libc.so.6
> #2  0x000000000040082b in main ()
> 
> Thread 2 (LWP 11117):
> #0  0x0000003e93ab56dd in nanosleep () from /lib64/libc.so.6
> #1  0x0000003e93ab5589 in sleep () from /lib64/libc.so.6
> #2  0x000000000040079a in th ()
> #3  0x0000003e94607006 in start_thread () from /lib64/libpthread.so.0
> #4  0x0000003e93ae780d in clone () from /lib64/libc.so.6
> 
> But I have no idea how to getinto this problem.
> Is it necessary to debug or trace gdb+bfd for that?

It is not clear to me what is the above. I suppose that info threads
does not work on a core dump, and so reports it cannot
find new threads.


Philippe


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to