> # set CFLAGS="$CFLAGS -g"
> # make
Arg! Please use
# make CFLAGS='-O -g'
instead.
signature.asc
Description: Digital signature
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
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
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
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
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
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
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.
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
> > 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
> 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
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
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
13 matches
Mail list logo