https://bz.apache.org/bugzilla/show_bug.cgi?id=58503

--- Comment #10 from Tabby <[email protected]> ---
(In reply to Ruediger Pluem from comment #6)
> While it is nice that the patch works for you I suspect that it hides
> something else. Can you please do a 
> 
> print e
> print *e
> 
> in gdb in the thread that causes the segfault?

Sorry, I've deleted the old core.

Consider this new one, with ssl enabled:
#0  0x00007eff54952e17 in apr_brigade_cleanup (data=0x7eff2c01c2c8) at
buckets/apr_brigade.c:44
#1  0x00007eff5450caee in run_cleanups (pool=0x7eff2c01a2b8) at
memory/unix/apr_pools.c:2352
#2  apr_pool_destroy (pool=0x7eff2c01a2b8) at memory/unix/apr_pools.c:814
#3  0x00007eff54952e2c in apr_brigade_cleanup (data=0x7eff2c0062a8) at
buckets/apr_brigade.c:44
#4  0x00007eff5165db0e in ssl_io_filter_output (f=0x7eff480567f8,
bb=0x7eff2c0062a8) at ssl_engine_io.c:1612
#5  0x00007eff5165e125 in ssl_io_filter_coalesce (f=0x7eff480567d0,
bb=0x7eff2c0062a8) at ssl_engine_io.c:1599
#6  0x0000000000463fa3 in ap_process_request_after_handler (r=<value optimized
out>) at http_request.c:267
#7  0x00000000004645af in ap_process_request (r=0x7eff2c01a330) at
http_request.c:373
#8  0x00000000004608ee in ap_process_http_sync_connection (c=0x7eff48056388) at
http_core.c:210
#9  ap_process_http_connection (c=0x7eff48056388) at http_core.c:251
#10 0x0000000000457fc0 in ap_run_process_connection (c=0x7eff48056388) at
connection.c:41
#11 0x000000000046b468 in process_socket (thd=0xfa9928, dummy=<value optimized
out>) at worker.c:631
#12 worker_thread (thd=0xfa9928, dummy=<value optimized out>) at worker.c:990
#13 0x0000003f3a807a51 in start_thread () from /lib64/libpthread.so.0
#14 0x0000003f3a0e893d in clone () from /lib64/libc.so.6

(gdb) p e
$1 = (apr_bucket *) 0x7efee4018348

(gdb) p *e
$2 = {link = {next = 0x2c6c6c756e3a226e, prev = 0x4974616d726f6622}, type =
0x4f444e49223a2264, length = 3180190329187026254, start = 6229711307259471394, 
  data = 0x2d223a2265756c61, free = 0x7b2c7d2235322e31, list =
0x6e6f697372657622}

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to