On 7/25/23 13:40, Gary wrote:
The only thing I found in settings was tracking. I
changed it to custom and unchecked everything. It always fails at the login screen.
Either before or after I enter my credentials.
Other pages work fine.
Anyone using Firefox?
Firefox 102.13.0esr (64-bit) on Slackware Linux 15.0.
Stable as a rock. You didn't say what your "finance"
VM is running. Try posting contents of /etc/os-release
(or, /etc/redhat-release) and the output of
ldd /usr/lib64/firefox/firefox-bin.
$ cat /etc/os-release
NAME=Slackware
VERSION="15.0"
ID=slackware
VERSION_ID=15.0
PRETTY_NAME="Slackware 15.0 x86_64"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:slackware:slackware_linux:15.0"
HOME_URL="http://slackware.com/"
SUPPORT_URL="http://www.linuxquestions.org/questions/slackware-14/&quo…
BUG_REPORT_URL="http://www.linuxquestions.org/questions/slackware-14/&…
VERSION_CODENAME=stable
$ ldd /usr/lib64/firefox/firefox-bin
linux-vdso.so.1 (0x00007ffd5d32c000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1488e56000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f1488e51000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f1488c3d000)
libm.so.6 => /lib64/libm.so.6 (0x00007f1488af5000)
libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00007f1488ada000)
libc.so.6 => /lib64/libc.so.6 (0x00007f14888fb000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1488f75000)
Doesn't Firefox have an elaborate crash reporting / bug
reporting system built in? Does it activate?
Any error messages? Have you tried enabling core dumps?
How about run it from the command line and look for output
to stderr?