Re: Crash dumps

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Crash dumps
Date: 2011-07-05 13:02:15
Message-ID: CA+TgmobO01FSyyEan0-s=bSP-RwVXrbUdC9phs--zVzZ+i+R5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 4, 2011 at 12:47 PM, Radosław Smogura
<rsmogura(at)softperience(dot)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(at)hagander(dot)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

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-07-05 13:05:14 Re: Crash dumps
Previous Message Craig Ringer 2011-07-05 12:25:03 Review of VS 2010 support patches