From owner-freebsd-bugs Mon Aug 19 11:47:29 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA27485 for bugs-outgoing; Mon, 19 Aug 1996 11:47:29 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA27465 for ; Mon, 19 Aug 1996 11:47:24 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id LAA14862; Mon, 19 Aug 1996 11:46:02 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) by whistle.com via smap (V1.3) id sma014860; Mon Aug 19 11:45:46 1996 Message-ID: <3218B625.FF6D5DF@whistle.com> Date: Mon, 19 Aug 1996 11:44:53 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Phil Karn CC: nate@mt.sri.com, bugs@freebsd.org Subject: Re: 2.2-960801-SNAP consistently panics on HP Omnibook 4000 References: <199608191619.JAA07254@unix.ka9q.ampr.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Phil Karn wrote: > > Here's a possibly significant clue. I'm using SLIP at the moment, at > least until I can get a PCMCIA Ethernet card that's supported. The > installation scripts set me up with some ifconfig commands in the > startup file, but no slattach command. If I manually attach the slip > interface before doing anything with the network, then I can run > sendmail, telnet, etc just fine without any kernel panics (so far). > > Could there be an uninitialized pointer somewhere in the slip driver > that gets set properly by slattach, thus preventing a kernel page > fault when the pointer is dereferenced? > > Phil I vaguely remember someone recently patched something like this...