all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71556: GNOME Konsol crashes
@ 2024-06-14 16:34 Simon Josefsson via Bug reports for GNU Guix
  2024-06-21  4:32 ` Liliana Marie Prikler
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Josefsson via Bug reports for GNU Guix @ 2024-06-14 16:34 UTC (permalink / raw)
  To: 71556

[-- Attachment #1: Type: text/plain, Size: 1573 bytes --]

Hi.

GNOME Konsol has crashed for me, bringing down all 10+ windows I had
open (and plenty of ongoing work halted...).  I've now seen this twice,
so I suppose it counts as reproducible, even though I don't know how to
trigger it.  I recall that it happened when I used the mouse to maybe
resize windows or switch workspace somehow.

This is guix v1.3.0-60008-g7e00fb9f31 with a fairly normal system
configuration [1] on a fairly ordinary amd64 desktop (MSI Z790P).
Syslog has these two crashes:

Jun 12 17:53:49 localhost vmunix: [244491.668326] .kgx-real[2161]: segfault at 29 ip 00007fd22dc31d6d sp 00007ffed19f0630 error 6 in crocus_dri.so[7fd22da94000+165b000] likely on CPU 10 (core 20, socket 0)
Jun 12 17:53:49 localhost vmunix: [244491.668348] Code: c0 75 42 48 8b 93 08 1a 00 00 48 8d 8b 08 1a 00 00 49 8d 44 24 08 66 48 0f 6e c9 66 48 0f 6e c2 66 0f 6c c1 41 0f 11 44 24 08 <48> 89 42 08 48 89 83 08 1a 00 00 f0 83 6d 00 01 75 31 5b 5d 41 5c

Jun 13 20:45:36 localhost vmunix: [96351.516581] .kgx-real[2371]: segfault at 8 ip 00007f34fc831d6d sp 00007ffe27647ae0 error 6 in crocus_dri.so[7f34fc694000+165b000] likely on CPU 30 (core 46, socket 0)
Jun 13 20:45:36 localhost vmunix: [96351.516595] Code: c0 75 42 48 8b 93 08 1a 00 00 48 8d 8b 08 1a 00 00 49 8d 44 24 08 66 48 0f 6e c9 66 48 0f 6e c2 66 0f 6c c1 41 0f 11 44 24 08 <48> 89 42 08 48 89 83 08 1a 00 00 f0 83 6d 00 01 75 31 5b 5d 41 5c

Anyone else seeing this?  I know it is hard to debug based on this
information...

/Simon

[1] https://gitlab.com/jas/sjd-cosmos/-/blob/master/yeti.sjd.se/config.scm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-06-14 16:34 bug#71556: GNOME Konsol crashes Simon Josefsson via Bug reports for GNU Guix
@ 2024-06-21  4:32 ` Liliana Marie Prikler
  2024-06-21  6:30   ` Simon Josefsson via Bug reports for GNU Guix
  0 siblings, 1 reply; 7+ messages in thread
From: Liliana Marie Prikler @ 2024-06-21  4:32 UTC (permalink / raw)
  To: Simon Josefsson, 71556

Am Freitag, dem 14.06.2024 um 18:34 +0200 schrieb Simon Josefsson:
> Hi.
> 
> GNOME Konsol has crashed for me, bringing down all 10+ windows I had
> open (and plenty of ongoing work halted...).  I've now seen this
> twice, so I suppose it counts as reproducible, even though I don't
> know how to trigger it.  I recall that it happened when I used the
> mouse to maybe resize windows or switch workspace somehow.
> 
> This is guix v1.3.0-60008-g7e00fb9f31 with a fairly normal system
> configuration [1] on a fairly ordinary amd64 desktop (MSI Z790P).
> Syslog has these two crashes:
… and a fairly normal GPU?

The crash indicates some driver issue, probably in Mesa.  Since GNOME
is increasingly hardware accelerated, you tend to notice them in a lot
of places.  You can twiddle the GSK_RENDERER environment variable to
something less buggy, potentially at the cost of performance. 
Particularly the cairo one ought to do slow, but correct CPU rendering.


Cheers




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-06-21  4:32 ` Liliana Marie Prikler
@ 2024-06-21  6:30   ` Simon Josefsson via Bug reports for GNU Guix
  2024-10-22  6:56     ` Maxim Cournoyer
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Josefsson via Bug reports for GNU Guix @ 2024-06-21  6:30 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 71556

