On Mon, 12 Nov 2001, Cliff Woolley wrote:
| On Mon, 12 Nov 2001, Dale Ghent wrote:
|
| > yeah, I've been seeing this with httpd+worker on solaris 8. I included a
| > stack trace of it in my second mail to the list yesterday entitled "Two
| > apache/2.0.29-dev problems"
|
| Ahh, so I see. I didn't make the connection before. :-/
If it helps any, I just got a core this morning that was caused by this
(it seems to be the only reason why I'm getting cores right now.) Here's a
full stack trace:
#0 0xff349024 in apr_pool_clear (a=0x3c6cd8) at apr_pools.c:957
957 free_blocks(a->first->h.next);
(gdb) where full
#0 0xff349024 in apr_pool_clear (a=0x3c6cd8) at apr_pools.c:957
No locals.
#1 0x9723c in core_output_filter (f=0x3bf000, b=0x0) at core.c:3217
rv = 0
c = (conn_rec *) 0x3bed88
ctx = (core_output_filter_ctx_t *) 0x3bf040
#2 0x901e4 in ap_pass_brigade (next=0x3bf000, bb=0x2897f8)
at util_filter.c:276
e = (apr_bucket *) 0x2897f8
#3 0x8eb40 in ap_lingering_close (dummy=0x3bed88) at connection.c:175
dummybuf =
"\000\000\0006\000\000\000\013\000\000\000\f\000\000\000\n\000\000\000e\000\000\000\001\000\000\001;\000\000\000\000����\000<\027�\000<\f�\000\000\000\000\000\000\000\000�5��\000<L�\000<\f�\000\000\000\000\0003H\210\000\000\031\217\000\000\000\000\000;�\210�5��\000\ef�\000<TP�`��\000\000\000\004\000\000\000\n\000<U\e�`�x\000\004U\220\000<O\210\000\000\000D\000\000�\000\000\000\000\000�3�\000\000\000\000\000�3�\224\000;��\000\000\000\000\000\000\000\000\000;�\210\000;��\000\000\000H\000\ec�\000<TP\000<S�\000<Sp\000\035yX",
'\000' <repeats 33 times>...
nbytes = 512
rc = 3928064
total_linger_time = 0
#4 0xff348e88 in run_cleanups (c=0x3befc8) at apr_pools.c:833
No locals.
#5 0xff34900c in apr_pool_clear (a=0x3bec88) at apr_pools.c:949
No locals.
#6 0xff349068 in apr_pool_destroy (a=0x3bec88) at apr_pools.c:995
blok = (union block_hdr *) 0x3bec88
#7 0x82a28 in worker_thread (thd=0x18dce8, dummy=0x3bec88) at
worker.c:723
process_slot = 0
thread_slot = 6
csd = (apr_socket_t *) 0x3becb8
ptrans = (apr_pool_t *) 0x3bec88
rv = 3927176
#8 0xff34312c in dummy_worker (opaque=0x18dce8) at thread.c:122
No locals.
(gdb)