<table><tr><td style="">johngehrig added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D20859">View Revision</a></tr></table><br /><div><div><p><a href="https://phabricator.kde.org/p/anthonyfieroni/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@anthonyfieroni</a> Yes, I think there also an issue with KAuth here. This machine never gets to the auth prompt, which works fine on another machine.</p>

<p>I don't think "jobs" is deleting itself, otherwise we would segfault on "jobs->error()". No?</p>

<p><a href="https://phabricator.kde.org/p/davidedmundson/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@davidedmundson</a> Just so that I understand... You are saying "this" (parent window of dialog) is deleted out from under KMessageBox while it is in a waiting state?</p>

<p>I don't think that is the problem, but I will investigate and report back... From what I have observed, we segfault on "job->errorString()".</p>

<p>A simple case which should also crash:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">+ QString errMessage = job->error();
-  KMessageBox::sorry(nullptr, i18n("Unable to install theme"), job->errorString());
- qWarning() << job->error() << job->errorString();</pre></div>

<p>How would flipping the order help with the crash? Although logging first, then displaying the dialog seems like a good improvement.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R123 SDDM Configuration Panel (KCM)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20859">https://phabricator.kde.org/D20859</a></div></div><br /><div><strong>To: </strong>johngehrig, ngraham, davidedmundson, Plasma<br /><strong>Cc: </strong>anthonyfieroni, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>