[Libreoffice-bugs] [Bug 115969] Immediate Crash After Selecting Tools > Mail Merge Wizard

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 23 19:26:28 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=115969

--- Comment #9 from Aron Budea <baron at caesar.elte.hu> ---
Hints for reverse bibisecting (when looking for the fixing commit instead of
when a bug was introduced):

1. Verify if the bug is fixed in the latest state and is there in the oldest
state. The commands to jump between the two are:
git checkout oldest / git checkout master

2. Copy the hash from the latest master commit (git log master), and start
bibisecting with:
git bisect start <latest hash> oldest

(the oldest hash is tagged as 'oldest')

3. At each step, test behavior,
-if it is OK: git bisect bad
-if it fails: git bisect good
-if the build doesn't start or something: git bisect skip

When reverse bibisecting, you have to use the opposite parameters for 'git
bisect', that's why you have to proceed with 'bad' when it's working fine, and
with 'good' when it fails.

4. After 12 steps or so, you should arrive at a single commit, paste the
source-hash here.

Pay close attention to step 3., it's very easy to mix up. Good luck!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180223/05022248/attachment.html>


More information about the Libreoffice-bugs mailing list