did you use gdb? try gdb ./autorun lib/circle.core back <note i am using a SunOS if you don't need the "./" to execute don't use it :)> Malcor On Mon, 22 Jul 1996 goamkows@kirk.geog.sc.edu wrote: > anybody know what could cause memory faults? > i'm trying to run the mud using autorun, and doing a ps -aux, there is > nothing else running except my shell... > :( > > > > From goamkows@kirk.geog.sc.edu Tue, 23 Jul 96 8:38:56 EDT X-SystemInfo: MyE-Mail: EMail X-Message-No: 2834 (database) From: goamkows <goamkows@kirk.geog.sc.edu> To: circle <circle@pvv.ntnu.no> Subject: qsort prob fixed Date: Tue, 23 Jul 96 08:38:01 Message-ID: <CMM.0.90.0.838125536.goamkows@kirk.geog.sc.edu> Reply-To: goamkows@kirk.geog.sc.edu (goamkows) X-POP3-Rcpt: lk4150@per Return-Path: owner-circle@pvv.ntnu.no Received: from flipper.pvv.ntnu.no (43@flipper.pvv.ntnu.no [129.241.210.200]) by per.cybercity.dk (8.6.12/8.6.12) with ESMTP id PAA15327 for <lk4150@krull.dk>; Tue, 23 Jul 1996 15:36:37 +0200 Received: (from majordomo@localhost) by flipper.pvv.ntnu.no (8.7.5/8.6.12) id PAA24697 for circle-outgoing; Tue, 23 Jul 1996 15:44:25 +0200 Received: from otis.cla.sc.edu (otis.cla.sc.edu [129.252.1.2]) by flipper.pvv.ntnu.no (8.7.5/8.6.12) with SMTP id PAA24691 for <circle@pvv.ntnu.no>; Tue, 23 Jul 1996 15:44:06 +0200 Received: from kirk.geog.sc.edu by otis.cla.sc.edu (4.1/SMI-4.1)id AA05388; Tue, 23 Jul 96 09:43:49 EDT Received: by kirk.geog.sc.edu (4.1/SMI-4.1)id AA29291; Tue, 23 Jul 96 08:38:57 EDT Sender: owner-circle@pvv.ntnu.no Precedence: bulk sheesh! i finally figured it out - sysdep.h includes stdlib.h, and the file i'm adding also include stdlib.h independently, as well as including sysdep.h. getting rid of the #include <stdlib.h> in the file being added seems to have taken care of this. *sigh*
This archive was generated by hypermail 2b30 : 12/07/00 PST