1. Start LibreOffice and open an empty writer document 2. Go to Tools > Autocorrect > Apply and Edit changes console output after crash soffice.bin: /home/artur/libreoffice/master/vcl/source/window/builder.cxx:4119: void VclBuilder::set_response(const rtl::OString&, short int): Assertion `nResponse >= 100 && "keep non-canned responses in range 100+ to avoid collision with vcl RET_*"' failed. warn:legacy.tools:5038:5038:vcl/unx/generic/gdi/salbmp.cxx:131: Unsupported BitCount! happens on (compiled from master branch): Version: 6.4.0.0.alpha0+ Build ID: 80db66c4f345ac469943f871308b14b7f5ed0a11 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded cannot reproduce it on (from bibisect-linux-64-6.4): Version: 6.4.0.0.alpha0+ Build ID: 9fbedb7929936a45967ae49bc15b985f95e2ebd3 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded
it hangs here Version: 6.4.0.0.alpha0+ Build ID: d62f6b7d40284b2e41831376e5388711ab6250f3 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Regression introduced by: author Caolán McNamara <caolanm@redhat.com> 2019-04-18 16:49:26 +0100 committer Caolán McNamara <caolanm@redhat.com> 2019-04-27 12:41:14 +0200 commit 56dd851cfc77c362c3db5c0aae4a490c7f6782cc (patch) tree 0f5f6564e0b9af8123f4cebfe9a2f55c1bbbba57 parent 6afbe153ffd4cab27f0a7bb77f71f25923dc2e43 (diff) weld cluster of change tracking dialogs Bisected with: bibisect-linux64-6.3 Adding Cc: to Caolán McNamara
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/d96a490aa51fe6894a03e28a58e25e412c313f9e%5E%21 Related: tdf#126236 keep user defined responses out of ambiguous range It will be available in 6.4.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/4ed9b1de2bcd5403d8a4e2d85bac620baccc429b%5E%21 Resolves: tdf#126236 reset modality back to initial modality on close It will be available in 6.4.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.
fixed in master, backports to 6-3 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/fa8c9012e518cfed0cf6f5b6707fd6324c0bb981%5E%21 Resolves: tdf#126236 reset modality back to initial modality on close It will be available in 6.3.0.2. 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/821a1315dc490766976cf73436f0cf084980275e%5E%21 Related: tdf#126236 keep user defined responses out of ambiguous range It will be available in 6.3.0.2. 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: 6.4.0.0.alpha0+ Build ID: 47a774fbef8c224e4853de3fdd0230b9442bb716 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue!!