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

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.




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

[2007-02-22 23:18:26] lyle dot pritchett at dri dot edu

Description:
------------
Per advice in bug #40565, picked up latest version:
php5.2-200702222130.

Ran configure with options
            --with-apxs2=/opt/apache/bin/apxs  \
            --with-config-file-path=/opt/apache/conf \
            --localstatedir=/var/run \
            --enable-force-cgi-redirect \
            --enable-magic-quotes \
            --with-openssl=/opt \
            --with-libxml-dir=/opt \
            --enable-calendar \
            --with-pgsql=/opt \
            --with-readline=/opt \
            --disable-ipv6 \
            --with-exec-dir=/opt/php/bin \
            --enable-libgcc

apxs, openssl, libxml, Postgres, gcc, and readline are all
latest available versions.

Compile finishes successfully.

make test

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

Segmentation Fault
make: [test] Error 139 (ignored)


Reproduce code:
---------------
N/A

Expected result:
----------------
A series of successful tests

Actual result:
--------------
immediate segmentation fault on "make test"

Interestingly, "php --version" works fine


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


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

Reply via email to