This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Program received signal SIGTRAP, Trace/breakpoint trap


Sometimes this happens when the instruction you are trying to execute
is a breakpoint.  Do a x/i 0x0183ac7c and see what instruction you
are trying to execute.

Tim
On Thu, May 15, 2003 at 11:44:35AM -0700, Smita wrote:
> Hi,
> I am trying to debug a program with gdb5.3
> But, I keep getting this message:
> Program received signal SIGTRAP, Trace/breakpoint trap
> 0x0183ac7c in _sys_select ()
> 
> I keep getting this even if i continue.
> Why am I seeing this? What is the solution to this?
> 
> Thanks a lot.
> Smita
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]