PATCH: Debugger crashing on OSX

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема PATCH: Debugger crashing on OSX
Дата
Msg-id n2i8cf965d31004290719n94996c66z78009c0e3307042e@mail.gmail.com
обсуждение исходный текст
Ответы Re: PATCH: Debugger crashing on OSX  (Dave Page <dpage@pgadmin.org>)
Список 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


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH(WIP): Printing Support And Save GQB/Explain as an image
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Re: Redundant statements