I don't know whether Firefox does it, or Trixie does it, or the phase[...]
of the Moon does it, but every time I push Firefox's "Restart to
continue using Firefox" button after an update, Trixie ˙crashes.
kinfocenter reports
Does anybody else have this problem?I haven't, but a bit more of detail for "crashes" would help others
I don't know whether Firefox does it, or Trixie does it, or the phase
of the Moon does it, but every time I push Firefox's "Restart to
continue using Firefox" button after an update, Trixie ˙crashes.
kinfocenter reports
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.12.74+deb13+1-amd64 (64-bit)
Graphics Platform: X11
Processors: 32 ? Intel? Core? i9-14900K
Memory: 32 GiB of RAM (31.1 GiB usable)
Graphics Processor 1: AMD Radeon RX 580 Series
Graphics Processor 2: Intel? Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E06
System Version: 3.0
Does anybody else have this problem?
On Wed, 2026-04-01 at 18:38 +0200, M G Berberich wrote:
Hello,
Am Mittwoch, den 01. April schrieb Van Snyder:
I don't know whether Firefox does it, or Trixie does it, or the
phase
of the Moon does it, but every time I push Firefox's "Restart to
continue using Firefox" button after an update, Trixie ˙crashes.
kinfocenter reports
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.12.74+deb13+1-amd64 (64-bit)
Graphics Platform: X11
Processors: 32 ? Intel? Core? i9-14900K
Memory: 32 GiB of RAM (31.1 GiB usable)
Graphics Processor 1: AMD Radeon RX 580 Series
Graphics Processor 2: Intel? Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E06
System Version: 3.0
Does anybody else have this problem?
Not the exact same, but similar. Firefox crashed my trixie. Logfiles indicated a GPU problem (Radeon R7 250).
The solution was to disable hardware-acceleration in the firefox
settings.
Disabled ?Use recommended performance settings?
and ?Use hardware acceleration when available?
What log did you look at? Where are the Firefox settings you changed?
On Wed, 2026-04-01 at 21:51 +0200, M G Berberich wrote:
The kernel-massages had GPU errors.
I used to look for such errors in /var/log/error*, but those files no
longer exist, at least not on my computer. Where are they now? "dmesg -
k" appears to show messages only since the most recent boot. Can I look
at previous errors using dmesg? If not dmesg, how?
Am Mittwoch, den 01. April schrieb Van Snyder:
I don't know whether Firefox does it, or Trixie does it, or the phase
of the Moon does it, but every time I push Firefox's "Restart to
continue using Firefox" button after an update, Trixie ˙crashes.
kinfocenter reports
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
Kernel Version: 6.12.74+deb13+1-amd64 (64-bit)
Graphics Platform: X11
Processors: 32 ? Intel? Core? i9-14900K
Memory: 32 GiB of RAM (31.1 GiB usable)
Graphics Processor 1: AMD Radeon RX 580 Series
Graphics Processor 2: Intel? Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E06
System Version: 3.0
Does anybody else have this problem?
Not the exact same, but similar. Firefox crashed my trixie. Logfiles indicated a GPU problem (Radeon R7 250).
The solution was to disable hardware-acceleration in the firefox
settings.
From journalctl I see:
Disabled ?Use recommended performance settings?
and ?Use hardware acceleration when available?
On Wed, 2026-04-01 at 21:51 +0200, M G Berberich wrote:
Disabled ?Use recommended performance settings?
and ?Use hardware acceleration when available?
What log did you look at? Where are the Firefox settings you
changed?
In the firefox settings (Hamburger-menu?Settings or
about:preferences): General ? Performance
Thanks. I found and disabled them.
On Wed, Apr 01, 2026 at 01:47:50PM -0700, Van Snyder wrote:Based on how I understand matters, the user program (Firefox) is not, in
On Wed, 2026-04-01 at 21:51 +0200, M G Berberich wrote:
In the firefox settings (Hamburger-menu?Settings or
about:preferences): General ? Performance
Thanks. I found and disabled them.
It is now a week since I also disabled these in Firefox. Before so
doing I had had a problem every day or few. I think that it is
reasonable to assume a cause.
A user program should not be able to do this. Who should I report
this to, a Debian maintainer or direct to the kernel mail list ?
I have the journal logs which, hopefully, will be useful at findingOne may hope, but unless (and possibly even if) there's a stack trace in
the problem.
Hi, that was all good advice. I'd add that before making a bug report,
I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
On Wed, Apr 08, 2026 at 01:48:13PM +0000, David wrote:
Hi, that was all good advice. I'd add that before making a bug report,
I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
I get:
Apr 05 00:12:03 mint.phcomp.co.uk xdg-desktop-por[3009]: A backend call failed:
Inhibiting other than idle not supported
So are you saying that there is no point in telling anyone and just use the FF
config workaround (which appears to make no difference to what I see) ?
Hi, that was all good advice. I'd add that before making a bug report,
I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
because if the GPU driver is reporting that certain graphics capabilities
are not supported, then the bug would be in the software that attempts
to use those capabilities when they aren't available.
Hi, that was all good advice. I'd add that before making a bug report,
I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
because if the GPU driver is reporting that certain graphics capabilities are not supported, then the bug would be in the software that attempts
to use those capabilities when they aren't available.
If it crashes the whole OS, the bug is not just in the application but further down (somewhere in the stack, as described by the Wanderer).
Hi, that was all good advice. I'd add that before making a bug report,
I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
because if the GPU driver is reporting that certain graphics capabilities >> > are not supported, then the bug would be in the software that attempts
to use those capabilities when they aren't available.
If it crashes the whole OS, the bug is not just in the application but
further down (somewhere in the stack, as described by the Wanderer).
Usually, but not always, I can ssh in, send a few signals to some applications and then type 'poweroff'.
Hi, that was all good advice. I'd add that before making a bug report, >> > I'd suggest checking something like:
$ sudo journalctl -b -g 'not supported'
because if the GPU driver is reporting that certain graphics capabilities
are not supported, then the bug would be in the software that attempts >> > to use those capabilities when they aren't available.
If it crashes the whole OS, the bug is not just in the application but
further down (somewhere in the stack, as described by the Wanderer).
Usually, but not always, I can ssh in, send a few signals to some applications and then type 'poweroff'.
Aha: I assumed "crashes Trixie" means the whole OS crashed.
If you can still access the machine via SSH, then presumably only the
video part is wedged. Still: if the whole user session is made unusable
and the graphics stack is sufficiently confused that you can't "log out and log back in" (as seems to be the case based on your description), then
the problem is not just in the application but somewhere within the
graphics stack.
On Thu, Apr 09, 2026 at 09:32:22AM -0400, Stefan Monnier wrote:
Aha: I assumed "crashes Trixie" means the whole OS crashed.
If you can still access the machine via SSH, then presumably only the
video part is wedged. Still: if the whole user session is made unusable and the graphics stack is sufficiently confused that you can't "log out and log back in" (as seems to be the case based on your description), then
the problem is not just in the application but somewhere within the graphics stack.
Your description is correct. Graphics/console becomes unusable, it freezes showing whatever was being displayed. Curiously the mouse still moves. Sometimes (wild estimate of 1 in 5 times) the screen goes completely white.
| Sysop: | Jacob Catayoc |
|---|---|
| Location: | Pasay City, Metro Manila, Philippines |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 493851:46:13 |
| Calls: | 146 |
| Files: | 547 |
| D/L today: |
6 files (97K bytes) |
| Messages: | 76,953 |