Instead of the last of the lines, let's see the first. I'm specifically interested in the very FIRST call to sig_handler() and what 'sig' is.
My guess is something seg faulted, and then do_auto_shutdown() seg faulted, initializing the signal handler, running do_auto_shutdown() which seg faulted, initializing the signal handler and so on. > -----Original Message----- > From: Tom Whiting [mailto:[EMAIL PROTECTED] > Sent: Monday, January 07, 2002 4:15 PM > To: [email protected] > Subject: boggled > > > > Here's an odd little error I continually get when the mud crashes, > corrupting the core files and all. From what I can see, it > doesn't have > anything to do with rom @ all, but I might be misinterpreting > something > here. Here's the output from gdb: > > #1151 0x806a5f9 in do_auto_shutdown () at act_wiz2.c:1868 > #1152 0x807bcb3 in sig_handler (sig=-1074789136) at comm.c:614 > #1153 0x40066c48 in __restore () at > ../sysdeps/unix/sysv/linux/i386/sigaction.c:127 > > As you can see there's 1100+ lines to the core, ALL the same > thing (??) > > Has anyone else encountered this problem with auto_shutdown et all?? > I've tried reinstalling the code, I've tried pretty much everything I > know to do, and it seems to be a problem with only redhat ((boggle)), > because with slack it works just fine.. Of course, I've only tested it > on the two though. > > ------------------------------------------- > TJW: Head tech, Dreamless Realms Mud > Personal: http://twhiting.kyndig.com > Mud: http://drealms.kyndig.com > Snippets http://drealms.kyndig.com/snippets > Telnet telnet://drealms.kyndig.com:9275 > The OLC2 Pages http://olc.kyndig.com > ------------------------------------------- > > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

