Summary: | KIO::JobUiDelegate::requestMessageBox called from the wrong thread | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | tbj002 |
Component: | discover | Assignee: | Aleix Pol <aleixpol> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.8.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | attachment-24108-0.html |
Description
tbj002
2016-12-09 12:40:10 UTC
Something QtQuick-based uses kio, and runs in the non-GUI thread. kio causes a KMessageBox, but those are not supported in the non-GUI thread. A way to reproduce this would be awesome. Created attachment 110212 [details] attachment-24108-0.html When this happens, generally I've just opened Discover from the update notifier in the notification area and accepted whatever updates it told me to. After the updates were applied, the crash would occur. That said, now that I'm reading this and thinking about it, so haven't seen the crash in a while I don't believe. I allowed it to update this morning and there was no crash after. On Jan 29, 2018 10:25 AM, "Aleix Pol" <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=373460 > > Aleix Pol <aleixpol@kde.org> changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > Summary|Discover crashes in > |KIO::JobUiDelegate::request > |QRasterPaintEngine::updateP |MessageBox called from the > |en() during update |wrong thread > > --- Comment #2 from Aleix Pol <aleixpol@kde.org> --- > A way to reproduce this would be awesome. > > -- > You are receiving this mail because: > You reported the bug. Doesn't look like it's happening anymore, let's assume fixed for now. |