DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43533>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43533


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |




------- Additional Comments From [EMAIL PROTECTED]  2007-10-12 01:28 -------
Reporter says the patch for bug 36780 didn't help, so re-opening.

Noah:

1) can you reproduce this with prefork rather than worker?
2) can you get a coredump and do some debugging with gdb?

What is needed out of the core dump is:

# gdb /path/to/httpd core.dump
(gdb) source /patch/to/httpd/src/.gdbinit

then select a frame with a apr_bucket_brigade * in scope, e.g.
send_parsed_content, e.g. "up 2" from that first "Thread 20", and do:

(gdb) dump_brigade bb

to dump the contents of the brigade.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to