From: Michal Ludvig <mludvig@suse.cz>
To: gdb <gdb@sources.redhat.com>
Subject: Strange segfaults of gdb
Date: Thu, 11 Apr 2002 09:12:00 -0000 [thread overview]
Message-ID: <3CB5B5F1.7010809@suse.cz> (raw)
Hi all,
I've spent several days with chasing gdb segfaults on x86-64 but had no
luck. So I'm finally asking here for any suggestions, opinions, hints,
just anything that could move me forward.
The problem is, that when I print anything using a 'print' command, or
info or maybe some others, and then want to run or step the debugged
program, the gdb segfaults:
# ./gdb ~/mludvig/tst/xmmtest
GNU gdb 2002-04-04-cvs
[...]
This GDB was configured as "x86_64-unknown-linux-gnu"...
Setting up the environment for debugging gdb.
.gdbinit:3: Error in sourced command file:
Function "internal_error" not defined.
(gdb) br 10
Breakpoint 1 at 0x4004d8: file xmmtest.c, line 10.
(gdb) r
Starting program: /root/mludvig/tst/xmmtest
Breakpoint 1, main () at xmmtest.c:10
10 printf("v1=%f, v2=%f, v3=%e\n", v1, v2, v3);
(gdb) p 1
$1 = 1
(gdb) c
Continuing.
Segmentation fault (core dumped)
It doesn't matter which program I run, what I want to print and if I
then want invoke 'run', 'continue' or even 'si'. It segfaults. Core file
doesn't give any reasonable informations.
This segfault also happens when I leave 'set complaints 1' in .gdbinit
in sourcedir, run gdb from there and then try to run a debugged program.
Unfortunately it is perfectly reproductable :-(
Does anybody have an idea how print, set and step can be related?
I really don't know...
Thanks for any ideas
Michal Ludvig
--
* SuSE CR, s.r.o * mludvig@suse.cz
* +420 2 9654 5373 * http://www.suse.cz
next reply other threads:[~2002-04-11 16:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-11 9:12 Michal Ludvig [this message]
2002-04-11 14:43 ` Michael Snyder
2002-04-12 2:13 ` Eli Zaretskii
2002-04-12 4:27 ` Michal Ludvig
2002-04-12 5:05 ` Eli Zaretskii
2002-04-16 11:16 ` Michael Snyder
2002-04-17 3:12 ` Michal Ludvig
2002-12-12 16:36 Terje Eggestad
2002-12-13 9:59 ` Michal Ludvig
[not found] ` <1039817373.10496.19.camel@eggis1>
2002-12-14 6:09 ` Michal Ludvig
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=3CB5B5F1.7010809@suse.cz \
--to=mludvig@suse.cz \
--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