From: jacques <jacqueslenormand@sympatico.ca>
To: gdb@sources.redhat.com
Cc: gdb@sources.redhat.com
Subject: Re: Problems outputting a string
Date: Thu, 27 Feb 2003 18:14:00 -0000 [thread overview]
Message-ID: <3E5FA6BF.8080405@sympatico.ca> (raw)
In-Reply-To: <3E5FA468.8090008@sympatico.ca>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=GB2312, Size: 1425 bytes --]
woops, had the gdb output paste wrong, here it is(everything else was
correct):
bash-2.05b$ gdb tetete.o
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) b 7
Breakpoint 1 at 0x80486ad: file /home/palomer/tetete.cpp, line 7.
(gdb) r
Starting program: /home/palomer/tetete.o
Breakpoint 1, foo() () at /home/palomer/tetete.cpp:7
7 return ret;
(gdb) p ret
$1 = {static npos = 4294967295,
_M_dataplus = {<allocator<char>> = {<No data fields>},
_M_p = 0xbffff7a0
"T\233\004\ba"+$@?¡Ây"?\035\205\004\bT_\022@a"+$@?¡Ây"?d\n\023@\
001"}, static _S_empty_rep_storage = {0, 0, 0, 0}}
(gdb) p ret.c_str()
Program received signal SIGSEGV, Segmentation fault.
0x400acf3c in std::char_traits<char>::assign(char&, char const&) ()
from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/libstdc++.so.5
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::string::c_str() const
) will be abandoned.
(gdb)
--Jacques
next prev parent reply other threads:[~2003-02-27 18:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <F84byfA34cnFqUob5MF00027426@hotmail.com>
2003-02-27 16:36 ` a question about gdb and simulator Andrew Cagney
2003-02-27 18:04 ` Problems outputting a string jacques
2003-02-27 18:14 ` jacques [this message]
2003-02-27 19:27 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E5FA6BF.8080405@sympatico.ca \
--to=jacqueslenormand@sympatico.ca \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox