ID: 15834
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Reproducible crash
Operating System: linux RH7.1
PHP Version: 4.1.2
New Comment:
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
Previous Comments:
------------------------------------------------------------------------
[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
------------------------------------------------------------------------
[2002-03-02 11:25:26] [EMAIL PROTECTED]
Not sure how this could be generated since apache will not start.
Follwing is the message that I received when trying to start apache.
line 184: 3736 Segmentation fault $HTTPD
/usr/local/apache/bin/apachectl start: httpd could not be started
------------------------------------------------------------------------
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