Created attachment 120689 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I had a crash when doing these steps: 1) Launch Writer 2) Select Tools Menu, then Macros 3) Select Organize Macros then Basic 4) Select in left panel "Untitle 1" 5) Click "New" button then leave by default name, then click "Ok" button => crash I reproduce this with gtk3 not gtk (switch with env var "SAL_USE_VCLPLUGIN") Remark: if I use gtk first (and so don't reproduce the crash) then use gtk3, I don't reproduce it. I must remove first my LO directory profile to reproduce this again with gtk3
Created attachment 120690 [details] valgrind log
Caolan: thought you might be interested in this one since it concerns vcl part + gtk3 specifically. (I attached bt with debug + Valgrind with an invalid read in ColorMask::GetColorFor32Bit)
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9b52b8999be86e5c6e5f5901b2640b16f08a2323 Resolves: tdf#95962 incorrect scanline stride It will be available in 5.1.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.
I've updated my local repo and indeed it works now. Thank you Caolan! :-)