I am running prog with GDB - throws SIG32, why?
@localhost config]# gdb prog
GNU gdb Red Hat Linux (5.3.90-0.20030710.40rh )
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so .1".
(gdb) run
Starting program: config/prog
** starting the model **
Creating this Directory for logs: /log
mkdir: cannot create directory `/log': File exists
Program received signal SIG32, Real-time event 32.
0x080aed7f in __pthread_sigsu spend ()
(gdb)
@localhost config]# gdb prog
GNU gdb Red Hat Linux (5.3.90-0.20030710.40rh )
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so .1".
(gdb) run
Starting program: config/prog
** starting the model **
Creating this Directory for logs: /log
mkdir: cannot create directory `/log': File exists
Program received signal SIG32, Real-time event 32.
0x080aed7f in __pthread_sigsu spend ()
(gdb)
Comment