On Tue, Feb 05, 2002 at 04:32:06PM -0500, Greg Ames wrote: > We got a couple more of these today - httpd.core.2 and .4 . .3 is different; > I'll post the backtrace in a separate thread.
Core .3 looks semi-bogus. (I seem to have lost where you posted the backtrace for it.) It looks like r has been set to NULL. How did that happen? #0 0x8070cb3 in get_mime_headers (r=0x8131048) at protocol.c:687 687 rv = ap_rgetline(&field, DEFAULT_LIMIT_REQUEST_FIELDSIZE + 2, (gdb) print r $5 = (request_rec *) 0x0 I wonder if we put out a build with Jeff's fix to core.c would this go away? -- justin