Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-12 Thread Wade, Daniel
> > $ sudo cvs -danon...@anoncvs1.ca.openbsd.org:/cvs up -dP > > Uh, bad idea. Do not run cvs as root. > You don't want /usr/src owned by root. > > That way, you would have to su to root whenever you edit a source > file. You do not want to do things as root when it is not needed. > In particula

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-12 Thread Ingo Schwarze
Hi Insan, Insan Praja SW wrote on Thu, Feb 12, 2009 at 03:01:26AM +0700: > On Wed, 11 Feb 2009 23:29:31 +0700, Ingo Schwarze wrote: >> I bet you missed >> http://www.openbsd.org/cgi-bin/cvsweb/src/bin/ksh/c_ksh.c#rev1.33 >> >> To confirm, type [...] and show me the output. > $ /bin/ksh > $ se

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Insan Praja SW
On Wed, 11 Feb 2009 23:29:31 +0700, Ingo Schwarze wrote: Hi Insan, Insan Praja SW wroto on Wed, Feb 11, 2009 at 02:09:15PM +0700: When upgrading my OBSD 4.5-beta machine, I got ===> usr.sbin/bind PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " LDFLAGS="" INSTALL_PROGRAM="

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Insan Praja SW
On Wed, 11 Feb 2009 23:29:31 +0700, Ingo Schwarze wrote: Hi Insan, Insan Praja SW wroto on Wed, Feb 11, 2009 at 02:09:15PM +0700: When upgrading my OBSD 4.5-beta machine, I got ===> usr.sbin/bind PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " LDFLAGS="" INSTALL_PROGRAM="

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Ingo Schwarze
Hi Insan, Insan Praja SW wroto on Wed, Feb 11, 2009 at 02:09:15PM +0700: > When upgrading my OBSD 4.5-beta machine, I got > ===> usr.sbin/bind > PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " > LDFLAGS="" INSTALL_PROGRAM="install -c -s" sh > /usr/src/usr.sbin/bind/config

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Ingo Schwarze
Harald Dunkel schrieb am Wed, Feb 11, 2009 at 10:51:35AM +0100: > I cannot speak for OpenBSD here, but for Linux a core dump of gcc > was an indication for bad RAM, i.e. a hardware problem. Insan didn't report a core dump of gcc, but of ksh. I would be very surprised if this particular one were a

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Insan Praja SW
On Wed, 11 Feb 2009 18:57:19 +0700, Nick Holland wrote: Insan Praja SW wrote: On Wed, 11 Feb 2009 15:59:23 +0700, Alexander Yurchenko wrote: do a binary update from the snapshot using bsd.rd first. then try to make build. Well of course, my usual step on upgrading my experiment boxes wo

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Nick Holland
Insan Praja SW wrote: > On Wed, 11 Feb 2009 15:59:23 +0700, Alexander Yurchenko > wrote: > >> do a binary update from the snapshot using bsd.rd first. then try to >> make build. >> > Well of course, my usual step on upgrading my experiment boxes would be: > 1. get latest source. > > cd /u

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Michiel van Baak
On 10:51, Wed 11 Feb 09, Harald Dunkel wrote: > I cannot speak for OpenBSD here, but for Linux a core dump of gcc > was an indication for bad RAM, i.e. a hardware problem. Or a box running out of memory and the kernel starts killing processes. > > > Regards > > Harri > -- Michiel van Baak

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Harald Dunkel
I cannot speak for OpenBSD here, but for Linux a core dump of gcc was an indication for bad RAM, i.e. a hardware problem. Regards Harri

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Insan Praja SW
On Wed, 11 Feb 2009 15:59:23 +0700, Alexander Yurchenko wrote: do a binary update from the snapshot using bsd.rd first. then try to make build. Well of course, my usual step on upgrading my experiment boxes would be: 1. get latest source. > cd /usr/src > cvs -danon...@anoncv

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Matthias Kilian
On Wed, Feb 11, 2009 at 09:47:57AM +0100, Matthias Kilian wrote: > Did you clean your /usr/obj before running make build? > i.e. rm -rf /usr/obj/* And of course, make obj after it.

Re: Segmentation fault (Core dumped) when "Make Build"

2009-02-11 Thread Matthias Kilian
On Wed, Feb 11, 2009 at 02:09:15PM +0700, Insan Praja SW wrote: > When upgrading my OBSD 4.5-beta machine, I got > ===> usr.sbin/bind > PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " > LDFLAGS="" INSTALL_PROGRAM="install -c -s" sh > /usr/src/usr.sbin/bind/configure --prefi

Segmentation fault (Core dumped) when "Make Build"

2009-02-10 Thread Insan Praja SW
Hi Misc, Forgot to include the dmesg; OpenBSD 4.5-beta (GENERIC) #61: Wed Feb 11 13:33:23 WIT 2009 r...@greenbridgevpn.mygreenlinks.net:/usr/src/sys/arch/i386/compile/GENERIC RTC BIOS diagnostic error d cpu0: Intel(R) Xeon(R) CPU E3110 @ 3.00GHz ("GenuineIntel" 686-class) 3 GHz cpu0: FPU,V8

Segmentation fault (Core dumped) when "Make Build"

2009-02-10 Thread Insan Praja SW
Hi Guys, When upgrading my OBSD 4.5-beta machine, I got ===> usr.sbin/bind PATH="/bin:/usr/bin:/sbin:/usr/sbin" CC="cc" CFLAGS="-O2 -pipe " LDFLAGS="" INSTALL_PROGRAM="install -c -s" sh /usr/src/usr.sbin/bind/configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-sha