Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created November 22, 2013 18:04
Show Gist options
  • Save macnibblet/7604247 to your computer and use it in GitHub Desktop.
Save macnibblet/7604247 to your computer and use it in GitHub Desktop.
(lldb) run test.php
There is a running process, kill it and restart?: [Y/n] y
Process 43799 launched: '/usr/local/bin/php' (x86_64)
Attach 100 listeners: time=0.000520, mem=287208
Process 43799 stopped
* thread #1: tid = 0x27a514, 0x0000000100f01a72 cyant.so`zephir_memory_restore_stack_common(zephir_globals_ptr=<unavailable>) + 258 at memory.c:232, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
frame #0: 0x0000000100f01a72 cyant.so`zephir_memory_restore_stack_common(zephir_globals_ptr=<unavailable>) + 258 at memory.c:232
229
230 #ifndef ZEPHIR_RELEASE
231 for (i = 0; i < active_memory->pointer; ++i) {
-> 232 if (likely(active_memory->addresses[i] != NULL && *(active_memory->addresses[i]) != NULL)) {
233 zval **var = active_memory->addresses[i];
234 /*
235 #if ZEND_DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment