From owner-freebsd-bugs Mon Aug 19 09:24:51 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04767 for bugs-outgoing; Mon, 19 Aug 1996 09:24:51 -0700 (PDT) Received: from unix.ka9q.ampr.org (karn@unix.ka9q.ampr.org [129.46.90.35]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA04753 for ; Mon, 19 Aug 1996 09:24:49 -0700 (PDT) Received: (from karn@localhost) by unix.ka9q.ampr.org (8.7.4/8.7.3) id JAA07254; Mon, 19 Aug 1996 09:19:21 -0700 (PDT) Date: Mon, 19 Aug 1996 09:19:21 -0700 (PDT) Message-Id: <199608191619.JAA07254@unix.ka9q.ampr.org> From: Phil Karn To: nate@mt.sri.com CC: bugs@freebsd.org In-reply-to: <199608191448.IAA15872@rocky.mt.sri.com> (message from Nate Williams on Mon, 19 Aug 1996 08:48:58 -0600 (MDT)) Subject: Re: 2.2-960801-SNAP consistently panics on HP Omnibook 4000 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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