SIGTRAP error while debugging in DDD
Hi All,
I was new to GDB debugger.
While i am trying to run my code on GDB, initially i am getting the
error "Program received signal SIGTRAP, Trace/breakpoint trap".
Even though am able to debugging the code.
Why iam getting the SIGTRAP error intially ?.
Can any one helpme how to avoid this kind of error?.
Is there any way/command in GDB to ignore the SIGTRAP error.
Thanks in advance
Thanks & Regards
Murali N
.
Relevant Pages
- Re: When is SIGTRAP raised?
... in gdb, gdb shows the signal as having been raised at the point at ... what could be reason for the SIGTRAP being rasied here? ... The user asks gdb to set a breakpoint at a certain address in the ... When the target process hits that address, ... (comp.os.linux.development.apps) - Re: More trouble with i386 EFLAGS and ptrace
... > The reason this happens is that when the inferior hits a breakpoint, ... So GDB does a PTRACE_SINGLESTEP, ... So the single-step completes and returns SIGTRAP to GDB. ... GDB tries to singlestep past the breakpoint - PTRACE_SINGLESTEP, ... (Linux-Kernel) - ptrace unexpected SIGTRAP (trace bit) on x86, x86_64 kernel 2.6.13.2
... Ptrace is giving unexpected SIGTRAP in kernel 2.6.13.2 ... the first user-visible SIGTRAP is expected due to ... But gdb sees a SIGTRAP, ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - SIGTRAP vs. sys_exit_group race
... between the queuing of SIGTRAP and the actual delivery. ... At this point gdb gets confused (maybe a bug ... The patch below resolves the issue for me, ... Siemens AG, Corporate Technology, CT SE 2 ... (Linux-Kernel) - gdb vs fortran RTL -- fight for SIGSEGV
... I have to debug a FORTRAN-77 program ... SIGSEGV, but I can't point the gdb debugger to a line ... (comp.unix.programmer) |
|