Problems debugging (gdb) my simple application
From: Clemens Fischer (Clemens.Fischer_at_aon.at)
Date: 05/19/05
- Next message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Translating \ escape codes"
- Previous message: Måns Rullgård: "Re: Translating \ escape codes"
- Next in thread: Clemens Fischer: "Re: Problems debugging (gdb) my simple application"
- Reply: Clemens Fischer: "Re: Problems debugging (gdb) my simple application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 May 2005 15:51:46 +0200
Hi gurus,
i've written a simple C++/"Hello World" application and would like to set a
breakpoint for debugging reasons. The funny thing is that if i set a
breakpoint and instruct gdb to run the application I get an error like this:
Cannot insert breakpoint 1.
Error accessing memory address 0x80486cc: Input/output error.
Aonther observation is that if I code a segmentation fault (that the
heaviest part) the debugger is working fine . I saw lots of similar question
somewhere out there, but no solution for the problem ...
So long,
// Clemens
PS:
gdb --> GNU gdb 6.3
g++ --> g++ (GCC) 3.3.1 (SuSE Linux)
App --> Compiled with "g++ hello.cxx -g -o hello"
- Next message: Jens.Toerring_at_physik.fu-berlin.de: "Re: Translating \ escape codes"
- Previous message: Måns Rullgård: "Re: Translating \ escape codes"
- Next in thread: Clemens Fischer: "Re: Problems debugging (gdb) my simple application"
- Reply: Clemens Fischer: "Re: Problems debugging (gdb) my simple application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|