https://bugs.documentfoundation.org/show_bug.cgi?id=135729
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|4.4.7.2 release |4.1.0.4 release CC| |ilmari.lauhakangas@libreoff | |ice.org Keywords|bibisectRequest |bibisected, filter:rtf --- Comment #6 from Buovjaga <[email protected]> --- Bibisecting the disappearance of the first image in linux-41max repo, this helped with the crashes (tip is from QA/Bibisect article): while (git clean -f -X && git bisect skip && ! SAL_USE_VCLPLUGIN=gen opt/program/soffice --norestore /path/to/zz.odt); do : ; done There are only 'skip'ped commits left to test. The first bad commit could be any of: 006fb997f37fa41c3529804047083d5231fcdedb d8696d9dc384319390767c5a5baad0ec95bab35b 7d3a0b4604a1c8f8a2c69d2593da60f62e1066e0 We cannot bisect more! This seems relevant: $ git show 7d3a0b4604a1c8f8a2c69d2593da60f62e1066e0 commit 7d3a0b4604a1c8f8a2c69d2593da60f62e1066e0 Author: Matthew Francis <[email protected]> Date: Fri Sep 18 10:59:39 2015 +0800 source-hash-d53dd70b15f0e3f7c8a05a93f8fcd70e1147c1f7 commit d53dd70b15f0e3f7c8a05a93f8fcd70e1147c1f7 Author: Miklos Vajna <[email protected]> AuthorDate: Fri Apr 12 15:09:12 2013 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Apr 12 16:33:07 2013 +0200 sw: rework RTF export of text frames Export these as new-style frames. Not counting future possibilities, this commit finally fixes the following problems: - borders: spacing to contents wasn't exported at all - wrap: top/bottom and left/right spacing exported even in case they do not equal Change-Id: I058e00e677e20bc9501b8de320f941f256e8b6f1 Others are commit 006fb997f37fa41c3529804047083d5231fcdedb Author: Matthew Francis <[email protected]> Date: Fri Sep 18 10:59:39 2015 +0800 source-hash-da16b278eeb5b3e2994de68e49d88a64fdb7ac5b commit da16b278eeb5b3e2994de68e49d88a64fdb7ac5b Author: Miklos Vajna <[email protected]> AuthorDate: Fri Apr 12 16:29:25 2013 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Apr 12 16:33:07 2013 +0200 RTF import: initial handling of posrelh and posrelv shape properties Change-Id: Id576d6df4b7a6144507e5f8230ac62a953b5c050 and range https://git.libreoffice.org/core/+log/a6e1f214c9c8c338da7cd216884e45e234e64669..1799937b9ec2584c6e6c783ede5f22d72a1f44f9 -- You are receiving this mail because: You are the assignee for the bug.
