Bug 93572 - Instructions on bibisection using lo-linux-dbgutil-daily are missing
Summary: Instructions on bibisection using lo-linux-dbgutil-daily are missing
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 11:55 UTC by Milos Sramek
Modified: 2016-12-08 00:23 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Sramek 2015-08-21 11:55:52 UTC
Instructions on the page https://wiki.documentfoundation.org/QA/Bibisect/Linux do not describe, how to use the lo-linux-dbgutil-daily repository.

I currently have a problem with 5.0 and would like to bibisect it prior to submitting a bug - I do not know how. The instruction, which are ok for other sets do not help in this case.

The problems: 
git bisect start latest oldest
does not check out anything. It looks like 'latest' is not defined. Instead, I tried
git bisect start 2b392af9c8f54629e3a3a98a8c92fa5af1c6722f oldest

where 2b392af9c8f54629e3a3a98a8c92fa5af1c6722f is in the output of 'git log'.
I got:
HEAD is now at 2b392af... 2015-05-20: source-hash-90e2dabb8d0bb5382234be776c2ad0e2d5d9e224 2b392af9c8f54629e3a3a98a8c92fa5af1c6722f was both good and bad
Still no checkout

git reset --hard oldest
checks the stuff out. However, ./opt/program/soffice hangs.

Pls, update the instruction at //wiki.documentfoundation.org/QA/Bibisect/Linux 
thanks
m
Comment 1 Julien Nabet 2015-08-21 12:26:43 UTC
Kendy: thought you might be interested in this one.
Comment 2 Joel Madero 2015-08-21 20:52:27 UTC
Robinson has been working on these - let's see if he has thoughts.
Comment 3 Robinson Tryon (qubit) 2015-08-25 04:58:22 UTC
(In reply to Joel Madero from comment #2)
> Robinson has been working on these - let's see if he has thoughts.

Let's see... Miklos is the maintainer of the dbgutil repository (https://wiki.documentfoundation.org/QA/Bibisect/Linux#dbgutil) and should be able to answer some basic questions. I don't currently have a local copy of this repository but I'll download one this week and take a look.

Sounds like a reasonable inquiry, so tossing into NEW for now.
Comment 4 QA Administrators 2016-09-20 10:26:13 UTC Comment hidden (obsolete)
Comment 5 Aron Budea 2016-12-08 00:23:12 UTC
I added a note on how to get the latest/oldest commit hashes in general when they aren't defined. The wiki page could use an overhaul/cleanup, but I don't feel being up to that.

At least finding this information should be somewhat easier in the future, so closing this as fixed.