ID:               32740
 Comment by:       techy987 at yahoo dot com
 Reported By:      dev at stalkerbox dot net
 Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: cygwin/xp
 PHP Version:      5.0.4
 New Comment:

still exists in php5-STABLE-200510121840
cygwin DLL version: 1.5.18
libxml2             2.6.20-3


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

[2005-06-08 23:11:17] ben dot peter at gmx dot net

Just confirming that this happens for php5-STABLE-200506082034 on
cygwin / xp-sp2.

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

[2005-06-03 01:00:03] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2005-05-26 16:14:05] thild at silicom dot fr

Still segfault, here is the backtrace. I'll recompile with debug
enabled and if the behavior is the same, I'll send you a more complete
backtrace:

#0  0x0c8025ff in ?? ()
#1  0x004d2d2a in _start_element_handler (user=0x1036ede8,
name=0x1039f353 "package", attributes=0x103a1bc0)
    at /cygdrive/c/Temp/php5-STABLE-200505260839/ext/xml/compat.c:65
#2  0x009299d8 in xmlParseStartTag () from /usr/bin/cygxml2-2.dll
#3  0x009357fb in xmlParseChunk () from /usr/bin/cygxml2-2.dll
#4  0x004d368a in php_XML_Parse (parser=0x1036ede8, 
    data=0x1036f1b0 "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"
?>\n<!DOCTYPE package SYSTEM \"package.dtd\">\n<package
version=\"1.0\">\n  <name>Archive_Tar</name>\n  <summary>Tar file
management class</summary>\n  <description>Th"..., 
    data_len=2601, is_final=1) at
/cygdrive/c/Temp/php5-STABLE-200505260839/ext/xml/compat.c:512
#5  0x004d1d84 in zif_xml_parse (ht=3, return_value=0x1039f2f8,
this_ptr=0x0, return_value_used=1)
    at /cygdrive/c/Temp/php5-STABLE-200505260839/ext/xml/xml.c:1340
#6  0x0052f456 in zend_do_fcall_common_helper (execute_data=0x2276b0,
opline=0x1019e198, op_array=0x102c7d08)
    at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:2747
#7  0x0052c139 in execute (op_array=0x102c7d08) at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:1417
#8  0x0052f24d in zend_do_fcall_common_helper (execute_data=0x227a00,
opline=0x10185fa0, op_array=0x102c7c20)
    at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:2776
#9  0x0052c139 in execute (op_array=0x102c7c20) at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:1417
#10 0x0052f24d in zend_do_fcall_common_helper (execute_data=0x22b4d0,
opline=0x1012c5b8, op_array=0x10104e08)
    at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:2776
#11 0x0052c139 in execute (op_array=0x10104e08) at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:1417
#12 0x0052f24d in zend_do_fcall_common_helper (execute_data=0x22d9b0,
opline=0x1009dfd0, op_array=0x1008e1d0)
    at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:2776
#13 0x0052c139 in execute (op_array=0x1008e1d0) at
/cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend_execute.c:1417
#14 0x0050d485 in zend_execute_scripts (type=8, retval=0x0,
file_count=3)
    at /cygdrive/c/Temp/php5-STABLE-200505260839/Zend/zend.c:1084
#15 0x004d6fcd in php_execute_script (primary_file=0x22eed0) at
/cygdrive/c/Temp/php5-STABLE-200505260839/main/main.c:1646
#16 0x00536a11 in main (argc=12, argv=0x10012ab0) at
/cygdrive/c/Temp/php5-STABLE-200505260839/sapi/cli/php_cli.c:946

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

[2005-05-26 15:28:30] [EMAIL PROTECTED]

Still can't reproduce.
Try to run this command (in the sources root):
./sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0
./pear/install-pear.php -d /tmp -b
"/usr/local/stow/php5-STABLE-200505260839/bin/" ./pear/package-*.xml 
And if it fails - generate GDB backtrace.

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

[2005-05-26 14:08:49] thild at silicom dot fr

I have the same behavior with the following snapshot:
php5-STABLE-200505260839

$ ./configure --prefix=/usr/local/stow/php5-STABLE-200505260839
--enable-discard-path --enable-fastcgi

... everything is fine ...

$ make

... everything is fine ...

$ make install
Installing PHP SAPI module:       cgi
Installing PHP CGI into: /usr/local/stow/php5-STABLE-200505260839/bin/
Installing PEAR environment:     
/usr/local/stow/php5-STABLE-200505260839/lib/php/
Signal 11
make[1]: *** [install-pear-installer] Error 139
make: *** [install-pear] Error 2

I can add an strace if asked for.

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

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

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

Reply via email to