bug-gdb
[Top][All Lists]
Advanced

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

Re: gdbserver vs native gdb differences


From: Mark Kettenis
Subject: Re: gdbserver vs native gdb differences
Date: 24 Jul 2001 22:56:43 +0200

Ranjan Parthasarathy <address@hidden> writes:

> 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

Debugging multi-threaded applications remotely using gdbserver isn't
supported.  People are working on this, but it probably will take a
while before it really works.

Mark



reply via email to

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