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

Qt 6.8. Client Crashes on "Select Location" #9989

Open
strseb opened this issue Oct 27, 2024 · 2 comments
Open

Qt 6.8. Client Crashes on "Select Location" #9989

strseb opened this issue Oct 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@strseb
Copy link
Collaborator

strseb commented Oct 27, 2024

          Hi @strseb 

I am not sure if the purpose of this PR is fix all the problems with Qt6.8, I applied this patch (also this one 9961) to the stable version, and the UI is usable, but one thing is not working, when I click in the list of servers "Select location", the UI crash with the following traceback:

trace.txt

Originally posted by @XavierCLL in #9984 (comment)

@strseb strseb added the bug Something isn't working label Oct 28, 2024
@XavierCLL
Copy link

I rebuilt the latest stable version with the QT68 patches and this problem is gone. I think it is due to some regressions in QT68 and the Archlinux devs have been applying some fixes to the QT libraries, so I assume that with QT 6.8.1 this will work fine.

@herzenschein
Copy link

herzenschein commented Nov 7, 2024

I was trying the Mozilla VPN app on openSUSE and I got that crash. Then I updated my system and this got fixed.

After checking the backtrace and the openSUSE package for qt6-declarative (since the crash was happening in QtQuick), I managed to find out that the revision that fixed it in openSUSE was this, which adds the upstream fix to https://bugreports.qt.io/browse/QTBUG-129500. It's a well known Qt 6.8 issue, and it matches the backtrace listed here (QQuickItem::mapToItem). If your distro backports the fix to 6.8.0 you'll get it, otherwise I think you should get the fix in 6.8.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants