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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilmari.lauhakangas@libreoff
                   |                            |ice.org

--- Comment #5 from Buovjaga <[email protected]> ---
(In reply to jbenavideschacon from comment #4)
> (In reply to raal from comment #3)
> > Would now be nice to get a bibisect of the bug -
> > https://wiki.documentfoundation.org/QA/HowToBibisect
> 
> I don't understand. What should I do?

If you know for a fact that the issue appeared in LibreOffice 6.4, you should
do the following:

Ensure you have Git for Windows installed https://git-scm.com/download/win

If you don't already have it, get the latest PowerShell (7.x) and use it for
the following steps:
https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows

Invoke-WebRequest -Uri https://bibisect.libreoffice.org/win32-6.4.git-bundle
-OutFile win32-6.4.git-bundle -Resume
git clone -o bundle win64-6.4.git-bundle win64-6.4
rm ./win64-6.4.git-bundle
cd ./win64-6.4
git remote remove bundle
git checkout oldest && instdir\program\soffice

Now do the testing with your .net app for this specific build of LibreOffice.
If you are correct, you should *not* see the bug. If you don't see the bug,
continue:

git checkout master && instdir\program\soffice

Test again. Now you *should* see the bug. If you do see the bug, continue:

git bisect start master oldest && instdir\program\soffice

Test the bug about 12 times. For each result, tell git bisect what it was by
saying either

git bisect good && instdir\program\soffice

or

git bisect bad && instdir\program\soffice

For the final good or bad marking after "0 steps" you can omit running soffice.

Then copy the result that includes "source sha:..." here into a comment (no
need to copy any list of changed files if it appears).

In case you don't see the bug in the "master" commit of LibreOffice in the 6.4
repository, you need to continue cloning newer ones. The list is in
https://wiki.documentfoundation.org/QA/Bibisect/Windows#Versions

You can also refer to this tutorial:
https://wiki.documentfoundation.org/QA/Bibisect/Bibisecting_tutorial

Let me know, if you need help. I am available for screensharing calls.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to