Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Receiving SIGTRAP when starting debugger with a breakpoint
Receiving SIGTRAP when starting debugger with a breakpoint [message #114463] Fri, 06 August 2004 10:19
Eclipse UserFriend
Originally posted by: ralf.becker.ids.de

Hello

I use eclipse 3.0 and CDT 2.0 and SUSE 9.0.
I create a project with "Managed Make c Project".
I started 1 process with 3 threads.

When I start the debugger without breakpoint the program runs.
When I start the debugger with a breakpoint the following failure happens:

Window: Debug
<terminated>GDB Debugger (06.08.04 11:52) (Exited. Signal 'SIGTRAP'
received.Description: Trace/breakpoint trap.)

Window: Console
info threads
No registers.
info program
Using the running image of child process 5524.
Program stopped at 0x8049335.
It stopped at a breakpoint that has since been deleted.
Type "info stack" or "info registers" for more information.
info threads
whatis FuncStr
type = char *

I can see in the Signal window the settings for SIGTRAP:
pass = no
suspend = yes

I can debug the programm with the ddd.

Thank for help
Previous Topic:Problem of eclipse when interpreting debugger output
Next Topic:Default Values for StringList
Goto Forum:
  


Current Time: Mon Jan 13 20:02:07 GMT 2025

Powered by FUDForum. Page generated in 0.07019 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top