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

Solved bugs are moved into this topic...
Post Reply
greenfork
Posts: 2
Joined: 03.10.2023 12:00

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

Post 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
Post Reply