> 21 juni 2024 kl. 06:32 skrev Liliana Marie Prikler <liliana.prikler@gmail.com>:
> 
> Am Freitag, dem 14.06.2024 um 18:34 +0200 schrieb Simon Josefsson:
>> Hi.
>> 
>> GNOME Konsol has crashed for me, bringing down all 10+ windows I had
>> open (and plenty of ongoing work halted...).  I've now seen this
>> twice, so I suppose it counts as reproducible, even though I don't
>> know how to trigger it.  I recall that it happened when I used the
>> mouse to maybe resize windows or switch workspace somehow.
>> 
>> This is guix v1.3.0-60008-g7e00fb9f31 with a fairly normal system
>> configuration [1] on a fairly ordinary amd64 desktop (MSI Z790P).
>> Syslog has these two crashes:
> … and a fairly normal GPU?

Built-in UHD 770 in the Intel 14900K CPU (no overclocking). I am using Dasharo system firmware if that makes a difference.

I’ve used this system extensively and think some recent update may have introduced it as I started seeing it only recently. Hard to tell though since it only happened after 4+ hours of interactive work each time.

> The crash indicates some driver issue, probably in Mesa.  Since GNOME
> is increasingly hardware accelerated, you tend to notice them in a lot
> of places.  You can twiddle the GSK_RENDERER environment variable to
> something less buggy, potentially at the cost of performance.
> Particularly the cairo one ought to do slow, but correct CPU rendering.

Ah this makes sense. I will try and see if I notice it again. It hasn’t happened for any other application.

/Simon



^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-06-21  6:30   ` Simon Josefsson via Bug reports for GNU Guix
@ 2024-10-22  6:56     ` Maxim Cournoyer
  2024-10-22  8:21       ` Simon Josefsson via Bug reports for GNU Guix
  0 siblings, 1 reply; 7+ messages in thread
From: Maxim Cournoyer @ 2024-10-22  6:56 UTC (permalink / raw)
  To: Simon Josefsson; +Cc: 71556, Liliana Marie Prikler

Hi Simon,

Simon Josefsson <simon@josefsson.org> writes:

>> 21 juni 2024 kl. 06:32 skrev Liliana Marie Prikler <liliana.prikler@gmail.com>:
>> 
>> Am Freitag, dem 14.06.2024 um 18:34 +0200 schrieb Simon Josefsson:
>>> Hi.
>>> 
>>> GNOME Konsol has crashed for me, bringing down all 10+ windows I had
>>> open (and plenty of ongoing work halted...).  I've now seen this
>>> twice, so I suppose it counts as reproducible, even though I don't
>>> know how to trigger it.  I recall that it happened when I used the
>>> mouse to maybe resize windows or switch workspace somehow.
>>> 
>>> This is guix v1.3.0-60008-g7e00fb9f31 with a fairly normal system
>>> configuration [1] on a fairly ordinary amd64 desktop (MSI Z790P).
>>> Syslog has these two crashes:
>> … and a fairly normal GPU?
>
> Built-in UHD 770 in the Intel 14900K CPU (no overclocking). I am using Dasharo system firmware if that makes a difference.
>
> I’ve used this system extensively and think some recent update may have introduced it as I started seeing it only recently. Hard to tell though since it only happened after 4+ hours of interactive work each time.
>
>> The crash indicates some driver issue, probably in Mesa.  Since GNOME
>> is increasingly hardware accelerated, you tend to notice them in a lot
>> of places.  You can twiddle the GSK_RENDERER environment variable to
>> something less buggy, potentially at the cost of performance.
>> Particularly the cairo one ought to do slow, but correct CPU rendering.
>
> Ah this makes sense. I will try and see if I notice it again. It hasn’t happened for any other application.

Are you still having problems with GNOME Console (you do mean 'Console',
the default console application in GNOME (the one whose executable is
'kgx') ?)

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-10-22  6:56     ` Maxim Cournoyer
@ 2024-10-22  8:21       ` Simon Josefsson via Bug reports for GNU Guix
  2024-10-22 17:24         ` Liliana Marie Prikler
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Josefsson via Bug reports for GNU Guix @ 2024-10-22  8:21 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 71556, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 2326 bytes --]

I saw the problem a couple of more times, but I have switched away from kgx (which I think is called Konsol not Console?) to the old Terminal app and haven’t had any issues since.  I’m okay closing this bug report unless there is some more information from anyone else who have time to debug the kgx/Mesa issue further.

/Simon

