| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: PATCH: Debugger crashing on OSX |
| Date: | 2010-04-29 19:10:45 |
| Message-ID: | i2u937d27e11004291210x71b3ec0ck1c6508785791c91@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
On Thu, Apr 29, 2010 at 3:19 PM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> 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 It is crashing on next line.
> ie. this->SetFocus();
> On removing this line, the problem is getting solved.
Thanks, patch applied.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | svn | 2010-04-29 19:32:21 | SVN Commit by dpage: r8316 - in trunk/pgadmin3: . pgadmin pgadmin/ctl pgadmin/frm pgadmin/gqb pgadmin/include/ctl pgadmin/include/frm pgadmin/include/gqb |
| Previous Message | svn | 2010-04-29 19:07:29 | SVN Commit by dpage: r8315 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/debugger |