Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3CD9C022.1040605@aol.com> Date: Thu, 09 May 2002 10:17:38 +1000 From: Graeme Merrall Reply-To: graeme AT inetix DOT com DOT au User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020430 Netscape7/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Edge CC: cygwin AT cygwin DOT com Subject: Re: apache PHP segmentation fault References: <01ufduo7c330fgmratp0qgfrgqkdv7upa8 AT 4ax DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/