On Tue, 6 Aug 2002 [EMAIL PROTECTED] wrote:

> When I run my MUD by going ./startup &, I log in,
> request a quest a few times, copyover, and I get this
> error:
>
> Program received signal SIGTRAP, Trace/breakpoint trap.
> 0x40001e60 in _start () at rtld.c:158
> 158     rtld.c: No such file or directory.
>         in rtld.c
> (gdb) bt
> #0  0x40001e60 in _start () at rtld.c:158

This happens when you call exec(ve|l) - because you're now running inside
a new program, and the old program has gone away.

Type "cont(inue)" and you'll be fine.



-- 
Dominic J. Eidson
                                        "Baruk Khazad! Khazad ai-menu!" - Gimli
-------------------------------------------------------------------------------
http://www.the-infinite.org/              http://www.the-infinite.org/~dominic/


Reply via email to