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

Bus error compiling thefish 0.2 on -current

2002-03-30 Thread Miguel Mendez
Hi, I'm finishing the new version of sysutils/thefish, and doing some development on a -current box. For the ncurses/dialog frontend, I'm using a couple of functions from the sysinstall code, and this program works perfectly well on a 4.5-STABLE system. If I take the binary and run it on -CURRENT