> Hint to everyone here: This issue isn't going to automatically fix itself.
Obviously. I don't expect it to fix itself automatically, and that's exactly why I'm trying to help.
> Have you made any progress on this?
No. I probably did something wrong though because I could only guess the commands to run from your previous posts and 'man git-bisect'.
Here is what I did:
For each bisect I did this (I never experienced the crash):
In the end the git bisect result says that the last commit (20a4235c4c9) is the bad one.
Because I found this very unlikely, I compiled and installed this supposedly bad commit by following the same procedure (except I did 'git checkout 20a4235c4c9' instead of 'git bisect good') and I didn't have any issue after rebooting the PBP.
In fact, I doubt that 'sudo ninja install -C build/' worked because 'glxinfo' always returned 'mesa 20.2.1' instead of 'mesa 20.3.x'.
Am I doing something wrong?
Obviously. I don't expect it to fix itself automatically, and that's exactly why I'm trying to help.
> Have you made any progress on this?
No. I probably did something wrong though because I could only guess the commands to run from your previous posts and 'man git-bisect'.
Here is what I did:
Code:
git clone https://github.com/mesa3d/mesa.git
cd mesa
mkdir build
git bisect start
git bisect good ac6b8e42ce2
git bisect bad 20a4235c4c9
cd build
meson -Dgallium-drivers=panfrost,kmsro -Dvulkan-drivers= -Db_ndebug=false --buildtype=plain -Dlibunwind=false
cd ..
ninja -C build
sudo ninja install -C build/
reboot
For each bisect I did this (I never experienced the crash):
Code:
git bisect good
ninja -C build
sudo ninja install -C build/
reboot
In the end the git bisect result says that the last commit (20a4235c4c9) is the bad one.
Because I found this very unlikely, I compiled and installed this supposedly bad commit by following the same procedure (except I did 'git checkout 20a4235c4c9' instead of 'git bisect good') and I didn't have any issue after rebooting the PBP.
In fact, I doubt that 'sudo ninja install -C build/' worked because 'glxinfo' always returned 'mesa 20.2.1' instead of 'mesa 20.3.x'.
Am I doing something wrong?