ID:               40599
 User updated by:  lyle dot pritchett at dri dot edu
 Reported By:      lyle dot pritchett at dri dot edu
-Status:           Feedback
+Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Solaris 9, 10
 PHP Version:      5CVS-2007-02-22 (snap)
 New Comment:

No joy.  Rebuilt latest snap version (5.2-200702231530) with gcc 4.1.2.
 Still getting seg fault on self-test on both Solaris 9 and 10 SPARC
servers.  Also tried minimal config to eliminate possible effects of
supplemental packages:

./configure --prefix=/opt \
            --with-config-file-path=/opt/apache/conf \
            --localstatedir=/var/run \
            --with-libxml-dir=/opt

Still barfing.  Traceback on latest build same as before (with
exception of absolute address values).


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

[2007-02-23 00:45:13] [EMAIL PROTECTED]

Try with GCC 4.1.2, it's working fine here on Solaris 9.

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

[2007-02-23 00:36:07] lyle dot pritchett at dri dot edu

gcc 4.1.1, built from scratch a couple of days ago.

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

[2007-02-23 00:34:20] [EMAIL PROTECTED]

What kind of GCC did you use?

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

[2007-02-23 00:31:33] lyle dot pritchett at dri dot edu

make test

Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

Segmentation Fault
make: [test] Error 139 (ignored)
trapdoor:/opt/src/php/php5.2-200702222130 #  gdb ./sapi/cli/php
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "sparc-sun-solaris2.10"...
(gdb) set args run-tests.php
(gdb) run
Starting program: /opt/src/php/php5.2-200702222130/sapi/cli/php
run-tests.php
warning: Lowest section in /lib/libpthread.so.1 is .dynamic at
00000074
warning: Lowest section in /lib/libdl.so.1 is .dynamic at 00000094

Program received signal SIGSEGV, Segmentation fault.
_zval_ptr_dtor (zval_ptr=0x3d6748)
    at /opt/src/php/php5.2-200702222130/Zend/zend_execute_API.c:412
412             (*zval_ptr)->refcount--;
(gdb) bt
#0  _zval_ptr_dtor (zval_ptr=0x3d6748)
    at /opt/src/php/php5.2-200702222130/Zend/zend_execute_API.c:412
#1  0x002892e0 in zend_do_fcall_common_helper_SPEC
(execute_data=0xffbfbb4c)
    at zend_execute.h:155
#2  0x002791f0 in execute (op_array=0xffbff110) at
zend_vm_execute.h:92
#3  0x00259780 in zend_execute_scripts (type=-2115502080,
retval=Variable "retval" is not available.
)
    at /opt/src/php/php5.2-200702222130/Zend/zend.c:1135
#4  0x00214d14 in php_execute_script (primary_file=0x81e80000)
    at /opt/src/php/php5.2-200702222130/main/main.c:1787
#5  0x002e51b0 in main (argc=-2115502080, argv=0x91d0203a)
    at /opt/src/php/php5.2-200702222130/sapi/cli/php_cli.c:1127
(gdb) quit

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

[2007-02-22 23:24:54] [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.



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

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

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

Reply via email to