How did you capture the debug info? Were you using a serial console, or
hand copying?
The reason for asking is that you seem to be experiencing spurious bit flips:
On Sun, Nov 05, 2023 at 09:09:37PM +0100, Josh wrote:
> chrome output before freeze:
> test# chrome --debug
> [67850:-1106581952:1104/174401.831825:ERROR:bus.co(406)] Failed to
> connect to the bust Failed to connect to socket
^^^^
This should be 'bus:'.
> /var/run/dbus/system_bus_socket: No such file or directory libGL
> error: MESA-LOADER: failed to retrieve device information
> libGL error: MESA-LOADER: failed to open andgpu: File not found
> (search paths /usr/??116/lib/modules/dri, suffix_dri) libGL error:
> failed to load driver: andgpu
^^^^^^
Expecting amdgpu.
> libGL error: failed to open /dew/dri/card0: No such File on directory
^^^
Expecting dev.
Interestingly the t/: is not a simple bitflip, but a shift:
: 0x3a 00111010
t 0x74 01110100