Skip to content

Instantly share code, notes, and snippets.

Created June 5, 2013 11:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/5713352 to your computer and use it in GitHub Desktop.
0x00000000006966b2 in gc_zval_possible_root (zv=0x7ffff7fc3bc0) at /home/arjen/php-5.4.15/Zend/zend_gc.c:143
143 GC_ZOBJ_CHECK_POSSIBLE_ROOT(zv);
(gdb) bt full
#0 0x00000000006966b2 in gc_zval_possible_root (zv=0x7ffff7fc3bc0) at /home/arjen/php-5.4.15/Zend/zend_gc.c:143
No locals.
#1 0x0000000000698247 in zend_object_std_dtor (object=0x7ffff7fc3b90) at /home/arjen/php-5.4.15/Zend/zend_objects.c:54
i = 0
#2 0x0000000000698279 in zend_objects_free_object_storage (object=0x7ffff7fc3b90) at /home/arjen/php-5.4.15/Zend/zend_objects.c:137
No locals.
#3 0x000000000069dad8 in zend_objects_store_free_object_storage (objects=0xd92040 <executor_globals+960>) at /home/arjen/php-5.4.15/Zend/zend_objects_API.c:92
obj = <optimized out>
i = 1
#4 0x000000000066a7ba in shutdown_executor () at /home/arjen/php-5.4.15/Zend/zend_execute_API.c:297
__orig_bailout = 0x7fffffffe480
__bailout = {{__jmpbuf = {0, 5721602521192037871, 0, 140737488349585, 0, 0, -5721601912195678737, 5721601581164756463}, __mask_was_saved = 0, __saved_mask = {__val = {5721601581088079343, 140733193388032, 6636920,
140737353882160, 6636920, 140737353882136, 140737353880160, 0, 6636920, 140737353880112, 6636920, 14206336, 6636920, 14227088, 14227088, 0}}}}
#5 0x00000000006789a6 in zend_deactivate () at /home/arjen/php-5.4.15/Zend/zend.c:938
No locals.
#6 0x000000000061c350 in php_request_shutdown (dummy=dummy@entry=0x0) at /home/arjen/php-5.4.15/main/main.c:1800
report_memleaks = 1 '\001'
#7 0x000000000071d7a4 in do_cli (argc=2, argv=0x7fffffffe668) at /home/arjen/php-5.4.15/sapi/cli/php_cli.c:1171
c = <optimized out>
file_handle = {type = ZEND_HANDLE_MAPPED, filename = 0x7fffffffe991 "/home/arjen/public_html/php/php60598.php", opened_path = 0x0, handle = {fd = -134469808, fp = 0x7ffff7fc2750, stream = {handle = 0x7ffff7fc2750,
isatty = 0, mmap = {len = 544, pos = 0, map = 0x7ffff7fef000, buf = 0x7ffff7fef000 <Address 0x7ffff7fef000 out of bounds>, old_handle = 0xf07830, old_closer = 0x68d950 <zend_stream_stdio_closer>},
reader = 0x68d970 <zend_stream_stdio_reader>, fsizer = 0x68d8f0 <zend_stream_stdio_fsizer>, closer = 0x68d870 <zend_stream_mmap_closer>}}, free_filename = 0 '\000'}
behavior = <optimized out>
reflection_what = <optimized out>
request_started = 1
exit_status = 0
php_optarg = 0x0
php_optind = 2
exec_direct = <optimized out>
exec_run = <optimized out>
exec_begin = <optimized out>
exec_end = <optimized out>
arg_free = <optimized out>
arg_excp = <optimized out>
script_file = <optimized out>
translated_path = 0xf048f0 "/mnt/serve-a-lot_arjen/public_html/php/php60598.php"
interactive = <optimized out>
lineno = 1
param_error = <optimized out>
hide_argv = <optimized out>
#8 0x0000000000425597 in main (argc=2, argv=0x7fffffffe668) at /home/arjen/php-5.4.15/sapi/cli/php_cli.c:1364
__orig_bailout = 0x0
__bailout = {{__jmpbuf = {14234096, 5721601910549609967, 0, 0, 14115680, 0, -5721601910928998929, 5721601342093098479}, __mask_was_saved = 0, __saved_mask = {__val = {140737328408440, 140737488348448, 140737329625536, 0,
140737354130664, 140737488348448, 140737488348432, 4131212846, 4263972, 4294967295, 140737328814838, 140737328251168, 140737353951632, 140737354129808, 15773951, 1}}}}
c = <optimized out>
exit_status = 0
module_started = 1
sapi_started = 1
php_optarg = 0x0
php_optind = 1
use_extended_info = 0
---Type <return> to continue, or q <return> to quit---
ini_path_override = 0x0
ini_entries = 0xd931f0 "html_errors=0\nregister_argc_argv=1\nimplicit_flush=1\noutput_buffering=0\nmax_execution_time=0\nmax_input_time=-1\n"
ini_entries_len = <optimized out>
ini_ignore = 0
sapi_module = <optimized out>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment