Re: Bus error

2003-11-06 Thread Simon Barner
> # set CFLAGS="$CFLAGS -g" > # make Arg! Please use # make CFLAGS='-O -g' instead. signature.asc Description: Digital signature

Re: Bus error

2003-11-06 Thread Simon Barner
Hi, > Hi today, cvsup'ed my source and build world ... > and now get an so called > > Bus error > > while i want to su, anyone know about it (or fixed it) I think the best is to build debugging version of su: # cd /usr/src/usr.bin/su # make clean # make depend # set CFLAGS="$CFLAGS -g" # make

Re: Bus error

2003-09-20 Thread Andre Guibert de Bruet
On Sat, 15 Nov 2003, Philipp Westphal wrote: > Hi today, cvsup'ed my source and build world ... > and now get an so called > > Bus error > > while i want to su, anyone know about it (or fixed it) 1) Adjust your system clock so that it's set to something reasonable. 2) What CFLAGS do you have in

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Dan Nelson
In the last episode (Mar 30), Kris Kennaway said: > On Sat, Mar 30, 2002 at 06:40:52PM +0100, Miguel Mendez wrote: > > On Sat, Mar 30, 2002 at 02:17:45PM +0100, Miguel Mendez wrote: > > > > Just for the record, and to make things more fun, the program works when > > linked with efence. Could this

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Garrett Rooney
On Sat, Mar 30, 2002 at 10:58:58PM +0100, Miguel Mendez wrote: > Why this problem doesn't show on -STABLE is still beyond my > comprehension, default malloc behaviour maybe? -stable has different default settings for malloc.conf, that's probably why it didn't show up. the -current settings are

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Miguel Mendez
On Sat, Mar 30, 2002 at 01:31:09PM -0800, Kris Kennaway wrote: Hi Terry and Kris, > Sounds like it could be the malloc.conf defaults on -current exposing > a bug in the program code. Yes, there was a bug in my code, it just didn't show up on -STABLE. Apparently, when one uses efence, allocated

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Kris Kennaway
On Sat, Mar 30, 2002 at 06:40:52PM +0100, Miguel Mendez wrote: > On Sat, Mar 30, 2002 at 02:17:45PM +0100, Miguel Mendez wrote: > > Just for the record, and to make things more fun, the program works when > linked with efence. Could this narrow the problem to libc? Any ideas? Sounds like it coul

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Terry Lambert
Miguel Mendez wrote: > > On Sat, Mar 30, 2002 at 02:17:45PM +0100, Miguel Mendez wrote: > > Just for the record, and to make things more fun, the program works when > linked with efence. Could this narrow the problem to libc? Any ideas? Sounds like a change in the libdialig stuff is biting you.

Re: Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Miguel Mendez
On Sat, Mar 30, 2002 at 02:17:45PM +0100, Miguel Mendez wrote: Just for the record, and to make things more fun, the program works when linked with efence. Could this narrow the problem to libc? Any ideas? Cheers, -- Miguel Mendez - [EMAIL PROTECTED] GPG Public Key :: http://ene

Re: Bus error on savecore

2000-09-02 Thread Blaz Zupan
> > Has anyone else noticed savecore core dumping on a bus error? I think it > > started on my yesterday's make world. Redid the make world today with the > > latest sources and it's still doing it. Leaves a nice savecore.core in /. > > Try the enclosed patch. Works now. Thanks! Blaz Zupan, Me

Re: Bus error on savecore

2000-09-02 Thread Tor . Egge
> Has anyone else noticed savecore core dumping on a bus error? I think it > started on my yesterday's make world. Redid the make world today with the > latest sources and it's still doing it. Leaves a nice savecore.core in /. Try the enclosed patch. - Tor Egge Index: sbin/savecore/savecore.c

Re: Bus error on savecore

2000-09-02 Thread Donn Miller
Blaz Zupan wrote: > > Has anyone else noticed savecore core dumping on a bus error? I think it > started on my yesterday's make world. Redid the make world today with the > latest sources and it's still doing it. Leaves a nice savecore.core in /. A while ago, passwd was dumping core on a bus err

Re: Bus error in isatty() from /usr/lib/libc.so.3

1999-08-12 Thread John Birrell
Thimble Smith wrote: > Hello. I have a reproducable problem which gdb says is ending up at > 0x2818d862 in isatty() from /usr/lib/libc.so.3. A full back trace is > below. If this is a problem in FreeBSD, I'm very glad to do any > experiments that might be helpful. If it's a problem somewhere e