David Rosca
David Rosca
Yes, I did just that. I had issues before 8949cb415165161ee9bdbfa31d501f7c493ea73f but now I can't reproduce it anymore.
In QtWebEngine as you can see from the backtrace. Just for the record I am using Qt 5.9.3 from Arch repo.
Alright, you should type `bt` after it crashes to get backtrace, but even without that it can be seen that it crashes inside your GPU driver.
> Always has libc in the report, so probably there is the problem....? No, the issue most likely isn't in libc. > Anyway, i think the issue can be closed....
@andr222 It is available right now, download on www.qupzilla.com/download
> The second try started, but the lateral tab bar was lost. (This has happened a few times with previous versions.) > I was able to restore the lateral tab...
@cranes-bill Why does the AppImage use bundled libcrypto but system libssl (first backtrace)? That should be fixed.
This should be "fixed" in 2.2.4, can you please test?
Weird, that seems more like issue with your window manager.
@Martii It probably creates QEvent::FileOpen that is handled in MainApplication (https://github.com/QupZilla/qupzilla/blob/master/src/lib/app/mainapplication.cpp#L1127), so maybe the problem is there? Edit: Indeed looks like the issue is there, we should use QFileOpenEvent::url() instead...