-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault under Debian 6 #96
Comments
ghost
assigned piotras
Aug 22, 2012
piotras
added a commit
to piotras/midgard-php5
that referenced
this issue
Aug 22, 2012
just a small update: I re-compiled with latest ratatoskr, and the backtrace is now slightly different:
|
Another update: I recompiled with gjallarhorn, and now the backtrace line numbers changed again, but it's essentially the same AFAICT:
|
Seems related to #39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copied midgardproject/midgard-core#171
On Debian 6, I get the following segfault for every request against Apache:
Program received signal SIGSEGV, Segmentation fault.
0xb78de398 in zend_object_store_get_object () from /usr/lib/apache2/modules/libphp5.so
(gdb) backtrace
#0 0xb78de398 in zend_object_store_get_object () from /usr/lib/apache2/modules/libphp5.so
#1 0xb69ca99b in mgd_handle () at /var/repos/midgard-php5/midgard.c:681
#2 0xb69cab91 in zm_deactivate_midgard2 (type=1, module_number=45) at /var/repos/midgard-php5/midgard.c:601
#3 0xb78b96e0 in ?? () from /usr/lib/apache2/modules/libphp5.so
#4 0xb78c4768 in zend_hash_reverse_apply () from /usr/lib/apache2/modules/libphp5.so
#5 0xb78b7f21 in ?? () from /usr/lib/apache2/modules/libphp5.so
#6 0xb785c515 in php_request_shutdown () from /usr/lib/apache2/modules/libphp5.so
#7 0xb794a0fc in ?? () from /usr/lib/apache2/modules/libphp5.so
#8 0x00148741 in ap_run_handler ()
#9 0x0014c546 in ap_invoke_handler ()
#10 0x0015bd14 in ap_internal_redirect ()
#11 0xb6f907fd in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#12 0x00148741 in ap_run_handler ()
#13 0x0014c546 in ap_invoke_handler ()
#14 0x0015bec8 in ap_process_request ()
#15 0x001589e8 in ?? ()
#16 0x00150fc1 in ap_run_process_connection ()
#17 0x00161bcc in ?? ()
#18 0x00161ee1 in ?? ()
#19 0x0016266f in ap_mpm_run ()
#20 0x00132f8a in main ()
libgda 4.0.12-1, midgard self-compiled from latest git
The text was updated successfully, but these errors were encountered: