I’m using the Toradex Apalis TK1 module with the Ixora carrier board for testing.
I have installed L4T using the EasyInstaller. After installation I used apt-get to update all packages to latest versions.
When I run Firefox it crashes immediately after the main window is displayed in a blink. The Crash Reporter is shown shortly thereafter.
When I try to run it remotely for debugging I get the following error in the crash report:
"Ubuntu 14.04.5 LTSFP(D00-L1000-W00000000-T000) GLXtest process failed (exited with status 1): X error occurred in GLX probe, error_code=2, request_code=149, minor_code=3"
I’m not fully sure whether this error is related to the fact that I’m using a remote X session to start Firefox for debugging purposes.
I tried running glxinfo to try to figure out what went wrong, however that command was not available.
I then tried installing the mesa-utils package to get to glxinfo, but found that this package is not available on the Apalis board.
Note: I also tried to start Firefox directly on the board in safe mode, but it crashes the same way as when not using safe mode.
I also tried starting Firefox from a debugger, which yields the following (not so helpful) backtrace:
Program received signal SIGILL, Illegal instruction.
0xb465d5d2 in ?? () from /usr/lib/firefox/libxul.so
(gdb) bt
#0 0xb465d5d2 in ?? () from /usr/lib/firefox/libxul.so
#1 0xb4717f76 in ?? () from /usr/lib/firefox/libxul.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Anyone has a hint or tip?
Firefox is very important for me to get running as it powers the user interface of the product.