Steps to reproduce: 1. Open writer 2. Insert an image 3. Right click - Wrap - Edit Contour 4. Select the pipette and click on the image -> Crash Reproduced in Version: 7.0.0.0.alpha0+ Build ID: 81d982f176751a6d5f13fcb72f425a29fd077c92 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=52fece12345161911da2a531213b7d5541192aad author Noel Grandin <noel.grandin@collabora.co.uk> 2020-01-15 12:43:19 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> 2020-01-15 14:33:52 +0100 commit 52fece12345161911da2a531213b7d5541192aad (patch) tree fd27e700dc56ca5293e88746dbeed7cc08a57f3a parent 0a76eb059a77c799e6ce8400c558fc4dd1d866aa (diff) tweak GetBitmap methods in BitmapEx Bisected with: bibisect-linux64-6.5 Adding Cc: to Noel Grandin
On pc Debian x86-64 with master sources updated today, I don't reproduce this with gtk3, gen and kf5 renderings. Just for curiosity, shouldn't the cursor be a pipette when choosing pipette? If yes, I'll submit a new bugtracker because I just see an hand.
Cant' repro this either with current master on gtk or gen on Linux.
Created attachment 158304 [details] screencast
x1sco, it may have something do with that specific image you are using, could you try attaching that please? (I notice that it looks wrong in the edit contour dialog, which is suspiciuous)
Created attachment 158306 [details] image
Nope, sorry, even with that image, cannot reproduce
For the record, I can't reproduce it in Version: 7.0.0.0.alpha0+ (x64) Build ID: 8e323fcacebad1afe9d867b846722a6b9bf20f78 CPU threads: 16; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win; Locale: en-GB (en_GB); UI-Language: en-US Calc: threaded
On pc Debian x86-64 with master sources updated today, I don't reproduce this with image attached (gtk3 or gen rendering).
Created attachment 158349 [details] gdb backtrace
Xisco: do you build yourself LO sources? if no, how do you get 7.0 build? Indeed "warning: Could not find DWO CU" is a bit weird.
(In reply to Julien Nabet from comment #11) > Xisco: do you build yourself LO sources? if no, how do you get 7.0 build? > Indeed "warning: Could not find DWO CU" is a bit weird. I used a debug daily build for the backtrace. I also reproduce the crash with my local build, but it doesn't have debug enabled. Also reproduced with the bisect builds
Thanks for the backtrace, I see what the problem is. Will do a patch tomorrow.
Noel Grandin committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5da687891223488f46d08d705585ace1900ba0f4 tdf#131015 crash using the pipette in Edit Contour dialog It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.0.0.0.alpha0+ Build ID: bdfd0feefe3785e1ea68bf1f1f987147c8fe9335 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded @Noel, thanks for fixing this issue!!