problem with GDB using Threads
problem with GDB using Threads
- Subject: problem with GDB using Threads
- From: Damien Pacaud <email@hidden>
- Date: Mon, 6 Oct 2003 15:31:18 +0200
Hi list,
I am beginning the multiThread implementation of my app...and i am
kinda stuck here :
When i run the app using build&run in PB , it works almost fine...at
least it does'nt sigsegv nor sigbus nor sigabtr....
but then as i still have a litle pb, i decided to run GDB....and this
is what i get :
[Switching to process 2603 thread 0x3a47]
[Switching to process 2603 thread 0x3a47]
[Switching to process 2603 local thread 0xb03]
[Switching to process 2603 local thread 0xb03]
/SourceCache/gdb/gdb-282/src/gdb/dummy-frame.c:353: internal-error:
dummy_frame_register_unwind: Assertion `dummy != NULL' failed.
A problem internal to GDB has been detected. Further
debugging may prove unreliable.
The Debugger has exited due to signal 6 (SIGABRT).(gdb)
is that a known issue ?
what am I doing wrong here ?
I just don't understand why GDB crashes .....
and the funiest part is that it doesnt crash every time....
I thought may be I did not exit the thread newly created but i
checked...and it is exited...
If anyone has a pointer....
Thanks in advance
Damien Pacaud
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.