Re: Please help me debug regular segfaults on 8.3.10

From: pgsql <pgsql(at)lavabit(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Please help me debug regular segfaults on 8.3.10
Date: 2010-05-05 17:13:51
Message-ID: 4BE1A74F.1030903@lavabit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> pgsql <pgsql(at)lavabit(dot)com> writes:
> Looking at debug_query_string in the core dumps would
> at least show what SQL command is calling the function(s) --- and I
> wouldn't be surprised if there's exactly one function involved here.

Content of debug_query_string:

core.21207
$1 = 63106368

core.20832
$1 = 292449712

core.25421
$1 = 292450320

core.23631
$1 = 292450000

core.9419
$1 = 284979152

core.16801
$1 = 284978992

core.32242
$1 = 284971248

core.10776
$1 = 284978832

> As per Alvaro's suggestion, installing postgresql-debuginfo would
> make the stack traces a lot more useful, too.

Build from source (without the relcache patch) with debug enabled;
waiting for the next crash.

Thank you

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2010-05-05 19:37:05 Re: pg_class has 3615 rows and 1010Mb in table size
Previous Message pgsql 2010-05-05 17:06:11 Re: Please help me debug regular segfaults on 8.3.10