AppImage 0.1.0 crashes with segmentation fault on Ubuntu
The ElectrumSVP-0.1.0.AppImage immediately crashes with:
Segmentation fault (core dumped)
I'm running Ubuntu/GNOME Wayland. I also tested both QT_QPA_PLATFORM=xcb and QT_QPA_PLATFORM=wayland; both still crash.
After extracting the AppImage:
- Python: 3.9.13
- Qt: 5.15.2
- PyQt5 imports successfully
- QtWidgets works when explicitly using the bundled libraries (
QtWidgets OK)
However, normal AppImage startup produces:
undefined symbol: _ZdlPvm, version Qt_5
Could you check the Qt/PyQt5 library loading/packaging in the 0.1.0 AppImage?
Thanks
AppImage 0.1.0 crashes with segmentation fault on Ubuntu
The
ElectrumSVP-0.1.0.AppImageimmediately crashes with:I'm running Ubuntu/GNOME Wayland. I also tested both
QT_QPA_PLATFORM=xcbandQT_QPA_PLATFORM=wayland; both still crash.After extracting the AppImage:
QtWidgets OK)However, normal AppImage startup produces:
Could you check the Qt/PyQt5 library loading/packaging in the 0.1.0 AppImage?
Thanks