Re: bio_bucket_in_read bug [was Re: Bump a few more tags. :-)]

2002-04-01 Thread Cliff Woolley
On Mon, 1 Apr 2002, Doug MacEachern wrote: > your grep pattern missed this one: > ctx->inbio.block = block; Doh! :) Regardless, the value of ->block that's getting passed in is fried. Some of the others might be too, I'll have to go back and poke through gdb more carefully. Right now I'm

Re: bio_bucket_in_read bug [was Re: Bump a few more tags. :-)]

2002-04-01 Thread Doug MacEachern
your grep pattern missed this one: ctx->inbio.block = block;

bio_bucket_in_read bug [was Re: Bump a few more tags. :-)]

2002-04-01 Thread Cliff Woolley
On Tue, 2 Apr 2002, Cliff Woolley wrote: > #3 0x4001b14f in socket_read (a=0x827a000, str=0xbf7fd59c, > len=0xbf7fd5a0, > block=1127800088) at apr_buckets_socket.c:74 > #4 0x80d033b in core_input_filter (f=0x823a950, b=0x823a910, > mode=AP_MODE_READBYTES, block=1127800088, readbytes=7)