ID:               45786
 User updated by:  karelevzen at gmail dot com
 Reported By:      karelevzen at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:      5.3CVS-2008-08-10 (CVS)
 Assigned To:      fb-req-jani
 New Comment:

I did that.I've downloaded the debug pack, unpacked it to:
C:\Users\karel_evzen\Desktop\php-dbg and set the Symbol search path for
analysis option in Debug Diagnostic Tool to:
C:\Users\karel_evzen\Desktop\php-dbg
Yet I get the symbols not found warning. Am I missing something?
The debug pack contains runnable PHP, no pdb files. I cant find pdb
files for the current 5.3 snapshot. Try it yourself.


Previous Comments:
------------------------------------------------------------------------

[2008-08-13 01:05:43] [EMAIL PROTECTED]

Well, you propably should install the debug symbols then? They can be
found at same place as the snapshots..

------------------------------------------------------------------------

[2008-08-12 20:51:42] karelevzen at gmail dot com

It tells me that it was not able to locate debug symbols, so I hope you
find everything you need in this report. (I run it twice with the same
results.)

Entry point   php_cgi+5ed6 
Create time   12.8.2008 22:45:19 
Time spent in user mode   0 Days 0:0:0.15 
Time spent in kernel mode   0 Days 0:0:0.31 

Function     Arg 1     Arg 2     Arg 3   Source 
php_cgi+5604     00000000     01452638     00c0ddcc    
php5ts!zend_hash_destroy+27     00000000     00000000     00000000    

PHP_CGI+5604WARNING - DebugDiag was not able to locate debug symbols
for php-cgi.exe, so the information below may be incomplete.

In
php-cgi__PID__5468__Date__08_12_2008__Time_10_45_29PM__791__Second_Chance_Exception_C0000005.dmp
the assembly instruction at php_cgi+5604 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC0000005) when trying to read from memory location
0x00000000 on thread 0

------------------------------------------------------------------------

[2008-08-12 14:46:42] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.



------------------------------------------------------------------------

[2008-08-12 14:41:54] karelevzen at gmail dot com

I am not loading any extensions. It's a fresh install with recommended
php.ini and only these changes:
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1
and correct extension_dir
As I said, I've got all the extensions commented out.

------------------------------------------------------------------------

[2008-08-12 14:26:13] [EMAIL PROTECTED]

You're propably loading some shared extensions in your php.ini? Disable
all of them and try again. Then enable them one by one to find out the
error causing one. Then check that the extension in question isn't
compiled in the PHP core binary. (php -m output!)

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/45786

-- 
Edit this bug report at http://bugs.php.net/?id=45786&edit=1

Reply via email to