From: Ruediger Pluem Date: Mon, 9 Oct 2017 08:58:03 +0000 (+0000) Subject: * It needs to be the dereferenced node X-Git-Tag: 2.5.0-alpha~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72e5b64d0c57798951f3c4d4d27bb91fc627606;p=thirdparty%2Fapache%2Fhttpd.git * It needs to be the dereferenced node git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1811540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gdbinit b/.gdbinit index 042df453cc9..494ff829d9d 100644 --- a/.gdbinit +++ b/.gdbinit @@ -444,7 +444,7 @@ class DumpPoolAndChilds (gdb.Command): if node != 0: while node != 0: noded = node.dereference() - kb = kb + (4 << int(node['index'])) + kb = kb + (4 << int(noded['index'])) node = noded['next'] i = i + 1 self.total_free_blocks[salloc] = kb