Summary: | Closed dolphin window while connecting ftp:/ | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Piotr Budny <piotr.budny+bugskde> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, frank78ac, jian1505, rafael.rodriguez.tf |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Piotr Budny
2009-08-31 12:32:59 UTC
This is likely to be bug 197324. - Does it always crashes if you repeat the steps you described ? Thanks Here are lines 61-65 in terminalpanel.cpp: KUrl mostLocalUrl = KIO::NetAccess::mostLocalUrl(url, 0); const bool sendInput = (m_terminal != 0) && (m_terminal->foregroundProcessId() == -1) && isVisible() && mostLocalUrl.isLocalFile(); According to the backtrace, it crashes in the last of these lines, "mostLocalUrl.isLocalFile()" (which was modified by me to fix bug 167810). At the moment, I can't really see how a segfault can happen in that line. Anyway, the three reports (this one, bug 197324 which was pointed out by DarĂo and its duplicate bug 200595) seem to have in common that an operation in a non-local directory is in progress. BTW; I guess this could be related to bug 202176 / bug 200598 / bug 204136 / bug 204830 (loading remote places lock GUI, user closes Dolphin window but the process is alive. When the connection timeouts, it tries to access Dolphin gui item to set the status, but it fails (window non-visible/non-existant?) and crashes) *** Bug 209725 has been marked as a duplicate of this bug. *** Description matches the overall behaviour of the bug fixed at bug 202176. Merging. Thanks *** This bug has been marked as a duplicate of bug 202176 *** *** Bug 206103 has been marked as a duplicate of this bug. *** |