https://bugs.documentfoundation.org/show_bug.cgi?id=92617

--- Comment #3 from Lionel Elie Mamane <lio...@mamane.lu> ---
The Ubuntu crash report contains a backtrace. It points to this method in file
svx/source/form/formcontrolling.cxx:

    bool FormControllerHelper::isModifiedRow() const
    {
        bool bIs = false;
        if ( m_xFormOperations.is() )
            bIs = m_xFormOperations->isModifiedRow();
        return bIs;
    }

and seems to be the line "m_xFormOperations.is()", where "&m_xFormOperations"
is 0x40, an obviously invalid value. I deduce that from one frame down:

 #7  is (this=0x40) at
/build/libreoffice-A1OEbm/libreoffice-4.4.4~rc3/include/com/sun/star/uno/Reference.h:93

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to