-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xLights-2025.03-x86_64.AppImage fails with core dump #5189
Comments
Finally got something with gdb. I get the same result whether I use the AppImage or locally compiled xLights: Thread 1 "xLights" received signal SIGSEGV, Segmentation fault. I'm on Debian Sid. I compiled locally with gcc 14.2.0. wxwidgets were updated and compiled as part of the local build process. |
Experiencing similar results: System: Linux Mint 21.3 (virginia) edit add: Same core occurs using:
|
Running AppImage 2025.03 on Debian Sid from the command line gives the following messages:
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
Gtk-Message: 11:06:48.391: Failed to load module "colorreload-gtk-module"
Gtk-Message: 11:06:48.392: Failed to load module "window-decorations-gtk-module"
Aborted (core dumped)
The undefined symbol and failed to load module messages are the same with AppImage 2025.02, but it loads successfully.
I tried using gdb to find more information, but gdb reports no debugging symbols found.
The text was updated successfully, but these errors were encountered: