Thu Nov 15 20:37:44 2001 :: Log Almighty: copyover

Program received signal SIGTRAP, Trace/breakpoint trap.
0x40001d50 in _start () at rtld.c:141
141     rtld.c: No such file or directory.
        in rtld.c
(gdb) bt
#0  0x40001d50 in _start () at rtld.c:141
(gdb) continue
Continuing.
Thu Nov 15 20:38:00 2001 :: [*****] BUG:
Thu Nov 15 20:38:00 2001 :: [*****] BUG:
Thu Nov 15 20:38:00 2001 :: ROM is ready to rock on port 4000 who port 4010.
Thu Nov 15 20:38:00 2001 :: Copyover recovery initiated
New_descriptor: accept: Bad file descriptor
Thu Nov 15 20:38:00 2001 :: Loading Almighty.
 
Program received signal SIGSEGV, Segmentation fault.
0x08068212 in write_to_buffer (d=0x40282a70, txt=0xbfff8720 "\e[0;36m",
    length=7) at comm.c:1671
1671            d->outbuf[0]    = '\n';
(gdb) bt
#0  0x08068212 in write_to_buffer (d=0x40282a70, txt=0xbfff8720 "\e[0;36m",
    length=7) at comm.c:1671
#1  0x0806a6b8 in send_to_char (txt=0x80b4b29 "{c", ch=0x402830d8)
    at comm.c:2950
#2  0x0804e755 in do_look (ch=0x402830d8, argument=0x80bb19b "")
    at act_info.c:1073
#3  0x0806488a in copyover_recover () at act_wiz.c:4735
#4  0x08066921 in main (argc=5, argv=0xbffff7ac) at comm.c:462
#5  0x400421f0 in __libc_start_main () from /lib/libc.so.6
(gdb) continue
Continuing.
 
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.



On Thursday 15 November 2001 19:30, you wrote:
> On Thu, Nov 15, 2001 at 07:22:58PM -0500, Brian T . Johnson wrote:
> > in the line:
> > do_look(d->character, "");
> >
> > I get seg faulted... this is because do_look actually tries to add color
> > code to a static buffer of zero length, yes?
>
> Maybe. Maybe not. Use gdb to find out where it really goes wrong
> ("do_look" has more than one line). Then come back :-)
>
> Edwin

Reply via email to