At 10:05 2-6-2002, Matt Sergeant shared with all of us:

> > However - I can't get a core dump, and in gdb run -X /path/to/conf doesn't
> > create a socket somehow.
>
>You must be doing something wrong with gdb. The full thing is:
>
>$ gdb /path/to/apache/bin/httpd
>gdb> run -X
><make a request>
><watch it segfault>
>gdb> bt

Yep - I started with -exec.
Here's the output:
0x48bd64f5 in XS_AxKit_Debug (cv=0x8492a1c) at AxKit.xs:197
AxKit.xs:197: No such file or directory.
(gdb) bt
#0  0x48bd64f5 in XS_AxKit_Debug (cv=0x8492a1c) at AxKit.xs:197
#1  0x48292631 in Perl_pp_entersub ()
#2  0x4828c481 in Perl_runops_standard ()
#3  0x48245a0c in Perl_call_sv ()
#4  0x4824579e in Perl_call_sv ()
#5  0x807a681 in ?? ()
#6  0x48bda3db in axkit_handler (r=0x8549034) at axconfig.c:1043
#7  0x819c0f9 in ?? ()
#8  0x81b11ff in ?? ()
#9  0x81b1266 in ?? ()
#10 0x81a7e86 in ?? ()
#11 0x81a8041 in ?? ()
#12 0x81a81bc in ?? ()
#13 0x81a87fd in ?? ()
#14 0x81a905c in ?? ()
#15 0x80767a7 in ?? ()

>Note that you really should do it with symbols enabled in your AxKit to make
>this useful for me (compile AxKit with OPTIMIZE=-g).

AxKit.xs:197 section:
         cfg = (axkit_dir_config *)
                 ap_get_module_config(r->per_dir_config, &XS_AxKit);
197:        if (level > cfg->debug_level) {
             return;
         }





Best regards,

Melvyn Sopacua
WebMaster IDG.nl
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
If it applies, where it applies - this email is a personal
contribution and does not reflect the views of my employer
IDG.nl.
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to