> 22 okt. 2024 kl. 08:56 skrev Maxim Cournoyer <maxim.cournoyer@gmail.com>:
> 
> Hi Simon,
> 
> Simon Josefsson <simon@josefsson.org <mailto:simon@josefsson.org>> writes:
> 
>>> 21 juni 2024 kl. 06:32 skrev Liliana Marie Prikler <liliana.prikler@gmail.com>:
>>> 
>>> Am Freitag, dem 14.06.2024 um 18:34 +0200 schrieb Simon Josefsson:
>>>> Hi.
>>>> 
>>>> GNOME Konsol has crashed for me, bringing down all 10+ windows I had
>>>> open (and plenty of ongoing work halted...).  I've now seen this
>>>> twice, so I suppose it counts as reproducible, even though I don't
>>>> know how to trigger it.  I recall that it happened when I used the
>>>> mouse to maybe resize windows or switch workspace somehow.
>>>> 
>>>> This is guix v1.3.0-60008-g7e00fb9f31 with a fairly normal system
>>>> configuration [1] on a fairly ordinary amd64 desktop (MSI Z790P).
>>>> Syslog has these two crashes:
>>> … and a fairly normal GPU?
>> 
>> Built-in UHD 770 in the Intel 14900K CPU (no overclocking). I am using Dasharo system firmware if that makes a difference.
>> 
>> I’ve used this system extensively and think some recent update may have introduced it as I started seeing it only recently. Hard to tell though since it only happened after 4+ hours of interactive work each time.
>> 
>>> The crash indicates some driver issue, probably in Mesa.  Since GNOME
>>> is increasingly hardware accelerated, you tend to notice them in a lot
>>> of places.  You can twiddle the GSK_RENDERER environment variable to
>>> something less buggy, potentially at the cost of performance.
>>> Particularly the cairo one ought to do slow, but correct CPU rendering.
>> 
>> Ah this makes sense. I will try and see if I notice it again. It hasn’t happened for any other application.
> 
> Are you still having problems with GNOME Console (you do mean 'Console',
> the default console application in GNOME (the one whose executable is
> 'kgx') ?)
> 
> -- 
> Thanks,
> Maxim


[-- Attachment #2: Type: text/html, Size: 10383 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-10-22  8:21       ` Simon Josefsson via Bug reports for GNU Guix
@ 2024-10-22 17:24         ` Liliana Marie Prikler
  2024-10-23  6:20           ` Maxim Cournoyer
  0 siblings, 1 reply; 7+ messages in thread
From: Liliana Marie Prikler @ 2024-10-22 17:24 UTC (permalink / raw)
  To: Simon Josefsson, Maxim Cournoyer; +Cc: 71556

Am Dienstag, dem 22.10.2024 um 10:21 +0200 schrieb Simon Josefsson:
> I saw the problem a couple of more times, but I have switched away
> from kgx (which I think is called Konsol not Console?) to the old
> Terminal app and haven’t had any issues since.  I’m okay closing this
> bug report unless there is some more information from anyone else who
> have time to debug the kgx/Mesa issue further.
It might well be Konsol in some language – it's Console in English.  As
for kgx/Mesa bugs, there might be some due to GTK using hardware
acceleration under the hood (which, in turn, is controlled by a few
variables and depends on whether your hardware works nice with libre
software/current Mesa).

Cheers




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#71556: GNOME Konsol crashes
  2024-10-22 17:24         ` Liliana Marie Prikler
@ 2024-10-23  6:20           ` Maxim Cournoyer
  0 siblings, 0 replies; 7+ messages in thread
From: Maxim Cournoyer @ 2024-10-23  6:20 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: Simon Josefsson, 71556

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Dienstag, dem 22.10.2024 um 10:21 +0200 schrieb Simon Josefsson:
>> I saw the problem a couple of more times, but I have switched away
>> from kgx (which I think is called Konsol not Console?) to the old
>> Terminal app and haven’t had any issues since.  I’m okay closing this
>> bug report unless there is some more information from anyone else who
>> have time to debug the kgx/Mesa issue further.
> It might well be Konsol in some language – it's Console in English.  As
> for kgx/Mesa bugs, there might be some due to GTK using hardware
> acceleration under the hood (which, in turn, is controlled by a few
> variables and depends on whether your hardware works nice with libre
> software/current Mesa).

I've searched for similar reports and found none specific to GNOME
Console (kgx), although this one about the whole Xorg server crashing
looks similar [0]. One of the commenter there also mentions the problem
vanishing after upgrading their memory to 32 GiB, so perhaps it's
related to something being OOM'd ?

Anyway, if you can reproduce this, I think the best place to report the
issue would be upstream on that mesa tracker: they are more likely to
figure out the actual problem and come up with a fix.

[0]  https://gitlab.freedesktop.org/mesa/mesa/-/issues/7626

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-23  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 16:34 bug#71556: GNOME Konsol crashes Simon Josefsson via Bug reports for GNU Guix
2024-06-21  4:32 ` Liliana Marie Prikler
2024-06-21  6:30   ` Simon Josefsson via Bug reports for GNU Guix
2024-10-22  6:56     ` Maxim Cournoyer
2024-10-22  8:21       ` Simon Josefsson via Bug reports for GNU Guix
2024-10-22 17:24         ` Liliana Marie Prikler
2024-10-23  6:20           ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.