PATCH: Debugger crashing on OSX - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject PATCH: Debugger crashing on OSX
Date
Msg-id n2i8cf965d31004290719n94996c66z78009c0e3307042e@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: Debugger crashing on OSX  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi Dave,

As you found the segment fault on OSX  related to debugger.
In dlgDirectDbg::OnTargetComplete(), It waits for the function this->Show(true) for completion, and "this" pointer will not be available on cancellation,  and hence It is crashing on next line.
ie. this->SetFocus();

On removing this line, the problem is getting solved.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company


Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Next
From: Erwin Brandstetter
Date:
Subject: Re: Redundant statements