Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Nick Roberts <nickrob@snap.net.nz>
Cc: gdb@sources.redhat.com
Subject: Re: internal-error: insert_step_resume_breakpoint_at_sal
Date: Wed, 26 Jan 2005 21:39:00 -0000	[thread overview]
Message-ID: <41F80DD9.6030503@gnu.org> (raw)
In-Reply-To: <16888.105.309770.857500@farnswood.snap.net.nz>

Nick Roberts wrote:
>  > > However, I don't know how to get a backtrace as sending SIGINT (actually
>  > > SIGSTOP with Emacs) interrupts the bottom level process (Emacs in this
>  > > case). I can then interrupt the GDB being debugged, but presumably by then
>  > > things have changed.
>  > 
>  > You can attach to gdb - $ gdb gdb <pid> - and then get a backtrace that way.
> 
> Ah, yes! It just tells me GDB is waiting. Perhaps that was obvious but I had
> hoped it would be looping as that would have been a problem that I could have
> debugged.
> 
> #0  0x4012e7e9 in wait4 () from /lib/libc.so.6
> #1  0x4012e787 in waitpid () from /lib/libc.so.6
> #2  0x0809b2e2 in child_wait (ptid={pid = -1, lwp = 0, tid = 0}, 
>     ourstatus=0xbffff1d0) at linux-nat.c:1689
> During symbol reading, incomplete CFI data; unspecified registers (e.g., eax) at 0x809b2fd.
> #3  0x080f98ea in wait_for_inferior () at infrun.c:973
> 
> 
>  > Anyway, same as before, lets look at a transcript (see the script 
>  > command) with "set debug infrun 1" (and perhaphs also "set debug target 
>  > 1" - that one is really verbose).
> 
> Its attached below. GDB isn't hanging as it spews out more output from infrun
> if I move the mouse around in Emacs. Its just not letting Emacs reach the next
> statement.

This sounds like something was dropped on the floor :-(

Looking at the logs, it appears that GDB is continuously receiving and 
then delivering signals (resume step=0, signal=20) and never getting an 
oportunity to do a step :-(

We're going to need more info, try

$ script -c gdb
(gdb) file ...
(gdb) set debug target 1
(gdb) set debug infrun 1
(gdb) run
..
.
(gdb) step

..
(gdb) quit

it will create a transcript file that interleaves the log output and the 
commands you've typed (and it will be big!).

Andrew


  reply	other threads:[~2005-01-26 21:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-24  4:02 Nick Roberts
2005-01-16 10:54 ` Nick Roberts
2005-01-18 18:59   ` Andrew Cagney
2005-01-18 21:53     ` Nick Roberts
2005-01-19 15:55       ` Andrew Cagney
2005-01-20  0:59         ` Nick Roberts
2005-01-20 10:23           ` Dave Korn
2005-01-20 10:58             ` Nick Roberts
2005-01-20 17:07           ` Andrew Cagney
2005-01-21  2:47             ` Nick Roberts
2005-01-24 21:59               ` Andrew Cagney
2005-01-26 10:19                 ` Nick Roberts
2005-01-26 16:26                   ` Andrew Cagney
2005-01-26 20:48                     ` Nick Roberts
2005-01-26 21:39                       ` Andrew Cagney [this message]
2005-01-27  1:02                         ` Nick Roberts
2005-02-06  7:16                           ` Andrew Cagney
2005-02-06  7:26                             ` Andrew Cagney
2005-02-06 20:11                             ` Nick Roberts
2005-02-08 16:57                               ` Andrew Cagney

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=41F80DD9.6030503@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb@sources.redhat.com \
    --cc=nickrob@snap.net.nz \
    /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