Edwin Leuven wrote:
Abdelrazak Younes wrote:
The problems lies in Dialogs.C:

void Dialogs::disconnect(string const & name)
{
    if (!isValidName(name))
        return;

    open_insets_[name] = 0;  // <= HERE
}

open_insets_ is empty, hence the crash.

can i ask how you found out?

By judiciously put debug breakpoints. The one method that matters here is void QDialogView::slotClose().

It also helps to know the controler/view code.  ;-)

Abdel.

Reply via email to