Re: Tips for investigating DBMS failure

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Karl DeBisschop <kdebisschop(at)range(dot)infoplease(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Tips for investigating DBMS failure
Date: 2000-10-16 17:07:38
Message-ID: Pine.BSF.4.21.0010161306480.22968-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 16 Oct 2000, Tom Lane wrote:

> Karl DeBisschop <kdebisschop(at)range(dot)infoplease(dot)com> writes:
> > If it's of any use, I have attached the debug output - I don't see
> > where the problem is occurring, but I don't pretend to fully understand
> > the output, other than the exit is status 25.
>
> Signal 25?? What is that on your machine? (see /usr/include/signal.h)
> On mine it's SIGTSTP, which doesn't make any sense --- for one thing,
> that doesn't cause a process exit, only suspension ...

That's odd. Here SIGTSTP is 18. 25 is SIGXFSZ (exceeded file size
limit).

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-10-16 17:15:10 Re: Change to DatabaseMetaData.java for the jdbc2 driver (fwd)
Previous Message Tom Lane 2000-10-16 17:02:34 Re: Tips for investigating DBMS failure