Wireshark 3.6.5 segfaults on startup
Wireshark currently segfaults on startup:
$ gdb --args wireshark
(gdb) run
Starting program: /usr/bin/wireshark
[New LWP 10362]
** (wireshark:10356) 13:13:14.132856 [GUI WARNING] -- QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-soeren'
[New LWP 10363]
[New LWP 10364]
** (wireshark:10356) 13:13:14.137941 [GUI WARNING] -- codecForName: ucnv_open failed ISO-8859-2 U_FILE_ACCESS_ERROR
(gdb) bt
Thread 1 "wireshark" received signal SIGSEGV, Segmentation fault.
0x00005555557b1959 in MainWindow::findTextCodecs (this=0x7fffecdfd390) at /home/soeren/src/aports/community/wireshark/src/wireshark-3.6.5/ui/qt/main_window.cpp:2029
2029 QString key = codec->name().toUpper();
(gdb) bt
#0 0x00005555557b1959 in MainWindow::findTextCodecs (this=0x7fffecdfd390) at /home/soeren/src/aports/community/wireshark/src/wireshark-3.6.5/ui/qt/main_window.cpp:2029
#1 0x00005555557b4ce3 in MainWindow::MainWindow (this=this@entry=0x7fffecdfd390, parent=parent@entry=0x0) at /home/soeren/src/aports/community/wireshark/src/wireshark-3.6.5/ui/qt/main_window.cpp:362
#2 0x000055555564f0af in main (argc=<optimized out>, qt_argv=0x7fffffffe748) at /home/soeren/src/aports/community/wireshark/src/wireshark-3.6.5/ui/qt/main.cpp:725