Skip to content

Instantly share code, notes, and snippets.

@weltling
Created September 23, 2014 11:50
Show Gist options
  • Save weltling/6bda7fb7be9c07293826 to your computer and use it in GitHub Desktop.
Save weltling/6bda7fb7be9c07293826 to your computer and use it in GitHub Desktop.
native-tls apache crash
#0 0x00007ffff39f07fc in zend_set_memory_limit (memory_limit=134217728) at /home/anatol/dws/src/native-tls/Zend/zend_alloc.c:2280
#1 0x00007ffff3971d01 in OnChangeMemoryLimit (entry=0x7fffec046a00, new_value=0x7fffec046a90, mh_arg1=0x0, mh_arg2=0x0, mh_arg3=0x0, stage=1) at /home/anatol/dws/src/native-tls/main/main.c:185
#2 0x00007ffff3a49543 in zend_ini_refresh_cache (el=0x7fffec0430b0, arg=0x1) at /home/anatol/dws/src/native-tls/Zend/zend_ini.c:280
#3 0x00007ffff3a3c201 in zend_hash_apply_with_argument (ht=0x7fffec042840, apply_func=0x7ffff3a494e2 <zend_ini_refresh_cache>, argument=0x1) at /home/anatol/dws/src/native-tls/Zend/zend_hash.c:1063
#4 0x00007ffff3a4959a in zend_ini_refresh_caches (stage=1) at /home/anatol/dws/src/native-tls/Zend/zend_ini.c:288
#5 0x00007ffff3a256dd in zend_new_thread_end_handler (thread_id=140737001740032) at /home/anatol/dws/src/native-tls/Zend/zend.c:594
#6 0x00007ffff3970e93 in allocate_new_resource (thread_resources_ptr=0x70f1f8, thread_id=140737001740032) at /home/anatol/dws/src/native-tls/TSRM/TSRM.c:348
#7 0x00007ffff3971007 in ts_resource_ex (id=0, th_id=0x0) at /home/anatol/dws/src/native-tls/TSRM/TSRM.c:409
#8 0x00007ffff3af155e in php_handler (r=0x7fffec039280) at /home/anatol/dws/src/native-tls/sapi/apache2handler/sapi_apache2.c:544
#9 0x000000000044e59e in ap_run_handler (r=0x7fffec039280) at config.c:169
#10 0x000000000044eeec in ap_invoke_handler (r=0x7fffec039280) at config.c:432
#11 0x0000000000469f5b in ap_process_async_request (r=0x7fffec039280) at http_request.c:317
#12 0x000000000046a040 in ap_process_request (r=0x7fffec039280) at http_request.c:363
#13 0x00000000004668e5 in ap_process_http_sync_connection (c=0x7fffdc000c48) at http_core.c:190
#14 0x00000000004669fb in ap_process_http_connection (c=0x7fffdc000c48) at http_core.c:231
#15 0x000000000045b9b5 in ap_run_process_connection (c=0x7fffdc000c48) at connection.c:41
#16 0x000000000045beb9 in ap_process_connection (c=0x7fffdc000c48, csd=0x7fffdc000a30) at connection.c:202
#17 0x0000000000471700 in process_socket (thd=0x6cdd10, p=0x7fffdc0009b8, sock=0x7fffdc000a30, my_child_num=0, my_thread_num=21, bucket_alloc=0x7fffec0371f8) at worker.c:620
#18 0x000000000047222b in worker_thread (thd=0x6cdd10, dummy=0x7fffec002a30) at worker.c:979
#19 0x00007ffff775d0c7 in dummy_worker (opaque=0x6cdd10) at threadproc/unix/thread.c:142
#20 0x00007ffff751bf6e in start_thread (arg=0x7fffe2fed700) at pthread_create.c:311
#21 0x00007ffff72469cd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment