From: Remy CARD (card@masi.ibp.fr)
Date: 03/28/93


From: card@masi.ibp.fr (Remy CARD)
Subject: Re: Help! uemacs causes memory fault
Date: Sun, 28 Mar 1993 16:24:57 GMT

In article <wd6cmuC4JH05.EIA@netcom.com> wd6cmu@netcom.com (Eric Williams) writes:
>I just downloaded uemacs from tsx-11 and was editing a file. When it came
>time to exit and write it out (<esc>-Z), I got the following:
>
>Unable to handle kernel paging request at address c0000000
>Oops: 0000
>EIP: 0008:00000000
>EFLAGS: 00010246
>fs: 0017
>base: 00000000, limit: c0000000
>Pid: 41, process nr: 9
>Unable to handle kernel paging request at address c0000000
>Oops: 0000
>EIP: 0008:0010d375
>EFLAGS: 00010246
>fs: 0017
>base: 00000000, limit: c0000000
>Pic: 41, process nr: 9
>64 8a 04 0b 0f a1 88 45 fc 0f
>
>The file I was editing was lost.
>
>My system is 40MHz 386 with 8MB, 80MB SCSI HD with xia fs, Adaptec
>1742A controller, Tseng 4000 display. I installed the system using the
>hlu rootdisk and base disks with Linux 0.99pl6 off of tsx-11.
>
>Anybody got a clue what went wrong?

        This message indicates that a kernel function crashed. You can get
the name of the offending function by running :
        nm /usr/src/linux/tools/system | sort | more

        and by looking for the function starting at an address just inferior to
0010d375.

>--
>Eric Williams wd6cmu@netcom.com | Never attribute to malice that which
>WD6CMU@WD6CMU.#NOCAL.CA.USA.NA | is adequately explained by stupidity.

        Remy