Re: Memory leak (possibly connected to postgis) leading to server crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Roman Cervenak <roman(at)cervenak(dot)info>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Memory leak (possibly connected to postgis) leading to server crash
Date: 2019-12-11 16:49:09
Message-ID: 18069.1576082949@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Roman Cervenak <roman(at)cervenak(dot)info> writes:
> I am trying to do
> (gdb) p MemoryContextStats(TopMemoryContext)

I think what you wanted to do is "call MemoryContextStats(TopMemoryContext)".
"p" means "print".

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-12-11 17:11:03 Re: logical decoding bug: segfault in ReorderBufferToastReplace()
Previous Message Tom Lane 2019-12-11 16:43:23 Re: BUG #16059: Tab-completion of filenames in COPY commands removes required quotes