Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 1995 17:54:03 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-hackers@FreeBSD.org, wpaul@skynet.ctr.columbia.edu
Subject:   Re: The all-singing, all-dancing install...
Message-ID:  <199502040654.RAA22846@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Fatal trap 12: page fault while in kernel mode
>...
>instruction pointer     = 0x8:0xf01c04eb
>...
>f01c04bc t _init_scp         <---- likely culprit
> ...
>My guess is that it puked while trying to write to /dev/ttyv1, which
>didn't exist because syscons was disabled. I'm not sure what the proper
>fix for this would be, except possibly some extra sanity checking
>somewhere.

Yes, scopen() of /dev/ttyv1 doesn't check if syscons is configured.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502040654.RAA22846>