| Summary: | Crash if I open the Image dialog and click the 'Crop' tab (gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gülşah Köse <gulsah.1004> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | caolan.mcnamara, serval2412, thb, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 5.4.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
bt with debug symbols
example image |
||
|
Description
Gülşah Köse
2017-03-02 12:46:58 UTC
Error message is: warn:svl:7933:1:svl/source/undo/undo.cxx:1167: SfxUndoManager::MarkTopUndoAction(): suspicious call! warn:legacy.osl:7933:1:svx/source/svdraw/svdmrkv1.cxx:335: SdrMarkView::UndirtyMrkPnt(): Selected points on an object that is not a PolyObj! warn:legacy.osl:7933:1:framework/source/uiconfiguration/ImageArrayData.cxx:85: ImageAryData::Load: failed to load image 'cmd/lc_rotate180.png' from icon theme 'breeze' warn:vcl.gdi:7933:1:vcl/source/outdev/map.cxx:1517: MapUnit::MapPixel approximated with 72dpi soffice.bin: /home/gulsah/LibreOffice/libreoffice/vcl/headless/svpgdi.cxx:1357: void SvpSalGraphics::releaseCairoContext(cairo_t*, bool, const basegfx::B2DRange&) const: Assertion `nFormat == CAIRO_FORMAT_ARGB32 && "need to implement CAIRO_FORMAT_A1 after all here"' failed. soffice.bin: /home/gulsah/LibreOffice/libreoffice/vcl/headless/svpgdi.cxx:1357: void SvpSalGraphics::releaseCairoContext(cairo_t*, bool, const basegfx::B2DRange&) const: Assertion `nFormat == CAIRO_FORMAT_ARGB32 && "need to implement CAIRO_FORMAT_A1 after all here"' failed. Fatal exception: Signal 6 I can't reproduce it in Version: 5.4.0.0.alpha0+ Build ID: d3676ceeec55a41337ce5e6bc596f4f100d0638e CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group your build is from February 14th. Could you please try with the latest daily build ? Still reproducable. Updated my repo LibreOfficeDev 5.4.0.0.alpha0 446568bfad252daf1861ea7e0c53fe4c72a31a53 I would recommend you to reset your profile and try again... Created attachment 131585 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today + enable-dbgutil, I could reproduce this.
Remark: I only reproduce this with gtk3 rendering.
I don't reproduce this with gtk/kde4/gen rendering.
Since I did a "make clean", profile was brand new. (git commit I used: a5c947579253a7f4e784004e18929af5ab22fa28) Caolán: thought you might be interested in this one since it's specific to gtk3. out of curiosity, do you reproduce the crash with any image you insert or with some specific ones? In case of the second one, could you please indicate the extension or attach one image? Created attachment 131596 [details] example image (In reply to Xisco Faulí from comment #8) I do not think it's image-addiction but to be sure you can try image at the attach. |