SEGV in memInit

2000-03-07 Thread Kevin Day
We're having a problem where very very rarely we get a segfault on exec of something, and I finally caught it: # gdb menu GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

Re: SEGV in memInit

2000-03-07 Thread Kevin Day
We're having a problem where very very rarely we get a segfault on exec of something, and I finally caught it: Here's a better backtrace, sorry. :) Program received signal SIGSEGV, Segmentation fault. 0x2813862d in vfprintf () from /usr/lib/libc.so.3 (gdb) bt #0 0x2813862d in vfprintf

Re: SEGV in memInit (ignore all of this)

2000-03-07 Thread Kevin Day
We're having a problem where very very rarely we get a segfault on exec of something, and I finally caught it: Ack... Ignore this whole thread... The first backtrace looked like builtin_new was causing this... someone replaced my new/delete in this, and didn't tell me. Bad day.