Hi Dale,

On Mon, Sep 19, 2005 at 08:10:05PM -0400, D. Walsh wrote:
> I've been building for some time without incident however, when I  
> include a module apache crashes.
> 
> I have gdb and while I can start apache with it, when it does crash  
> I'm lost because I don't know what to do.

Here's a start... Fire up apache with the -X option using gdb and then
when it crashes run "backtrace" or "bt" at the gdb prompt.  That'll show
you where it is crashing in the source code.  From there, you can make
an somewhat educated guess at what code is at fault.

See:
    http://bugs.php.net/bugs-generating-backtrace.php

Tracking down the actual source of your problem will be a bit more
inovled.  There are a few decent gdb tutorials online that'll get you
started.

HTH,
Andrew
-- 
Andrew Yochum
Plexpod
[EMAIL PROTECTED]
718-360-0879

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to