Re: tsearch - Regression tests fail - Mailing list pgsql-general

From Tom Lane
Subject Re: tsearch - Regression tests fail
Date
Msg-id 21729.1027958454@sss.pgh.pa.us
Whole thread Raw
In response to Re: tsearch - Regression tests fail  ("Markus Wollny" <Markus.Wollny@computec.de>)
List pgsql-general
"Markus Wollny" <Markus.Wollny@computec.de> writes:
> Platform is SuSE Linux 7.3 (Linux 2.4.10-64GB-SMP #1 SMP Tue Sep 25
> 12:36:09 GMT 2001 i686 unknown); I think it doesn't dump core, so I
> cannot provide a stack trace. In the logfile it just says: "DEBUG:
> server process (pid 22137) was terminated by signal 11". I cannot find
> any core-files.

Signal 11 is SIGSEGV on most Unixen (certainly including Linux), so the
backend is certainly crashing.  If you are not getting core files in
the $PGDATA/base/yourdbnumber/ directory, then I'd bet that the
postmaster is being started under "ulimit -c 0" conditions.  Restart
it with "ulimit -c unlimited" environment and you should get a core.

            regards, tom lane

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: tsearch - Regression tests fail
Next
From: Vivek Khera
Date:
Subject: Re: OSCON 2002 Slides and Thoughts