Hi, when I run the mod_http2 tests on trunk, I get a crash when they do a graceful restart during a h2 download. This is relatively new and it does not happen on 2.4.x.
In case someone gets bored or the weather is dull and cloudy in southern France, someone might have a look at this: Cheers, Stefan Crashed Thread: 1 Exception Type: EXC_CRASH (SIGSEGV) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: httpd [526] Application Specific Information: crashed on child side of fork pre-exec Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff7f4a12c0 __sigreturn + 0 1 libsystem_platform.dylib 0x00007fff7f5d2f6d _sigtramp + 45 2 ??? 0x0000ffff00001fa0 0 + 281470681751456 3 libapr-1.0.dylib 0x000000010ad2e310 apr_pool_destroy + 128 (apr_pools.c:820) 4 mod_mpm_event.so 0x000000010b1c222b clean_child_exit + 43 (event.c:770) 5 mod_mpm_event.so 0x000000010b1c2103 child_main + 899 (event.c:2725) 6 mod_mpm_event.so 0x000000010b1c1d76 make_child + 470 7 mod_mpm_event.so 0x000000010b1c10a0 event_run + 2880 (event.c:2957) 8 httpd 0x000000010abc630b ap_run_mpm + 75 (mpm_common.c:101) 9 httpd 0x000000010abb8149 main + 2233 (main.c:844) 10 libdyld.dylib 0x00007fff7f351115 start + 1 Thread 1 Crashed: 0 libsystem_kernel.dylib 0x00007fff7f4a0fca __select + 10 1 libapr-1.0.dylib 0x000000010ad394f9 apr_sleep + 73 (time.c:248) 2 mod_watchdog.so 0x000000010ae562fb wd_worker + 155 3 libsystem_pthread.dylib 0x00007fff7f5dc6c1 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff7f5dc56d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff7f5dbc5d thread_start + 13
