Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Date: 1998-11-01 17:23:07
Message-ID: 264.909940987@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu> writes:
> Until earlier this week, the various snapshots have been working fine
> on my system, NetBSD 1.3.2/i386. As of a couple of days ago the
> backend started to crash.

When did this start, exactly?

> I hoped this was a temporary glitch with
> recent patches which would disappear in a day or so as other stuff got
> sorted out. Nothing seems to have changed, though, over the last
> several days, and connections fail with the backend crashing.

A reproducible crash at startup ought to be pretty easy to nail down.
Does it produce a corefile? If so fire up gdb and get a backtrace so
we can see where the crash occurs. (The trace would give more info if
you compiled with -g, but even without it would be helpful.)

One thing that comes to mind quickly is that some of the changes this
week required an initdb to be fully effective. If you forgot the initdb
maybe a crash at startup would result; I'm not sure.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1998-11-01 18:18:10 Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Previous Message Bruce Momjian 1998-11-01 17:12:26 Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386