Page 1 of 1

Crash with undefined symbol: QTimer_singleShot3 when cancelling to open a new project

Posted: 03.10.2023 12:11
by greenfork
ArchLinux running on Wayland with qt5 backend running latest 1.200.0.1 version downloaded from official link on SourceForge.

Reproduce:
1. Open editor
2. Choose to open a new project (from command menu or from left sidebar)
3. Press "Cancel" in a file picker
4. Crash

Full logs:

Code: Select all

qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x2b50c50) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x2c0b240) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errorsand popups closing unxpectedly because xdg-shell mandate that child popups close before parents
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
./cudatext: symbol lookup error: ./cudatext: undefined symbol: QTimer_singleShot3
Exception: ./cudatext exited with 127

Re: Crash with undefined symbol: QTimer_singleShot3 when cancelling to open a new project

Posted: 03.10.2023 13:11
by main Alexey
it was answered here:
https://github.com/Alexey-T/CudaText/issues/5238
short answer: update libqt5pas from Github page
https://github.com/davidbannon/libqt5pas/releases

Re: Crash with undefined symbol: QTimer_singleShot3 when cancelling to open a new project

Posted: 03.10.2023 13:34
by greenfork
Issue solved, thank you!