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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8ffa9536773ae61,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-06 09:27:54 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeeds.belnet.be!news.belnet.be!colt.net!newspeer.highwayone.net!newsfeed1.telenordia.se!algonet!uab.ericsson.se!erix.ericsson.se!newstoo.ericsson.se!not-for-mail From: "Petter Fryklund" Newsgroups: comp.lang.ada Subject: How to decipher windsh output on page faults? Date: Wed, 6 Jun 2001 18:27:07 +0200 Organization: ericsson Message-ID: <9flkne$skm$1@newstoo.ericsson.se> NNTP-Posting-Host: 172.17.76.206 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Xref: archiver1.google.com comp.lang.ada:8242 Date: 2001-06-06T18:27:07+02:00 List-Id: 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). Any advice?