bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdbserver vs native gdb differences


From: Ranjan Parthasarathy
Subject: gdbserver vs native gdb differences
Date: Tue, 24 Jul 2001 12:27:35 -0700

I am using the snapshot from 23rd july 2001 and the application is a 
multithreaded application using pthreads. I am  seeing the following problem:

When i run gdb natively everything seems to work fine but when i run 
remotely, i see various signals being generated : SIGPWR Power Down/Restart  
signal received in sigsuspend. The stack trace is as follows:

#0  0x40fe1cde in sigsuspend () from /lib/libc.so.6
#1  0x402ed529 in __pthread_wait_for_restart_signal ()
   from /lib/libpthread.so.0
#2  0x402ecd38 in pthread_create@@GLIBC_2.1 () from /lib/libpthread.so.0
#3  0x402ecdaf in address@hidden () from /lib/libpthread.so.0

Thanks

Ranjan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]