Re: postgres 7.0.3 core dumps

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres 7.0.3 core dumps
Date: 2001-01-17 02:53:50
Message-ID: 3A65093E.45FBBF67@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oops, I did the trace wrong.

<rant>
Why can't gdb -c corefile get a symbol table? It prints out what the
executable was so it must be able to find it.
</rant>

Anyway I look at http://www.selectacast.net/~jks/postgres/gdb3.txt The
backend was in ExecEvalVar () when it crashed.

Tom Lane wrote:
>
> Joseph Shraibman <jks(at)selectacast(dot)net> writes:
> > Postgres has core dumped on me a few in the last few weeks. For complete
> > details of the problem:
> > http://www.selectacast.net/~jks/postgres/
>
> Unfortunately, those core dump files are of no value anywhere except
> on your machine, since they are (a) platform dependent, and (b)
> dependent on your executable, which you said was custom-built.
>
> Could you go into them with gdb and provide stack backtraces?
>
> regards, tom lane

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-17 02:54:37 Slashdot and PostgreSQL
Previous Message Vince Vielhaber 2001-01-17 02:44:47 RE: Why is there so much MySQL bashing???