Re: Remove Windows crash dump support? - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Remove Windows crash dump support?
Date
Msg-id CAMsr+YGx1khnT6D8tNjD65ZKQ5ywj-w+Nk1SrPGLRqO_tvC+3w@mail.gmail.com
Whole thread Raw
In response to Re: Remove Windows crash dump support?  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Remove Windows crash dump support?
List pgsql-hackers
On 25 December 2015 at 19:45, Michael Paquier <michael.paquier@gmail.com> wrote:
On Thu, Dec 24, 2015 at 5:57 PM, Dave Page <dpage@pgadmin.org> wrote:
> On Thu, Dec 24, 2015 at 2:14 AM, Craig Ringer <craig@2ndquadrant.com> wrote:
>> On 22 December 2015 at 23:48, Alex Ignatov <a.ignatov@postgrespro.ru> wrote:
>>
>>>
>>> I think that you can debug crash dump since windbg exists.
>>
>>
>> Nobody in their right mind uses windbg though. Visual Studio is really where
>> it's at and the Express versions make it much more practical.

Well, FWIW, I have been working lately on a bug hidden in a custom
background worker on Windows that crashed in some weird way with a
0x000000C5, and while I have a reproducible test case I have not yet
found the time to look at it yet but I would think that this is
generating a core dump, and that I will need to use windbg for that.
Hence count me on the -1 team.

Huh?

You can use VS Express to debug a core dump.  Per links upthread you can get the platform to generate core dumps for you. No windbg required.

If you want to torture yourself using windbg go ahead, but it really isn't necessary, you can use a sane debugger.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Remove Windows crash dump support?
Next
From: Vinayak Pokale
Date:
Subject: Re: [PROPOSAL] VACUUM Progress Checker.