Perrin Harkins wrote:
> On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote:
>> 1) are core dumps automatically generated by seqfaults? If not,
>> how do I have Apache generate them?
>
> Sounds like you're looking for this:
>
http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults
>

To build Embperl with debug symbols, do a

perl Makefile.PL debug
make install

Instead of searching for the core file, you can also run the httpd under
gdb:

gdb /usr/sbin/httpd
set args -X -f /etc/path/to/httpd.conf
r
-> request the file
-> sigsegv
BT

Gerald



---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
Besuchen Sie uns auf der KOMCOM 2004 in Mannheim
25. bis 27. Mai 2004  Stand K11a   www.komcom.de

ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


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

Reply via email to