ID:               34883
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sveta at microbecal dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Windows XP SP1
 PHP Version:      5CVS-2005-10-16 (snap)
 New Comment:

Just verified with the latest CVS and the phpinfo page displays just
fine when using PHP without any additional extensions. You must have
mixed up dlls from several different PHP versions, or are loading some
extension which is causing the crash.


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

[2005-10-21 11:31:41] sveta at microbecal dot com

If so why previous versions of PHP 5.1 brunch worked fine?

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

[2005-10-21 09:08:18] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.



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

[2005-10-19 00:24:01] sveta at microbecal dot com

I did it. Simple I have noticed what with some modules backtrace
contains more info and localized they.

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

[2005-10-19 00:15:35] [EMAIL PROTECTED]

Cool. I was asking you to remove all modules and you loaded runkit and
xdebug instead..
Now *please* try it without *ANY* additional modules.
Just PHP itself.

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

[2005-10-19 00:06:49] sveta at microbecal dot com

Same result after renaming php.ini.

I experience with different sets of modules.

Above stack with usefull information was created with option:
extension=php_runkit.dll

Below stack with option: extension=php_xdebug.dll
---
(gdb) run -X
Starting program: /cygdrive/d/Program Files/Apache
Group/Apache2/bin/Apache.exe
-X
---Type <return> to continue, or q <return> to quit---
Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 2016.0x42c]
0x7801b674 in TowerExplode () from
/cygdrive/c/WINDOWS/system32/rpcrt4.dll
(gdb) c
Continuing.
warning: HEAP[Apache.exe]:
warning: Invalid Address specified to RtlFreeHeap( 05D70000, 01220650
)


Program received signal SIGTRAP, Trace/breakpoint trap.
0x77f76491 in ntdll!DbgUiConnectToDbg () from ntdll.dll
(gdb) bt
#0  0x77f76491 in ntdll!DbgUiConnectToDbg () from ntdll.dll
#1  0x77fa1699 in ntdll!RtlpNtMakeTemporaryKey () from ntdll.dll
#2  0x77f87c1b in ntdll!RtlCheckRegistryKey () from ntdll.dll
#3  0x05d70000 in ?? ()
#4  0x01220650 in ?? ()
#5  0x0582f980 in ?? ()
#6  0x77fa2400 in ntdll!RtlpNtMakeTemporaryKey () from ntdll.dll
#7  0x05d70000 in ?? ()
#8  0x01220648 in ?? ()
#9  0x77fb152c in wcstombs () from ntdll.dll
Previous frame inner to this frame (corrupt stack?)
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x7801b674 in TowerExplode () from
/cygdrive/c/WINDOWS/system32/rpcrt4.dll
(gdb) bt
#0  0x7801b674 in TowerExplode () from
/cygdrive/c/WINDOWS/system32/rpcrt4.dll
#1  0x77dd8de5 in ElfNumberOfRecords ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll
#2  0x77ded830 in CredWriteA () from
/cygdrive/c/WINDOWS/system32/advapi32.dll
#3  0x77dd8d9b in DestroyPrivateObjectSecurity ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll
#4  0x00000000 in ?? () from
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 2016.0xb60]
0x7801b674 in TowerExplode () from
/cygdrive/c/WINDOWS/system32/rpcrt4.dll
(gdb) c
Continuing.
warning: HEAP[Apache.exe]:
warning: Invalid Address specified to RtlFreeHeap( 05F30000, 01220650
)


Program received signal SIGTRAP, Trace/breakpoint trap.
0x77f76491 in ntdll!DbgUiConnectToDbg () from ntdll.dll
(gdb) bt
#0  0x77f76491 in ntdll!DbgUiConnectToDbg () from ntdll.dll
#1  0x77fa1699 in ntdll!RtlpNtMakeTemporaryKey () from ntdll.dll
#2  0x77f87c1b in ntdll!RtlCheckRegistryKey () from ntdll.dll
#3  0x05f30000 in ?? ()
#4  0x01220650 in ?? ()
#5  0x053ef980 in ?? ()
#6  0x77fa2400 in ntdll!RtlpNtMakeTemporaryKey () from ntdll.dll
#7  0x05f30000 in ?? ()
#8  0x01220648 in ?? ()
#9  0x77fb152c in wcstombs () from ntdll.dll
Previous frame inner to this frame (corrupt stack?)
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 2016.0x42c]
0x10003383 in crc32_table ()
(gdb) bt
#0  0x10003383 in crc32_table ()
#1  0x00000005 in ?? ()
#2  0x010631b4 in ?? ()
#3  0x0121b0c0 in ?? ()
#4  0xbaadf00d in ?? ()
#5  0xbaadf00d in ?? ()
#6  0xbaadf00d in ?? ()
#7  0xbaadf00d in ?? ()
#8  0xbaadf00d in ?? ()
#9  0xbaadf00d in ?? ()
#10 0xbaadf00d in ?? ()
#11 0xbaadf00d in ?? ()
#12 0xbaadf00d in ?? ()
#13 0xbaadf00d in ?? ()
#14 0xbaadf00d in ?? ()
#15 0xbaadf00d in ?? ()
#16 0xbaadf00d in ?? ()
#17 0xbaadf00d in ?? ()
#18 0xbaadf00d in ?? ()
#19 0xbaadf00d in ?? ()
#20 0x01214830 in ?? ()
#21 0x6eed0cbf in [EMAIL PROTECTED] ()
   from /cygdrive/d/Program Files/Apache Group/Apache2/bin/libapr.dll
#22 0x01214830 in ?? ()
#23 0x00000008 in ?? ()
#24 0x00000004 in ?? ()
#25 0x00000002 in ?? ()
#26 0x00000002 in ?? ()
#27 0x6eed0c8e in [EMAIL PROTECTED] ()
   from /cygdrive/d/Program Files/Apache Group/Apache2/bin/libapr.dll
#28 0x009e36c8 in ?? ()
#29 0x0121b0c0 in ?? ()
#30 0x00000000 in ?? () from
----
(gdb) c
Continuing.

Program exited with code 0200.

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

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/34883

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

Reply via email to