-
Notifications
You must be signed in to change notification settings - Fork 30
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
[OpenBSD] Crash upon exit #157
Comments
(OpenBSD-current) |
Confirmed same issue on amd64 current. Sitting next to @vext01. Closing the webview before hand or not opening at all doesn't result in the segfault. |
Thanks, I assume this is built with WebKit and not WebEngine? |
I'd need to build qt with symbols. Not one frame has a name in the trace currently. |
Could not reproduce this on Debian. Presumably it's BSD specific, a backtrace would really be helpful to determine whether it's a Qt issue or a QST one. |
Ok. Ill build qt5 with symbols at some point. Btw, how much memory does building qst take of your system. Im finding it On 4 Sep 2016 11:34, "Matt Sieren" notifications@github.com wrote:
|
I havent benchmarked that yet, but ran into problems on AppVeyor once with MSVC. |
The compile time memory consumption is the only thing preventing me importing qst into the OpenBSD ports tree :( |
Opened a separate issue for this |
On that note, is the crash on exit bug still an issue on OpenBSD? I assume it's related to the 200% reports. |
I can semi-reliably reproduce the following crash:
seg fault.
Building with symbols sadly does not help, suggesting that the crash is in QT itself.
Perhaps you are not tearing down the QT webview properly?
The text was updated successfully, but these errors were encountered: