Page 1 of 1

httpd.exe Error

PostPosted: 24. May 2010 09:34
by TonyBunney
I keep receiving this error when I am debugging.
szAppName : httpd.exe szAppVer : 2.2.14.0
szModName : php_xdebug-2.1.0RC1-5.3-vc6.dll szModVer : 2.1.0.4
offset : 00012c1f

Can anyone help.

Thanks

Re: httpd.exe Error

PostPosted: 01. July 2010 13:28
by BBellar
I have the same problem,
Faulting application httpd.exe, version 2.2.14.0, faulting module php_xdebug-2.1.0rc1-5.3-vc6.dll, version 2.1.0.4, fault address 0x00012c1f.
Have you an update?
Thanks.

Re: httpd.exe Error

PostPosted: 01. July 2010 20:49
by JonB
OK -

Uhhh - folks its NOT httpd.exe that is the problem, its xdebug...

it looks like you are both on release candidate one -

read here:
http://xdebug.org/updates.php

:roll:

Re: httpd.exe Error

PostPosted: 02. July 2010 08:42
by TonyBunney
Thanks JonB.
I have had a quick look at the http://xdebug.org/download.php and you are correct there is a newer version Xdebug 2.1.0 Release date: 2010-06-29.
But there are many versions to choose from.
Which one do you recommend.

Thanks Again
Tony

Re: httpd.exe Error

PostPosted: 02. July 2010 11:16
by JonB
You need one of the VC6 versions - as the PHP and Apache that come with XAMPP were compiled with the MS VC6 compiler.

Past that advice, they have provided a tool to analyze the output of phpinfo.php to guide you on selecting the correct version (which depends on how PHP is set up).

http://xdebug.org/find-binary.php

I tested it for 'my setup', and got very clear intructions including how to fix php.ini and where to place the new binary -- VERY clever! LOL

:mrgreen:

Re: httpd.exe Error

PostPosted: 02. July 2010 11:56
by TonyBunney
Thanks for that JonB.

Re: httpd.exe Error

PostPosted: 11. January 2011 19:16
by avibodha
Having same problem, xampp 1.73 with newest xdebug, php_xdebug-2.1.0-5.3-vc6.dll, and apache crashes when viewing variables in eclipse.

Using xdebug that comes with xampp means you can't see local variables.

Has anyone solved this? Any ideas? does thread-safe debugging work with php 5.3 and xdebug?