From: Mike A. <mi...@wr...> - 2001-04-19 00:38:15
|
Whenever I try to display threads in gdb, I get a message box popping up with the text "Couldn't restore frame in current thread, at frame 0". I click OK, and a window comes up with the title "Processes" and Thread 1 listed. The error pops up every time I step in the debugger until I close the "Processes" window, then everything seems to work fine. Is this a bug, or do I need to adjust my build? I'm compiling with these options currently: g++ -c -gxcoff -fhuge-objects -mthreads ... g++ -gxcoff -mthreads -Xlinker -bbigtoc ... Is there anything I need to add to these options? Thanks, Mike Allen |