public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* question about SIGTRAP
@ 2012-08-02  1:32 John Smith
  2012-08-04 19:17 ` Jan Kratochvil
  0 siblings, 1 reply; 2+ messages in thread
From: John Smith @ 2012-08-02  1:32 UTC (permalink / raw)
  To: gdb

hi.when I print a vector element using operator [ ],gdb show me this :

       Program received signal SIGTRAP, Trace/breakpoint trap.
0x08048a0b in std::vector<int, std::allocator<int> >::operator[]
(this=0xbfffde70, __n=0) at
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_vector.h:479
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on".
Evaluation of the expression containing the function
(std::vector<int, std::allocator<int> >::operator[](unsigned int))
will be abandoned.
When the function is done executing, GDB will silently stop.


then it is trapped into the stl library,and I can not go out .

how can I deal with this?


thank you
!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-04 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-02  1:32 question about SIGTRAP John Smith
2012-08-04 19:17 ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).