| Summary: | regression: SVG text not displayed | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | frederic.coiffier@6cure.net <frederic.coiffier> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.1.0.3 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.2.0 target:6.1.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | .odt file to reproduce the problem | ||
|
Description
frederic.coiffier@6cure.net
2018-08-28 07:15:51 UTC
Created attachment 144494 [details]
.odt file to reproduce the problem
This seems to have begun at the below commit. Adding Cc: to Caolán McNamara; Could you possibly take a look at this one? Thanks 6287e7ccbaf698d3854f675171ea9f7fae1ee283 is the first bad commit commit 6287e7ccbaf698d3854f675171ea9f7fae1ee283 Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Tue Jul 24 05:29:57 2018 -0700 source 37ce56416d67ecd6a8d1bfa762c45ec04a00e51b author Caolán McNamara <caolanm@redhat.com> 2018-07-23 17:37:04 +0100 committer Caolán McNamara <caolanm@redhat.com> 2018-07-24 09:32:30 +0200 commit 37ce56416d67ecd6a8d1bfa762c45ec04a00e51b (patch) tree e9053f48440dcac251ee796225c7671e44b91483 parent 20bb79886de5b7e24b6796aaa9811153abda86c9 (diff) crashtesting: infinite recurse with moz609361-1.svg blast, I thought the parent style was static/stable, but its not. Given the css stuff a given style can end up with itself as a grandparent but not the css mutates things so it doesn't loop around to give itself as a grandgrandparent Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1fe8479e5ba4ec092d6dc6d88a1edd5fb4487542 tdf#119557 style hierarchy isn't stable so looping check fails falsely It will be available in 6.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bcc2e360d59532ccf4daac81174ef464abe3290d&h=libreoffice-6-1 tdf#119557 style hierarchy isn't stable so looping check fails falsely It will be available in 6.1.2. 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. Verified in Version: 6.2.0.0.alpha0+ Build ID: 4b5fcd417587cfb9e6d8b61ecb037ab165eeb5b9 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded @Caolán, Thanks for fixing this!! |