| Summary: | Kontact crashes randomly when closing | ||
|---|---|---|---|
| Product: | [Applications] kontact | Reporter: | wengahias |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 5.7.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
wengahias
2018-08-10 10:31:27 UTC
same behaviour when using kmail:
this are the errors i get when starting and closing kmail from the command-line:
---
1 : "Uncaught ReferenceError: qt is not defined"
1 : "Uncaught ReferenceError: qt is not defined"
stringToMailbox: Invalid address
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
sonnet.plugins.hspell: HSpellDict::HSpellDict: Init failed
sonnet.core: Missing trigrams for languages: QSet("en_GB", "en_CA", "de_CH", "en_AU", "de_AT")
*** KMail got signal 11 (Exiting)
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kmail path = /usr/bin pid = 23731
KCrash: Arguments: /usr/bin/kmail
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]+ Angehalten kmail
---
The crash happens because QtWebEngine keeps a global QLabel widget. It should be destroyed before the application destructor is run. I suggest to report it to Qt developers via https://bugreports.qt.io/ |