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

            Bug ID: 90029
           Summary: Crash with form (frm::TimeFieldColumn)
           Product: LibreOffice
           Version: 4.5.0.0.alpha0+ Master
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 114116
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114116&action=edit
bt + additional gdb

On pc Debian x86-64 with master sources updated 2 days ago, I've got a crash
when opening 1st form of this attachment
https://bugs.freedesktop.org/attachment.cgi?id=94532

I attached bt + interesting lines from gdb session.
DbTimeField::updateFromModel (this=0x3187c80, _rxModel=uno::Reference to
(frm::TimeFieldColumn *) 0x3326d38)
    at
/home/julien/compile-libreoffice/libreoffice/svx/source/fmcomp/gridcell.cxx:2386
2386    {
(gdb) n
2387        OSL_ENSURE( _rxModel.is() && m_pWindow,
"DbTimeField::updateFromModel: invalid call!" );
(gdb) n
2389        util::Time aTime;
(gdb) n
2390        if ( _rxModel->getPropertyValue( FM_PROP_DATE ) >>= aTime )
(gdb) n

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

Reply via email to