[xdebug-general] Re: Issue with remote debugging

From: McGuire, Ben <bmcguire[@]qualcomm.com>
Date: Fri, 23 Jul 2010 17:32:48 -0700

I'm getting this sys_log when the crash happens

Event Type: Information
Event Source: PHP-5.2.9
Event Category: (6)
Event ID: 2
Date: 7/23/2010
Time: 5:29:31 PM

Description:
The description for Event ID ( 2 ) in Source ( PHP-5.2.9 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: php[1088], PHP Warning: Module 'xdebug' already loaded in Unknown on line 0.

Event Type: Information
Event Source: PHP-5.2.9
Event Category: (6)
Event ID: 2
Date: 7/23/2010
Time: 5:29:30 PM

Description:
The description for Event ID ( 2 ) in Source ( PHP-5.2.9 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: php[5220], PHP Warning: Module 'xdebug' already loaded in Unknown on line 0.

Ben

From: McGuire, Ben
Sent: Friday, July 23, 2010 5:18 PM
To: McGuire, Ben; xdebug-general[@]lists.xdebug.org
Subject: RE: Issue with remote debugging

After looking into this closer and debugging with a simple test page(shown below). Whenever the script completes and starts to shutdown is when apache crashes and returns the following message. It doesn't seem to matter if I have the exit() call or not at the end of the script but it crashes every time.

test.php
<?php
$a = false;
if (!$a)
  print 'Hello';

phpinfo();
exit();
?>

Apache Crash message
[Fri Jul 23 17:09:13 2010] [notice] Parent: child process exited with status 3958377386 -- Restarting.
[Fri Jul 23 17:09:14 2010] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.9 configured -- resuming normal operations
[Fri Jul 23 17:09:14 2010] [notice] Server built: Dec 10 2008 00:10:06
[Fri Jul 23 17:09:14 2010] [notice] Parent: Created child process 5288
[Fri Jul 23 17:09:15 2010] [notice] Child 5288: Child process is running
[Fri Jul 23 17:09:15 2010] [notice] Child 5288: Acquired the start mutex.
[Fri Jul 23 17:09:15 2010] [notice] Child 5288: Starting 250 worker threads.
[Fri Jul 23 17:09:15 2010] [notice] Child 5288: Starting thread to listen on port 80.
[Fri Jul 23 17:09:15 2010] [notice] Child 5288: Starting thread to listen on port 443.

Ben
Received on Sat Jul 24 2010 - 01:32:55 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST