Re: capturing regression test core dump - Mailing list pgsql-hackers

From Florian Pflug
Subject Re: capturing regression test core dump
Date
Msg-id 732B4DCF-7220-467D-AAEA-09C0A3232F27@phlo.org
Whole thread Raw
In response to capturing regression test core dump  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: capturing regression test core dump
List pgsql-hackers
On Jul5, 2011, at 17:49 , Robert Haas wrote:
> Is there any way to get the regression tests to write a core dump file
> somewhere that I can get at it?  I tried "ulimit -c unlimited" but
> can't find any core file lying around after I reproduce the crash.

In case you're on OSX, the core dumps there are written to /cores,
not to the cwd of the process.

best regards,
Florian Pflug



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: testing nested case-when scoping
Next
From: "Kevin Grittner"
Date:
Subject: Re: Small SSI issues