I tried compiling 5.3RC3 on SunOS (i386 32bit) and it seem to compile
fine but
_something_ is segfaulting.

$ rm -rf php-5.3.0RC3 && tar xf php-5.3.0RC3.tar && cd php-5.3.0RC3 &&
./configure --with-libxml-dir=/opt/csw/ && make; ls -l core

A core file is generated.

However, it isn't when doing a make clean
$ rm core && make clean && make && ls -l core


On both cases the phar.phar process produce the same output.
Generating phar.php
Generating phar.phar
sh: pear: not found
Pear package PHP_Archive or Archive.php class file not found.
directorytreeiterator.inc
directorygraphiterator.inc
...

The core claims to have been produced by expr !?:

Core was generated by `expr
XABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDABCDA'.
Program terminated with signal 11, Segmentation fault.
#0  0xfef17f41 in _rt_boot () from /usr/lib/ld.so.1


$ uname -srvmpi
SunOS 5.10 Generic_118855-14 i86pc i386 i86pc


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to