Re: Crash dumps - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Crash dumps
Date
Msg-id CA+TgmoYW0sB0zfLESHHqDQZy=96p0quKEjK0dk4Ox_S-jBjCwg@mail.gmail.com
Whole thread Raw
In response to Re: Crash dumps  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
On Tue, Jul 5, 2011 at 9:05 AM, Magnus Hagander <magnus@hagander.net> wrote:
> On Tue, Jul 5, 2011 at 15:02, Robert Haas <robertmhaas@gmail.com> wrote:
>> On Mon, Jul 4, 2011 at 12:47 PM, Radosław Smogura
>> <rsmogura@softperience.eu> wrote:
>>> I asked about crash reports becaus of at this time there was thread about
>>> crashing in live system.
>>
>> Yeah, I thought this was the result of that effort:
>>
>> commit dcb09b595f88a3bca6097a6acc17bf2ec935d55f
>> Author: Magnus Hagander <magnus@hagander.net>
>> Date:   Sun Dec 19 16:45:28 2010 +0100
>>
>>    Support for collecting crash dumps on Windows
>>
>>    Add support for collecting "minidump" style crash dumps on
>>    Windows, by setting up an exception handling filter. Crash
>>    dumps will be generated in PGDATA/crashdumps if the directory
>>    is created (the existance of the directory is used as on/off
>>    switch for the generation of the dumps).
>>
>>    Craig Ringer and Magnus Hagander
>
> That crash dump is basically the windows equivalent of a coredump,
> though. Just a different name...

Do we need something else in addition to that?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [BUGS] BUG #6083: psql script line numbers incorrectly count \copy data
Next
From: Robert Haas
Date:
Subject: Re: beta3?