From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8ffa9536773ae61 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-06 16:01:06 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.frii.net!news-out.nuthinbutnews.com!propagator!feed2.newsfeeds.com!newsfeeds.com!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9flkne$skm$1@newstoo.ericsson.se> Subject: Re: How to decipher windsh output on page faults? Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Wed, 06 Jun 2001 19:00:07 EDT Organization: http://www.newsranger.com Date: Wed, 06 Jun 2001 23:00:07 GMT Xref: archiver1.google.com comp.lang.ada:8278 Date: 2001-06-06T23:00:07+00:00 List-Id: In article <9flkne$skm$1@newstoo.ericsson.se>, Petter Fryklund says... > >There is a lot of information written to a windsh upon a page fault, ie >Program Counter, Status Register, Error Code and something that looks like >Stack Info. The Stack Info consists of reference to different packages in >the progamme ie >..lin.C.3A.5Cusr.5CPetter.5Cadawork.5CVxWorks.5CFS.5CTimingBuild.5Ctiming.4. >22 (790194, &--dope33..C.3A.........) > >This is obviously the whole path to the source of a package followed by, >possibly or probably, some kind of reference to subprogram (4.22). I asked GreenHills the same question, and was told about what you already guessed. Its the name of the package and possibly routine. Unfortunately they (according to the engineer I talked to) do not include enough information in that symbol name to tell you what line it is. The best way to figure it out is to run your program with the GreenHills debugger attached. Then you can ask to "go to" that address, and it should show you the surrounding source. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com