ID: 15834
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: linux RH7.1
PHP Version: 4.1.2
New Comment:
Same error and message. Following are my configuration parameters - if
this helps. Thanks.
./configure --with-apache=/usr/local/apache_1.3.22.src
--prefix=/usr/local --enable-libgcc --enable-pic --enable-shared
--enable-inline-optimization --with-exec-dir=/usr/local --with-png
--with-zlib --enable-magic-quotes --enable-safe-mode --enable-sockets
--enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp
--enable-ftp --enable-wddx --with-mysql --with-xml --with-mcrypt
--with-jpeg --with-tiff
--with-pfpro=/usr/local/verisign/payflowpro/linux
Previous Comments:
------------------------------------------------------------------------
[2002-03-02 22:08:06] [EMAIL PROTECTED]
This can happen when you link a library not compiled/linked with gcc
into an app that is, or vice versa. Try adding this switch to your PHP
./configure line:
--enable-libgcc
------------------------------------------------------------------------
[2002-03-02 11:43:02] [EMAIL PROTECTED]
Here it is.
#0 0x400d528c in __umoddi3 ()
from /usr/local/verisign/payflowpro/linux/lib/libpfpro.so
No symbol table info available.
#1 0x400b7678 in PNVersion ()
from /usr/local/verisign/payflowpro/linux/lib/libpfpro.so
No symbol table info available.
Cannot access memory at address 0x3
------------------------------------------------------------------------
[2002-03-02 11:38:26] [EMAIL PROTECTED]
Oops :)
Can you hit 'bt full' on the prompt after the crash and post the
results again?
regards,
derick
------------------------------------------------------------------------
[2002-03-02 11:36:56] [EMAIL PROTECTED]
Following is the message. Thanks.
Program received signal SIGSEGV, Segmentation fault.
0x400d528c in __umoddi3 ()
from /usr/local/verisign/payflowpro/linux/lib/libpfpro.so
------------------------------------------------------------------------
[2002-03-02 11:27:02] [EMAIL PROTECTED]
gdb /path/to/httpd
and enter on the prompt:
run -X
------------------------------------------------------------------------
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/15834
--
Edit this bug report at http://bugs.php.net/?id=15834&edit=1