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

--- Comment #11 from Ruediger Pluem <[email protected]> ---
(In reply to Tabby from comment #10)
> (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.
> 

> 
> (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}

Thanks. What does

print *(e->type)
x/10x 0x2c6c6c756e3a226e,
x/10x 0x4974616d726f6622
x/10x 0x7b2c7d2235322e31
dump_brigade b
dump_bucket e

deliver?
Keep in mind that you need to have the macros .gdbinit (top level of source
directory) loaded for the dump_* commands to work.

-- 
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