Hi!
when trying to finish an order with the payment-method "paypal", the
view 'order' crashes PHP. All other payment methods work.
by gdb shows the following:
------------------------- SNIP -------------------------
Starting program: /usr/sbin/apache2 -X
warning: no loadable sections found in added symbol-file
system-supplied DSO at 0x2aaaaad42000
[Thread debugging using libthread_db enabled]
[New Thread 0x2aaab70b5700 (LWP 23980)]
[Thread 0x2aaab70b5700 (LWP 23980) exited]
Program received signal SIGSEGV, Segmentation fault.
zend_hash_index_find (ht=0xe9ac2b7f92a01e9f, h=1,
pData=0x7fffffffb518) at
/build/buildd/php5-5.3.2/Zend/zend_hash.c:1183
1183 /build/buildd/php5-5.3.2/Zend/zend_hash.c: No such file or directory.
in /build/buildd/php5-5.3.2/Zend/zend_hash.c
(gdb) bt
#0 zend_hash_index_find (ht=0xe9ac2b7f92a01e9f, h=1,
pData=0x7fffffffb518) at
/build/buildd/php5-5.3.2/Zend/zend_hash.c:1183
#1 0x00002aaaae7c9720 in zend_fetch_dimension_address_read
(result=0x2aaab756b8e8, container_ptr=0x1, dim=0x2aaab88d2b98,
dim_is_tmp_var=0, type=0)
at /build/buildd/php5-5.3.2/Zend/zend_execute.c:836
#2 0x00002aaaae7cb297 in ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER
(execute_data=0x2aaab756b558) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:9871
#3 0x00002aaaae7843d0 in execute (op_array=0x2aaab7c98e10) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#4 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#5 0x00002aaaae7acdd6 in zend_do_fcall_common_helper_SPEC
(execute_data=0x2aaab7566e30) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:337
#6 0x00002aaaae7843d0 in execute (op_array=0x2aaab7c98b90) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#7 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#8 0x00002aaaae7acdd6 in zend_do_fcall_common_helper_SPEC
(execute_data=0x2aaab7566290) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:337
#9 0x00002aaaae7843d0 in execute (op_array=0x2aaab7ba6a18) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#10 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#11 0x00002aaaae7acdd6 in zend_do_fcall_common_helper_SPEC
(execute_data=0x2aaab7565758) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:337
#12 0x00002aaaae7843d0 in execute (op_array=0x2aaab7ba4440) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#13 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#14 0x00002aaaae7acdd6 in zend_do_fcall_common_helper_SPEC
(execute_data=0x2aaab7564a68) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:337
#15 0x00002aaaae7843d0 in execute (op_array=0x2aaab7b98f08) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#16 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#17 0x00002aaaae7acdd6 in zend_do_fcall_common_helper_SPEC
(execute_data=0x2aaab7564068) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:337
#18 0x00002aaaae7843d0 in execute (op_array=0x2aaab73f6ce8) at
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#19 0x00002aaab21beaa6 in zend_oe () from /usr/local/lib/Zend/ZendGuardLoader.so
#20 0x00002aaaae75be1d in zend_execute_scripts (type=0,
retval=0x7fffffffbd30, file_count=3) at
/build/buildd/php5-5.3.2/Zend/zend.c:1266
#21 0x00002aaaae7079e8 in php_execute_script
(primary_file=0x2aaab756f310) at
/build/buildd/php5-5.3.2/main/main.c:2288
#22 0x00002aaaae7e957d in php_handler (r=0x2aaaae7e957d) at
/build/buildd/php5-5.3.2/sapi/apache2handler/sapi_apache2.c:674
#23 0x00002aaaaaaef140 in ap_run_handler (r=0x2aaab74c60b8) at
/build/buildd/apache2-2.2.14/server/config.c:159
#24 0x00002aaaaaaf2aa8 in ap_invoke_handler (r=0x2aaab74c60b8) at
/build/buildd/apache2-2.2.14/server/config.c:373
#25 0x00002aaaaab00698 in ap_process_request (r=0x2aaab74c60b8) at
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#26 0x00002aaaaaafd548 in ap_process_http_connection
(c=0x2aaab74c0278) at
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#27 0x00002aaaaaaf6cf8 in ap_run_process_connection (c=0x2aaab74c0278)
at /build/buildd/apache2-2.2.14/server/connection.c:43
#28 0x00002aaaaab056d7 in child_main (child_num_arg=<value optimized
out>) at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#29 0x00002aaaaab059a6 in make_child (s=0x2aaaaad53938, slot=0) at
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:702
#30 0x00002aaaaab05ff3 in ap_mpm_run (_pconf=<value optimized out>,
plog=<value optimized out>, s=<value optimized out>)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:978
#31 0x00002aaaaaadb350 in main (argc=2, argv=0x7fffffffe728) at
/build/buildd/apache2-2.2.14/server/main.c:742
------------------------- SNAP -------------------------
I guess this is a problem with the zend loader, since there's 1 (!)
similar unresolved forum thread on google for that error:
http://forums.zend.com/viewtopic.php?t=11953&f=57
We are using:
Zend Guard Loader v3.3
PHP Version 5.3.2-1ubuntu4.9
Apache/2.2.14 (Ubuntu)
And the extension sent via email by Michael Keiluweit <[email protected]>:
MOD_PAYPAL_1.6.0_34832_OXID_ESHOP_CE_4.5.0_34568_for_PHP5.3.zip
Any suggestions?
Thanks
Veit Nachtmann
ressourcenmangel GmbH
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general