You may also want to try this after one of your act_wiz.c commands.

in act_wiz.c in void do_noshout

under

    if (IS_NPC (victim))
    {
        send_to_char ("Not on NPC's.\n\r", ch);
        return;
    }
snipp
    abort();
unsnipp

then log on to your mud copyover and noshout yourself and see if that
produces a handy file.



On Mon, 1 Jul 2002, Daniel Scott Wilds wrote:

>
> sometimes gdb doesnt go in its path when gcc is installed from a rpm.
> try
> bash: locate gdb
>
>
>
> On Thu, 27 Jun 2002, Jeremy Hill wrote:
>
> > Don't know about the threaded thing; I didn't myself add any DNS threading 
> > code
> > because I read bad things about it.  So as far as I know, whatever the DNS 
> > is,
> > or whatever, is stock out of QuickMUD.
> >
> > Linux:  Yes.  I believe the MUD host is running a version of Red Hat 7; 
> > uname
> > reports Linux 2.4.18.  I've been poking at the code and, yes, the thought 
> > to run
> > it through GDB ran through my mind.  so...
> >
> > 30283 ?        S      0:00 /bin/csh ./startup
> > 30777 ?        S      0:14 rom 7778 copyover 5
> >  4439 pts/3    S      0:00 -bash
> >  4512 pts/3    R      0:00 ps x
> > kishna:~/QuickMUD/area$ gdb ../src/rom 30777
> > bash: gdb: command not found
> >
> > *cough*.  Looks like I need to have friendly chat with the host folks.
> >
> > As such, I'm going to copy the MUD to my local box and from there send GDB 
> > info
> > about the roomprog crashes I am experiencing, if that is acceptable with the
> > list.
> >
> > Thanks for the help so far, I appreciate all of your efforts, concern, and 
> > help.
> > I'm going to table the core thing and just run it through gdb locally and 
> > work
> > from there.
> >
> >
> >
> >
> > --
> > ROM mailing list
> > [email protected]
> > http://www.rom.org/cgi-bin/mailman/listinfo/rom
> >
>
>
> --
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
>


Reply via email to