Re: pgstat wait timeout (by Robert Schnabel)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Alexey Luchko <luch(at)ank-sia(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: pgstat wait timeout (by Robert Schnabel)
Date: 2009-12-16 15:12:55
Message-ID: 3518.1260976375@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Alexey Luchko wrote:
>> postgres.exe!mdpostckpt+0x181b38
>> postgres.exe!mdpostckpt+0x18bbdb

> This stack trace seems bogus. The stats collector should not be calling
> mdpostckpt at all.

Given the size of the offsets, it's pretty clear that it's not actually
in mdpostckpt at all. Probably this is a stripped executable and
mdpostckpt is just the nearest global symbol.

IOW, not necessarily bogus, but still useless :-(

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2009-12-16 15:45:13 Re: pgstat wait timeout (by Robert Schnabel)
Previous Message Robert Haas 2009-12-16 15:06:21 Re: BUG #5244: Attempting to rollback to a savepoint after receiving an error with state 55000 the process hangs