[CM] new-effects.scm crashes snd

Kenneth Flak kennethflak at protonmail.com
Tue Jul 25 02:16:43 PDT 2023


Trying again, because this is driving me nuts, this time running the program through gdb. Output is pretty much the same as the previous errors:

(gdb) start
Temporary breakpoint 1 at 0xbbf10: file /usr/src/debug/snd/snd-23.5/snd.c, line 533.                                                               
Starting program: /usr/bin/snd 
[Thread debugging using libthread_db enabled]                                                                                                      
Using host libthread_db library "/usr/lib/libthread_db.so.1".
                                                                                                                                                    
Temporary breakpoint 1, main (argc=1, argv=0x7fffffffe0f8) at /usr/src/debug/snd/snd-23.5/snd.c:533
533	{
(gdb) c
Continuing.
[New Thread 0x7ffff5b396c0 (LWP 13035)]                                  
                                                                           
[Thread 0x7ffff5b396c0 (LWP 13035) exited]
[New Thread 0x7ffff5b396c0 (LWP 13036)]
[New Thread 0x7ffff4efb6c0 (LWP 13037)]
[New Thread 0x7fffecfff6c0 (LWP 13038)]                                                                                                            
[New Thread 0x7fffde5ff6c0 (LWP 13039)]
[New Thread 0x7fffdddfe6c0 (LWP 13040)]
[New Thread 0x7fffdd5fd6c0 (LWP 13041)]
[New Thread 0x7fffdcdfc6c0 (LWP 13042)]
[New Thread 0x7fffcffff6c0 (LWP 13043)]
[New Thread 0x7fffcf7fe6c0 (LWP 13044)]
[New Thread 0x7fffceffd6c0 (LWP 13045)]
[New Thread 0x7fffce7fc6c0 (LWP 13046)]
X Error of failed request:  BadFont (invalid Font parameter)
   Major opcode of failed request:  55 (X_CreateGC)
   Resource id in failed request:  0x0
   Serial number of failed request:  3723
   Current serial number in output stream:  3724
[Thread 0x7fffce7fc6c0 (LWP 13046) exited]
[Thread 0x7fffceffd6c0 (LWP 13045) exited]
[Thread 0x7fffcf7fe6c0 (LWP 13044) exited]
[Thread 0x7fffdcdfc6c0 (LWP 13042) exited]
[Thread 0x7fffdd5fd6c0 (LWP 13041) exited]
[Thread 0x7fffdddfe6c0 (LWP 13040) exited]
[Thread 0x7fffcffff6c0 (LWP 13043) exited]
[Thread 0x7fffde5ff6c0 (LWP 13039) exited]
[Thread 0x7fffecfff6c0 (LWP 13038) exited]
[Thread 0x7ffff4efb6c0 (LWP 13037) exited]
[Thread 0x7ffff5b396c0 (LWP 13036) exited]
[Inferior 1 (process 13028) exited with code 01]

I am suspecting it is something really simple, like a missing font in my system or so that is messing up, but I can't for the life of me figure out what it could be. I am also puzzled by the fact that snd works out of the box for me, whereas only some extensions are causing a crash. For what it's worth I asked Niklas (oddodd.org) to test this on his system, which is reasonably similar to mine (arch linux, sway), but he experiences no crashes.

Could someone that has this working please share their .xinitrc, or in some other way shed some light on this?




More information about the Cmdist mailing list