Abdelrazak Younes wrote:
> Edwin Leuven wrote:
>> Abdelrazak Younes wrote:
>>> This patch solves it. Committing now.
>>
>> i still see a crash...
> 
> Could you set a breakpoint at breakpoint at the beginning of
> Dialogs::disconnect(string const & name) in frontends/Dialogs.C and
> continue step by step until you see the crash?
> 
> Abdel.
> 
> 

This hack avoids the crash:

Index: frontends/controllers/Dialog.C
===================================================================
--- frontends/controllers/Dialog.C      (revision 14889)
+++ frontends/controllers/Dialog.C      (working copy)
@@ -115,7 +115,7 @@
        if (!view().isVisible())
                return;

-       controller().clearParams();
+//     controller().clearParams();
        view().hide();
        kernel().disconnect(name());
 }


I have a breakpoint in frontend/controller/Diolog.C line 59

void Dialog::CancelButton()
{
        hide();  <-------------------
        bc().cancel();
}


-- 
Peter Kümmel

Reply via email to