| Summary: | XML Filter Settings: Checkbox setting "The filter needs XSLT 2.0 processor" is not saved | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Hans <j.tdhgfg.k> |
| Component: | UI | Assignee: | David Tardon <dtardon> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dtardon, h3734236, serval2412 |
| Priority: | medium | ||
| Version: | 5.1.2.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:5.2.0 target:5.1.3 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Hans
2016-04-16 21:50:02 UTC
On pc Debian x86-64 with master sources updated today, I could reproduce this. I noticed these logs: warn:legacy.osl:18451:1:unotools/source/config/configpaths.cxx:126: OSL_ASSERT: -1 <= nPos && nPos < nStart && nStart < nEnd && nEnd <= _sInPath.getLength() warn:legacy.osl:18451:1:unotools/source/config/configpaths.cxx:126: OSL_ASSERT: -1 <= nPos && nPos < nStart && nStart < nEnd && nEnd <= _sInPath.getLength() warn:legacy.osl:18451:1:unotools/source/config/configpaths.cxx:126: OSL_ASSERT: -1 <= nPos && nPos < nStart && nStart < nEnd && nEnd <= _sInPath.getLength() warn:legacy.osl:18451:1:unotools/source/config/configpaths.cxx:126: OSL_ASSERT: -1 <= nPos && nPos < nStart && nStart < nEnd && nEnd <= _sInPath.getLength() David Tardon committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=390ddd3bde617388e481b6747aa7bbea17d5ddf1 tdf#99353 take the footgun away from FilterCache It will be available in 5.2.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. David Tardon committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9b5fa0a53f5b23b3c6d53b110b8c68a2ddfdbd62&h=libreoffice-5-1 tdf#99353 take the footgun away from FilterCache It will be available in 5.1.4. 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. David Tardon committed a patch related to this issue. It has been pushed to "libreoffice-5-1-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=00d2bef594998f8c5669f7070cf5a2c779c9b633&h=libreoffice-5-1-3 tdf#99353 take the footgun away from FilterCache It will be available in 5.1.3. 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. Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=312bf21ae6ab3a375d8dd1e6c9fb6bffe480897b Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyref It will be available in 5.2.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. |