php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29442 php -i gives an error
Submitted: 2004-07-29 11:32 UTC Modified: 2005-04-05 01:13 UTC
From: nlopess@php.net Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5CVS-2005-03-21 OS: windows
Private report: No CVE-ID: None
 [2004-07-29 11:32 UTC] nlopess@php.net
Description:
------------
php -i gives an error

Actual result:
--------------
Program received signal SIGTRAP, Trace/breakpoint trap.
0x7801b8a8 in RpcRaiseException ()
   from /cygdrive/c/WINDOWS/system32/rpcrt4.dll
(gdb) bt
#0  0x7801b8a8 in RpcRaiseException ()
   from /cygdrive/c/WINDOWS/system32/rpcrt4.dll
#1  0x0012fae8 in ?? ()
#2  0x780794f3 in RPCRT4!I_RpcReallocPipeBuffer ()
   from /cygdrive/c/WINDOWS/system32/rpcrt4.dll
#3  0x77de1aba in ElfNumberOfRecords ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll
#4  0x77ded9e8 in SaferComputeTokenFromLevel ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll
#5  0x77de1a70 in DestroyPrivateObjectSecurity ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-15 00:11 UTC] nlopess@php.net
updated:

Program received signal SIGSEGV, Segmentation fault.
0x77ea3c00 in RpcRaiseException ()
   from /cygdrive/c/WINDOWS/system32/rpcrt4.dll
(gdb) bt
#0  0x77ea3c00 in RpcRaiseException ()
   from /cygdrive/c/WINDOWS/system32/rpcrt4.dll
#1  0x77ddf110 in RegDeleteValueW ()
   from /cygdrive/c/WINDOWS/system32/advapi32.dll
#2  0x00000000 in ?? () from
 [2005-01-15 18:27 UTC] tony2001@php.net
Nuno, as far as I understand, you test it with version built by youself. Could you plz try it with officially built snapshots ?
 [2005-01-15 21:37 UTC] nlopess@php.net
I'm using the binaries from snaps.php.net.
If I build PHP with cygwin, I get no problems. (I have no MSVC tools)
 [2005-03-06 20:53 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

..and again, update the Version field accordingly. (something like 5CVS-2005-03-06 should appear in it if you can verify this bug..)

 [2005-03-07 20:59 UTC] nlopess@php.net
Yep, I can still reproduce it, both '-i' and '--version'.
 [2005-03-09 22:01 UTC] sniper@php.net
How can we reproduce this? Is it some module causing this that you load in the php.ini of yours? Or something else?
Not enough info -> bogus soon.. 

 [2005-03-12 13:05 UTC] nlopess@php.net
I've already tried to disable all the extensions in the php.ini, but I still get the same errors.
 [2005-03-21 11:07 UTC] sniper@php.net
Simple way to test without php.ini: php -n -i 
Does that crash?

 [2005-03-21 16:16 UTC] nlopess@php.net
Sorry, but yes.
 [2005-03-31 08:25 UTC] sniper@php.net
Just to make sure: You are testing with the BINARIES and NOT compiling it yourself? If latter -> bogus..

 [2005-03-31 17:14 UTC] nlopess@php.net
I'm using the binnaries from snaps.php.net
 [2005-04-05 01:13 UTC] sniper@php.net
Tested AGAIN with latest CVS HEAD snapshot and can NOT reproduce. There's something wrong with your installs and/or machine..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 21:01:30 2024 UTC