Re: abnormal exits: what am I overlooking?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Sullivan <andrew(at)libertyrms(dot)info>
Cc: PostgreSQL general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: abnormal exits: what am I overlooking?
Date: 2002-02-27 23:39:47
Message-ID: 9685.1014853187@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Andrew Sullivan <andrew(at)libertyrms(dot)info> writes:
> I'm doing some tests with 7.2 here, and I'm having trouble creating a
> table. This is on Solaris 7 compiled with a 64 bit gcc; gcc -v gives

> The backend died with the attached in the log, debug level 1.

> 2002-02-27 18:40:36 [25234] DEBUG: server process (pid 27450) was terminated by signal 10

Looks like a core dump. What's signal 10 on your machine?
(/usr/include/signal.h is a good reference if you don't know)
Can you get a gdb backtrace from the core file?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benjamin Franks 2002-02-27 23:41:24 COPY FROM and TABLE LOCK question
Previous Message Bruce Momjian 2002-02-27 23:28:48 Re: Re-write rules on views