> if you can reproduce at will, use gdb:
> % gdb httpd
> (gdb) source mod_perl-x.xx/.gdbinit
> (gdb) b Perl_croak
> (gdb) run -X
> .... run request that causes error ...
> (gdb) where
> .... stack printed here ...
> (gdb) curinfo
> .... perl filename:linenumber printed here ...

OOOOOOOOOOOOOOOHHHHHHHHHHHHHHHHHH!!!!

Seriously, tho, do you think you could come up with a short list of
definitions for those macros?  I was pretty excited to see them, once,
except that I couldn't make them work. <sigh>  Even a comment w/ a usage:

AvFILL(<address>)

just to see what to feed the macro from gdb space?

Not like you have anything ELSE to do... (JUST KIDDING I can tell you've
been writing email *all day* by the posts that keep trickling into the
list).

L8r,
Rob

Reply via email to