Describe the bug
Program segfaults when opening with x11. Issue is related to this rust problem: https://internals.rust-lang.org/t/global-symbols-from-statically-linked-system-libraries/19954
Problem is present when running on nvidia card, and is not an issue with your program per se (see easy proposed fix below).
Reproduction
Start program with nvidia graphics on x11
Expected behavior
program should open normally.
Platform and versions
Arch / Cinnamon / Nvidia.
Stack trace
backtrace:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffda8006c0 (LWP 110506)]
[New Thread 0x7fffda4006c0 (LWP 110507)]
[New Thread 0x7fffda0006c0 (LWP 110508)]
[New Thread 0x7fffd9c006c0 (LWP 110509)]
[New Thread 0x7fffd98006c0 (LWP 110510)]
[New Thread 0x7fffd94006c0 (LWP 110511)]
[New Thread 0x7fffd90006c0 (LWP 110512)]
[New Thread 0x7fffd8c006c0 (LWP 110513)]
[New Thread 0x7fffd88006c0 (LWP 110514)]
[New Thread 0x7fffd84006c0 (LWP 110515)]
[New Thread 0x7fffd3e006c0 (LWP 110516)]
[New Thread 0x7fffd3a006c0 (LWP 110517)]
[New Thread 0x7fffd36006c0 (LWP 110518)]
[New Thread 0x7fffd2c006c0 (LWP 110519)]
[New Thread 0x7fffd22006c0 (LWP 110520)]
[New Thread 0x7fffd14006c0 (LWP 110521)]
[New Thread 0x7fffd10006c0 (LWP 110522)]
[New Thread 0x7fffc5e006c0 (LWP 110523)]
[New Thread 0x7fffc54006c0 (LWP 110524)]
[Detaching after vfork from child process 110525]
Thread 1 "spacedrive" received signal SIGSEGV, Segmentation fault.
0x00007fffedc71434 in pthread_mutex_lock () from /usr/lib/libc.so.6
Additional context
The program will start normally with the following environment variable: WEBKIT_DISABLE_DMABUF_RENDERER=1
I have fixed the spacedrive-bin package on the AUR. You should consider adding this to the desktop file Exec to avoid issues until rust fixes the problem.
Describe the bug
Program segfaults when opening with x11. Issue is related to this rust problem: https://internals.rust-lang.org/t/global-symbols-from-statically-linked-system-libraries/19954
Problem is present when running on nvidia card, and is not an issue with your program per se (see easy proposed fix below).
Reproduction
Start program with nvidia graphics on x11
Expected behavior
program should open normally.
Platform and versions
Stack trace
Additional context
The program will start normally with the following environment variable: WEBKIT_DISABLE_DMABUF_RENDERER=1
I have fixed the spacedrive-bin package on the AUR. You should consider adding this to the desktop file Exec to avoid issues until rust fixes the problem.