Skip to content
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

Open
beckrd opened this issue Feb 11, 2025 · 2 comments
Open

xLights-2025.03-x86_64.AppImage fails with core dump #5189

beckrd opened this issue Feb 11, 2025 · 2 comments

Comments

@beckrd
Copy link

beckrd commented Feb 11, 2025

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.

@beckrd
Copy link
Author

beckrd commented Feb 14, 2025

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.
0x00007ffff424cf6a in wxTreeListModel::GetParent(wxDataViewItem const&) const ()
from /lib/libwx_gtk3u-3.3.so.0

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.

@don-bski
Copy link

don-bski commented Feb 14, 2025

Experiencing similar results:

System: Linux Mint 21.3 (virginia)
Kernel: Linux 5.15.0-131-generic
Architecture: x86-64 (AMD)

edit add: Same core occurs using:
System: Linux Mint 22 (wilma)
Kernel: Linux 6.8.0-53-generic

Thread 1 "AppRun.wrapped" received signal SIGSEGV, Segmentation fault.
0x00007ffff5a9f13a in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
(gdb) bt
#0  0x00007ffff5a9f13a in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#1  0x00007ffff587d74c in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#2  0x00007ffff587d983 in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#3  0x00007ffff588298e in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#4  0x00007ffff5882b08 in ?? () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#5  0x00007ffff5aa5afd in wxDataViewModel::Resort() () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_gtk3u_core-3.3.so.0
#6  0x000055555660f751 in LayoutPanel::ThawTreeListView(std::__cxx11::list<wxTreeListItem, std::allocator<wxTreeListItem> > const&) ()
#7  0x000055555663c7c9 in LayoutPanel::UpdateModelList(bool, std::vector<Model*, std::allocator<Model*> >&) ()
#8  0x000055555663cb4a in LayoutPanel::UpdateModelList(bool) ()
#9  0x0000555556d18b0f in xLightsFrame::UpdateModelsList() ()
#10 0x0000555556d0a3b1 in xLightsFrame::DoWork(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BaseObject*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#11 0x00005555565c1186 in OutputModelManager::AddImmediateWork(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, BaseObject*, Controller*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#12 0x0000555556d1f4ea in xLightsFrame::LoadEffectsFile() ()
#13 0x0000555556d077e3 in xLightsFrame::SetDir(wxString const&, bool) ()
#14 0x00005555563cc7a0 in xLightsFrame::xLightsFrame(wxWindow*, int, int, bool) ()
#15 0x000055555641066c in xLightsApp::OnInit() ()
#16 0x00007ffff51ee205 in wxEntry(int&, wchar_t**) () from /tmp/.mount_xLightBHRr4L/usr/bin/../lib/libwx_baseu-3.3.so.0
#17 0x0000555555ecdc8d in main ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants