Re: [Polipo-users] bug (assertion) in polipo darcs repo

2008-08-04 Thread Alan Jenkins
Juliusz Chroboczek wrote: >> I found the following assert at io.c:281 was triggering: >> > > >> assert(*request->u.l.buf_location == NULL); >> > > The assertion is guarded by > > if(request->buf == NULL) > > Now look at what happens in do_stream_buf (io.c line 111): > > return sc

Re: [Polipo-users] [PATCH] Synchronous finish should cancel delayed finish

2008-08-04 Thread Alan Jenkins
Juliusz Chroboczek wrote: >> Couldn't send request to server: Immediate shutdown requested >> ==24601== Invalid read of size 8 >> ==24601==at 0x416084: httpServerFinish (server.c:1157) >> ==24601==by 0x41889D: httpServerDelayedFinishHandler (server.c:1332) >> ==24601==by 0x403792: runTi

Re: [Polipo-users] [PATCH] Synchronous finish should cancel delayed finish

2008-08-04 Thread Juliusz Chroboczek
> Couldn't send request to server: Immediate shutdown requested > ==24601== Invalid read of size 8 > ==24601==at 0x416084: httpServerFinish (server.c:1157) > ==24601==by 0x41889D: httpServerDelayedFinishHandler (server.c:1332) > ==24601==by 0x403792: runTimeEventQueue (event.c:492) > ==

Re: [Polipo-users] bug (assertion) in polipo darcs repo

2008-08-04 Thread Juliusz Chroboczek
> I found the following assert at io.c:281 was triggering: > assert(*request->u.l.buf_location == NULL); The assertion is guarded by if(request->buf == NULL) Now look at what happens in do_stream_buf (io.c line 111): return schedule_stream(operation, fd, offset,