public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Keith Seitz <keiths@redhat.com>
To: "Heik H. Hellmich" <hellmich@mikro.ee.tu-berlin.de>
Cc: insight@sources.redhat.com
Subject: Re: step through code
Date: Fri, 27 Sep 2002 09:56:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.44.0209270955350.1515-100000@valrhona.uglyboxes.com> (raw)
In-Reply-To: <3D948874.99C32AFE@mikro.ee.tu-berlin.de>

On Fri, 27 Sep 2002, Heik H. Hellmich wrote:

> (gdb) s
> Single stepping until exit from function _start,
> which has no line number information.
> cpu 1, cia 0xfffff1cc: program interrupt - privileged instruction
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The simulator thinks you've attempted to execute a privileged instruction, 
and threw an exception:
 
> Program terminated with signal ?, Unknown signal.
> The program no longer exists.
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The default reaction was to kill the simulator process. There are two 
problems here:

1) Insight was not notified that an exception occurred. (It would have 
popped up a dialog telling you that an exception occurred.)
2) Either the sim or the executable has a bug concerning this privileged 
instruction. How did you compile your executable (linker scripts, 
libraries, etc)?

I'll look at #1, but #2 may require outside help if it is more than just a 
build error.

Keith

       reply	other threads:[~2002-09-27 16:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3D948874.99C32AFE@mikro.ee.tu-berlin.de>
2002-09-27  9:56 ` Keith Seitz [this message]
     [not found] <3D9491C7.84727946@mikro.ee.tu-berlin.de>
2002-09-27 10:18 ` Keith Seitz
     [not found] <3D9323DB.C90B70D3@mikro.ee.tu-berlin.de>
2002-09-26  8:49 ` Keith Seitz
2002-09-25  3:58 Heik H. Hellmich
2002-09-25  8:34 ` Keith Seitz

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=Pine.LNX.4.44.0209270955350.1515-100000@valrhona.uglyboxes.com \
    --to=keiths@redhat.com \
    --cc=hellmich@mikro.ee.tu-berlin.de \
    --cc=insight@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).