php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31642 SIGSEGV in --with-servlet configuration
Submitted: 2005-01-21 18:08 UTC Modified: 2005-01-22 01:10 UTC
From: isk at alarit dot com Assigned:
Status: Not a bug Package: Servlet related
PHP Version: 4.3.10 OS: Debian GNU/Linux 3.0
Private report: No CVE-ID: None
 [2005-01-21 18:08 UTC] isk at alarit dot com
Description:
------------
Problem happen during compilation php with servlet sapi. 
Compilation done step-by-step as in 
http://wiki.apache.org/jakarta-tomcat/UsingPhp, nothing 
else. 
Versions: 
 - jakarta-tomcat 5.0.29 
 - php 4.3.10 
 - Debian GNU/Linux 3.0 
 
First 3-5 shows of <?phpinfo();?> works and crash follow. 
The problem is stable. 
 
Error logs: 
An unexpected exception has been detected in native code 
outside the VM. 
Unexpected Signal : 11 occurred at PC=0x6A18A65C 
Function=zend_hash_index_update_or_next_insert+0x38 
Library=/usr/local/jakarta-tomcat-5.0.29/common/lib/libphp4.so 
 
Current Java thread: 
        at net.php.reflect.setResultFromObject(Native 
Method) 
        at net.php.reflect.setResult(reflect.java:105) 
        at net.php.servlet.readCookies(servlet.java:92) 
        at net.php.servlet.send(Native Method) 
        at net.php.servlet.service(servlet.java:190) 
        at net.php.servlet.service(servlet.java:214) 
        at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 
..... 
 
..... 
6a087000-6a1ce000 r-xp 00000000 08:05 
2296616    /usr/local/jakarta-tomcat-5.0.29/common/lib/libphp4.so 
6a1ce000-6a1e0000 rw-p 00146000 08:05 
2296616    /usr/local/jakarta-tomcat-5.0.29/common/lib/libphp4.so 
6a1e6000-6a1eb000 r-xp 00000000 08:01 
195522     /lib/libcrypt-2.2.5.so 
6a1eb000-6a1ec000 rw-p 00004000 08:01 
195522     /lib/libcrypt-2.2.5.so 
 
Heap at VM Abort: 
Heap 
 def new generation   total 36288K, used 27838K 
[0x44860000, 0x46fc0000, 0x46fc0000) 
  eden space 32256K,  83% used [0x44860000, 0x462856d8, 
0x467e0000) 
  from space 4032K,  26% used [0x467e0000, 0x468ea308, 
0x46bd0000) 
  to   space 4032K,   0% used [0x46bd0000, 0x46bd0000, 
0x46fc0000) 
 tenured generation   total 483968K, used 3622K 
[0x46fc0000, 0x64860000, 0x64860000) 
   the space 483968K,   0% used [0x46fc0000, 0x47349a90, 
0x47349c00, 0x64860000) 
 compacting perm gen  total 11776K, used 11671K 
[0x64860000, 0x653e0000, 0x68860000) 
   the space 11776K,  99% used [0x64860000, 0x653c5eb8, 
0x653c6000, 0x653e0000) 
 
Local Time = Fri Jan 21 17:39:43 2005 
Elapsed Time = 38 
 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-22 01:10 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

The first line in the bug reporting page says:

"Before you report a bug, make sure to search for similar bugs using the form at the top of the page or our advanced search page."

You failed this.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 07:01:29 2024 UTC