This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: apache PHP segmentation fault



Sam Edge wrote:
> I'm struggling with the PHP Apache module.
> > I'm using the latest "cur" packages for everything, specifically
> apache 1.3.24-4 and mod_php4 4.2.0-1 and can't find anything wrong
> with the configuration. The system is Windows NT4.0SP6a.
> 

I wasn't aware that a cygwin port of 4.2.0 existed other than I my own 
compiling of the CGI/CLI version of PHP. URL?

> The fault occurs whether running httpd.exe from the command line using
> -X, from the command line with -k, detached from the command line or
> as a cygrunsrv NT service. It coredumps and generates an
> httpd.exe.stack.dump file in the same directory at test.php.
> 
> Is anyone else having the same problem or does anyone have a solution
> for this?

It sounds a lot like an extension is failing to load. Try setting 
display_startup_errors to 'on' in php.ini.
If your version of PHP uses loadable extensions try commenting out the 
extension lines from php.ini and see if the problem goes away.

Cheers,
  Graeme


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]