| Summary: | FILEOPEN: Crash with Application Error when opening file with nested draw elements | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Dinh Le <infostud91> |
| Component: | filters and storage | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | serval2412, telesto |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 4.4.6.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 target:5.4.2 target:5.3.7 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
crashes with application error
A second testcase which has slightly different content stacktrace of error bt with debug symbols bt from xml error |
||
|
Description
Dinh Le
2017-08-24 20:36:13 UTC
Created attachment 135773 [details]
crashes with application error
Created attachment 135774 [details]
A second testcase which has slightly different content
Created attachment 135775 [details]
stacktrace of error
Repro with: Version: 6.0.0.0.alpha0+ Build ID: 02c53f744ed23e2149fc7c83d67cb7d8aa5eb0ed CPU threads: 4; OS: Windows 6.19; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2017-08-24_05:48:55 Locale: nl-NL (nl_NL); Calc: CL and with: Versie: 4.4.6.3 Build ID: e8938fd3328e95dcf59dd64e7facd2c7d67c704d Locale: nl_NL Created attachment 135797 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today, I could reproduce this.
As indicated in the bt, I noticed this log on console: warn:sw.uno:13512:1:sw/source/filter/xml/xmltexti.cxx:188: SwXTextCursor missing Oups + this:
warn:sw.uno:13512:1:sw/source/filter/xml/xmltexti.cxx:188: SwXTextCursor missing
warn:xmloff:13512:1:xmloff/source/core/xmlerror.cxx:169: An error or a warning has occurred during XML import/export!
Error-Id: 0x20040004
Flags: 2 ERROR
Class: 4 API
Number: 4
Parameters:
0: com.sun.star.drawing.RectangleShape
Exception-Message:
Position:
Public Identifier:
System Identifier:
Row, Column: 7,0
Created attachment 135798 [details]
bt from xml error
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=79cfd48dae2b986b691bb00a8400c7e9cc2cdda7 Resolves: tdf#112017 crash on particular odt It will be available in 6.0.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. backports in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9c781148593b71eaca1798d4415f63d8bc289899&h=libreoffice-5-4 Resolves: tdf#112017 crash on particular odt It will be available in 5.4.2. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=932a81e9c31a3a5bf5edad3d9e79b111e19b113d&h=libreoffice-5-3 Resolves: tdf#112017 crash on particular odt It will be available in 5.3.7. 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. |