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

--- Comment #39 from Ruediger Pluem <rpl...@apache.org> ---
Further gdb commands:

set $i=0
while ($i<server_limit)
print ap_scoreboard_image->parent[$i++]
end

set $i=0
while($i<server_limit)
set $j=0
while($j<threads_per_child)
print ap_scoreboard_image->servers[$i][$j++]
end
set $i=$i+1
end

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to