Re: [pgadmin-hackers] PATCH: Debugger crashing on OSX

2010-04-29 Thread Dave Page
On Thu, Apr 29, 2010 at 3:19 PM, Ashesh Vashi wrote: > 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 I

[pgadmin-hackers] PATCH: Debugger crashing on OSX

2010-04-29 Thread Ashesh Vashi
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