Author Topic: Apache 2.2 unexpectedly shutting down  (Read 1067 times)

0 Members and 1 Guest are viewing this topic.

Offline slaterinoTopic starter

  • Enthusiast
  • Posts: 114
    • View Profile
Apache 2.2 unexpectedly shutting down
« on: May 13, 2009, 12:48:33 AM »
Hi,
I had a perfect working local server with Windows, Apache, PHP and MySQL. I recently wanted to upgrade and have been having problems ever since. The main problem I now have is that whenever I load up a page with a MySQL connection, the page will load for about 5 seconds before I get a message stating Apache has unexpectedly shutdown. A blank page will then load up.

I have these installed:

 - Windows XP
 - Apache 2.2
 - PHP 5.2.9-2
 - MySQL 5.1.34

There are no error messages in my log files for this. This is everything that exists for the last instance in which it shutdown:

[Wed May 13 01:46:04 2009] [notice] Child 3568: Child process is running
[Wed May 13 01:46:04 2009] [notice] Child 3568: Acquired the start mutex.
[Wed May 13 01:46:04 2009] [notice] Child 3568: Starting 64 worker threads.
[Wed May 13 01:46:04 2009] [notice] Child 3568: Starting thread to listen on port 8080.
zend_mm_heap corrupted
[Wed May 13 01:46:04 2009] [notice] Parent: child process exited with status 1 -- Restarting.
[Wed May 13 01:46:04 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.9-2 configured -- resuming normal operations
[Wed May 13 01:46:04 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed May 13 01:46:04 2009] [notice] Parent: Created child process 3520
[Wed May 13 01:46:04 2009] [notice] Child 3520: Child process is running
[Wed May 13 01:46:04 2009] [notice] Child 3520: Acquired the start mutex.
[Wed May 13 01:46:04 2009] [notice] Child 3520: Starting 64 worker threads.
[Wed May 13 01:46:04 2009] [notice] Child 3520: Starting thread to listen on port 8080.

What could be causing this? Is there anything I can try out?

Thanks
Russ

Online Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: Apache 2.2 unexpectedly shutting down
« Reply #1 on: May 13, 2009, 01:01:29 AM »
Quote
zend_mm_heap corrupted

Seems like a problem with Zend.  You may have better luck on the Zend forums.  Moving to "Application Frameworks".
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: Apache 2.2 unexpectedly shutting down
« Reply #2 on: May 13, 2009, 03:51:36 AM »
Quote
zend_mm_heap corrupted

Seems like a problem with Zend.  You may have better luck on the Zend forums.  Moving to "Application Frameworks".

You do realise that zend is the name of php's core?

Offline slaterinoTopic starter

  • Enthusiast
  • Posts: 114
    • View Profile
Re: Apache 2.2 unexpectedly shutting down
« Reply #3 on: May 13, 2009, 10:59:00 AM »
Hey, I thinked it!

I had read somewhere about copying the libmysql.dll into the 'bin' directory of my Apache install, or something similar to this. But anyway, I was looking through my directories to see if there was anything superfluous and saw this file was still there and so deleted it. And hey presto, it now works fine! I have no idea how these things work sometimes!

Thanks for the suggestions though