Skip to content

Instantly share code, notes, and snippets.

@igorw
Last active December 10, 2015 08:48
Show Gist options
  • Save igorw/b19325f95492fd402700 to your computer and use it in GitHub Desktop.
Save igorw/b19325f95492fd402700 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00000001058d7798 in zval_delref_p [inlined] () at /Users/igor/src/php-src/Zend/zend.h:406
#1 0x00000001058d7798 in i_zval_ptr_dtor [inlined] () at /Users/igor/src/php-src/Zend/zend_execute.h:76
#2 0x00000001058d7798 in _zval_ptr_dtor (zval_ptr=0x1068a3320, __zend_filename=0x105ec621a "/Users/igor/src/php-src/Zend/zend_generators.c", __zend_lineno=132) at zend.h:428
#3 0x000000010592cf8f in zend_generator_close (generator=0x1068537b0, finished_execution=0 '\0') at zend_generators.c:132
#4 0x000000010592e5ba in zend_generator_free_storage (generator=0x1068537b0) at zend_generators.c:180
#5 0x000000010593b6e2 in zend_objects_store_free_object_storage (objects=0x10603b8e0) at zend_objects_API.c:92
#6 0x00000001058d6ff7 in shutdown_executor () at zend_execute_API.c:295
#7 0x00000001058f3ee3 in zend_deactivate () at zend.c:938
#8 0x000000010583cdb4 in php_request_shutdown (dummy=0x0) at main.c:1789
#9 0x0000000105a94cb6 in do_cli (argc=2, argv=0x7fff5aa9d008) at php_cli.c:1171
#10 0x0000000105a92c24 in main (argc=2, argv=0x7fff5aa9d008) at php_cli.c:1364
Current language: auto; currently minimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment