Created attachment 110135 [details] document from bank to fill With Libreoffice 4.2.7.2 on Fedora 20 x86_64 and Libreoffice 4.3.4.1 on Windows 7, it segfault when left click with the mouse in some parts of the document. For example in Paragraph with the text "FINANCIACION TRANSFERENCIA SWIFT IMPORTACION ......". Libreoffice just die immediatly, it does the same in other parts of the document.
On pc Debian x86-64 with master sources updated today, I could reproduce this ; I had a "std::bad_cast". But I couldn't get a bt :-( Michael: I noticed that the only possible call location of this, since the crash is on Writer, is sw/source/filter/ww8/writerhelper.hxx but then how to investigate to find the root cause?
Created attachment 110150 [details] bt Sorry Michael for pinging, I just remembered there was a way on gdb to break when throwing and rediscovered "catch throw" :-)
crashes already in OOo 3.3 the ODF import creates a questionable fieldmark that has the type name of a checkbox but the wrong class - fixed on master.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=25fd11e78279aef5a6b7656347758e5c67a9c45a fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ... It will be available in 4.5.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b350a0a6f93fcd61c1ece112bd9a62d55cdeee6&h=libreoffice-4-4 fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ... It will be available in 4.4.0.0.beta3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b903e2a7ac730865d9a6ee48fb0392ecff2c7d30&h=libreoffice-4-3 fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ... It will be available in 4.3.6. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-3-5": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1317e958f2195e2b05cdf72ca5eb1c04e64dc1bd&h=libreoffice-4-3-5 fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ... It will be available in 4.3.5. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.