Takashi Ishihara wrote:
> Program received signal SIGUSR1, User defined signal 1.
This is normal and is because of the way pth creates threads.
If you read one of the papers this is all explained.
Here is what I put in my .gdbinit when debugging pth programs:
handle SIGUSR1 nostop noprint pass
handle SIGPIPE nostop noprint pass
Try creating a .gdbinit file with those contents before
running gdb.
Good luck,
-Archie
__________________________________________________________________________
Archie Cobbs * Packet Design * http://www.packetdesign.com
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]