elementary / switchboard-plug-about

Switchboard System Plug
GNU General Public License v3.0
25 stars 17 forks source link

Switchboard crashes #270

Closed ghost closed 1 year ago

ghost commented 1 year ago

What Happened?

After clicking on the about icon in the switchboard window, it simply closes.

Steps to Reproduce

  1. Open switchboard
  2. Click the about icon
  3. Watch the window close

Expected Behavior

In normal behavior, I should see system information, not a closing window.

OS Version

Other Linux

Software Version

Latest release (I have run all updates)

Log Output

user@host> gdb io.elementary.switchboard                                                                                             ~
GNU gdb (GDB) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from io.elementary.switchboard...

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.artixlinux.org>
Enable debuginfod for this session? (y or [n]) n
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
(No debugging symbols found in io.elementary.switchboard)
(gdb) run
Starting program: /usr/bin/io.elementary.switchboard 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff5bff6c0 (LWP 10830)]
[New Thread 0x7ffff532e6c0 (LWP 10831)]
[New Thread 0x7ffff4b2d6c0 (LWP 10832)]
[New Thread 0x7fffe7a0f6c0 (LWP 10833)]
[New Thread 0x7fffe4b156c0 (LWP 10835)]
[Thread 0x7fffe4b156c0 (LWP 10835) exited]
[New Thread 0x7fffe4b156c0 (LWP 10836)]
[New Thread 0x7fffddfff6c0 (LWP 10837)]
[Thread 0x7fffe4b156c0 (LWP 10836) exited]
[Thread 0x7fffddfff6c0 (LWP 10837) exited]
[New Thread 0x7fffddfff6c0 (LWP 10838)]
[New Thread 0x7fffe4b156c0 (LWP 10839)]
[Thread 0x7fffddfff6c0 (LWP 10838) exited]
[Thread 0x7fffe4b156c0 (LWP 10839) exited]
[New Thread 0x7fffe4b156c0 (LWP 10840)]
[New Thread 0x7fffddfff6c0 (LWP 10841)]
[New Thread 0x7fffdd1ff6c0 (LWP 10842)]
[New Thread 0x7fffdc9fe6c0 (LWP 10843)]
[Thread 0x7fffdd1ff6c0 (LWP 10842) exited]
[New Thread 0x7fffdd1ff6c0 (LWP 10844)]
[Thread 0x7fffdc9fe6c0 (LWP 10843) exited]
[New Thread 0x7fffdc9fe6c0 (LWP 10845)]
[Thread 0x7fffdd1ff6c0 (LWP 10844) exited]
[Thread 0x7fffdc9fe6c0 (LWP 10845) exited]
[New Thread 0x7fffdc9fe6c0 (LWP 10846)]
[New Thread 0x7fffdd1ff6c0 (LWP 10847)]
[Thread 0x7fffdc9fe6c0 (LWP 10846) exited]
[Thread 0x7fffdd1ff6c0 (LWP 10847) exited]
[New Thread 0x7fffdd1ff6c0 (LWP 10848)]
[New Thread 0x7fffdc9fe6c0 (LWP 10849)]
[Thread 0x7fffdd1ff6c0 (LWP 10848) exited]
[Thread 0x7fffdc9fe6c0 (LWP 10849) exited]
[New Thread 0x7fffdc9fe6c0 (LWP 10850)]
[New Thread 0x7fffdd1ff6c0 (LWP 10851)]
[Thread 0x7fffdc9fe6c0 (LWP 10850) exited]
[Thread 0x7fffdd1ff6c0 (LWP 10851) exited]
[New Thread 0x7fffdd1ff6c0 (LWP 10852)]
[New Thread 0x7fffdc9fe6c0 (LWP 10853)]
[Thread 0x7fffdd1ff6c0 (LWP 10852) exited]
[Thread 0x7fffdc9fe6c0 (LWP 10853) exited]
[New Thread 0x7fffdc9fe6c0 (LWP 10854)]
[New Thread 0x7fffdd1ff6c0 (LWP 10855)]
[Thread 0x7fffdc9fe6c0 (LWP 10854) exited]
[Thread 0x7fffdd1ff6c0 (LWP 10855) exited]
[Thread 0x7fffddfff6c0 (LWP 10841) exited]

Thread 1 "io.elementary.s" received signal SIGSEGV, Segmentation fault.
0x00007ffff70c01ba in ?? () from /usr/lib/libc.so.6


### Hardware Info

My distribution: Artix
ghost commented 1 year ago

Ok, don't care.