Subject: Problem
To: None <port-sparc@NetBSD.ORG>
From: John F. Acree <jfacree@eos.ncsu.edu>
List: port-sparc
Date: 04/04/1998 14:12:13
I've been working on a program written in C++, on an IPX running
netbsd.  A problem has appeared that I don't know what to do about.  The
program was working fine, except when the user entered certain commands
that had bugs in the code for them, which I was testing to get rid of.
When I fixed the bugs, the program segfaulted.

(gdb) bt
#0  0x1017cf04 in malloc ()
#1  0x146fc in ___builtin_new ()
#2  0xe98c in real_main () at main.cpp:198
#3  0xe594 in main (argc=1, argv=0xeffff80c) at main.cpp:128
 It did this both before and after trying unlimit.
Anyone have any ideas?  Thanks.
The program is a game I'm writting for fun.
    John Acree