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=42473>.
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=42473





------- Additional Comments From [EMAIL PROTECTED]  2007-05-22 02:42 -------
(In reply to comment #6)
> Questions about gdb:
> 
> 1. Should I recompile with symbols before using gdb?

That would be helpful, but is not strictly needed. You can make a first try with
your current binary.

> 2. Because I can't follow some steps to make a fail, I suppose I should wait
> until all my child process get hanged (as at this moment) and then execute gdb
> against a child-pid, don't I?

Yes, attachg gdb to a hanging process (aka live backtrace). See
http://httpd.apache.org/dev/debugging.html#backtrace

> 3. Once in debugging mode, which variables do we need to get?

Just do

thread apply all bt full

and we get everything that is there and that is needed for the start. If more is
needed it needs to be specified later.

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