
I'm trying to build and run dolphin from git on OpenSUSE Tumbleweed, but I'm getting a segfault on launch:
Thread 1 "dolphin-emu" received signal SIGSEGV, Segmentation fault.
0x00007ffff563f040 in operator* (c=1.25, s=...) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h:101
101 /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h: Filen eller katalogen finns inte.
(gdb) bt
#0 0x00007ffff563f040 in operator* (c=1.25, s=...) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h:101
#1 QIcon::pixmap (this=<optimized out>, size=..., devicePixelRatio=1.25, devicePixelRatio@entry=-1, mode=<optimized out>, state=<optimized out>) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/src/gui/image/qicon.cpp:871
#2 0x00007ffff563f19b in QIcon::pixmap (this=<optimized out>, size=..., mode=<optimized out>, state=<optimized out>) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/src/gui/image/qicon.cpp:822
#3 0x00000000004e80a4 in Resources::GetPixmap(std::basic_string_view<char, std::char_traits<char> >, QString const&) ()
#4 0x00000000004e8438 in Resources::Init() ()
#5 0x000000000044c5d5 in main ()
Same result both on latest master (7d2d5d914bf3cacbecbb0bf8a642b616744aad54) and 5.0-16793 (3cd82b619388d0877436390093a6edc2319a6904)
Thread 1 "dolphin-emu" received signal SIGSEGV, Segmentation fault.
0x00007ffff563f040 in operator* (c=1.25, s=...) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h:101
101 /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h: Filen eller katalogen finns inte.
(gdb) bt
#0 0x00007ffff563f040 in operator* (c=1.25, s=...) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/build/include/QtCore/../../../src/corelib/tools/qsize.h:101
#1 QIcon::pixmap (this=<optimized out>, size=..., devicePixelRatio=1.25, devicePixelRatio@entry=-1, mode=<optimized out>, state=<optimized out>) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/src/gui/image/qicon.cpp:871
#2 0x00007ffff563f19b in QIcon::pixmap (this=<optimized out>, size=..., mode=<optimized out>, state=<optimized out>) at /usr/src/debug/qt6-base-6.3.1-1.1.x86_64/src/gui/image/qicon.cpp:822
#3 0x00000000004e80a4 in Resources::GetPixmap(std::basic_string_view<char, std::char_traits<char> >, QString const&) ()
#4 0x00000000004e8438 in Resources::Init() ()
#5 0x000000000044c5d5 in main ()
Same result both on latest master (7d2d5d914bf3cacbecbb0bf8a642b616744aad54) and 5.0-16793 (3cd82b619388d0877436390093a6edc2319a6904)