From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: drow@false.org
Cc: roland.schwingel@onevision.de, gdb@sources.redhat.com
Subject: Re: gdb stack trace problems
Date: Mon, 18 Apr 2005 17:11:00 -0000 [thread overview]
Message-ID: <200504181710.j3IHAvPc024879@elgar.sibelius.xs4all.nl> (raw)
In-Reply-To: <20050418135721.GA5332@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 18 Apr 2005 09:57:21 -0400)
Date: Mon, 18 Apr 2005 09:57:21 -0400
From: Daniel Jacobowitz <drow@false.org>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to thread 2316.0xf8c]
> 0x0040131d in crashIfZero (num=2) at gdbtest.c:17
> 17 *data=911;
> (gdb) thr 1
> [Switching to thread 1 (thread 2316.0xf10)]#0 0x7c91eb94 in
> ntdll!LdrAccessResource () from ntdll.dll
> (gdb) bt
> #0 0x7c91eb94 in ntdll!LdrAccessResource () from ntdll.dll
> #1 0x7c91d85c in ntdll!ZwDelayExecution () from ntdll.dll
> #2 0x7c8023ed in SleepEx () from /vol/c/WINDOWS/system32/kernel32.dll
> #3 0x00000000 in ?? () from
OK, here's a concrete problem. GDB 6.x has a (usually) more reliable
prologue analyzer for x86, compared to GDB 5.3. However, the old one
got lucky with SleepEx and the new one doesn't. I'd ask you to post
disassembly of the function except I'm not sure how wise that is with a
Microsoft DLL...
Mark, you did the work on the i386 prologue analyzer. Any chance you
could take a look at this?
Sure if someone can provide me with the dissassembly in AT&T syntax
for that function, or even better some assembler code that exhibits
the problem. No promises though that I'll fix this. Last time I
looked at some windows disassembler it looked like it was hand
optimized in such a way that the entire function needed to be analyzed
to do something useful; something that doesn't quite fit in the way we
do things in GDB.
Mark
next prev parent reply other threads:[~2005-04-18 17:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-18 13:48 Roland Schwingel
2005-04-18 13:57 ` Daniel Jacobowitz
2005-04-18 17:11 ` Mark Kettenis [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-04-19 6:58 Roland Schwingel
2005-04-15 15:06 Roland Schwingel
2005-04-16 14:09 ` 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=200504181710.j3IHAvPc024879@elgar.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=drow@false.org \
--cc=gdb@sources.redhat.com \
--cc=roland.schwingel@onevision.de \
/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