Subject: Re: Segmentation fault - core dumped - more info
To: None <oinkfreebiker@att.net>
From: Greg A. Woods <woods@weird.com>
List: port-i386
Date: 07/09/2001 18:05:29
[ On Monday, July 9, 2001 at 21:55:25 (+0000), oinkfreebiker@att.net wrote: ]
> Subject: Segmentation fault - core dumped - more info
>
> Segmentation fault - core dumped
> 
> ...repeated four times did not go away
> at the next boot. As far as I got by 
> myself (I'm a newbie).

Time to look around for *.core files....  /etc/daily will do this for
you if it's run every night and if "find_core=yes" is set in
/etc/daily.conf (or by implication in /etc/defaults/daily.conf).

You can do it manually too (this more or less cut & pasted from /etc/daily):

  find / \( ! -fstype local -o -fstype rdonly -o -fstype fdesc \
	-o -fstype kernfs -o -fstype procfs \) -a -prune -o \
	-name 'lost+found' -a -prune -o \
	\( -name '*.core' -o -name 'core' \) -a -type f -a -print | \
  egrep -e '\.core$|/core$'

Let us know what you find (and what release of NetBSD you're running).

-- 
							Greg A. Woods

+1 416 218-0098      VE3TCP      <gwoods@acm.org>     <woods@robohack.ca>
Planix, Inc. <woods@planix.com>;   Secrets of the Weird <woods@weird.com>