Summary: | konsole freezes after creating a new tab when being in a delete directory | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | . <dev.rindeal+bugs.kde.org> |
Component: | tabbar | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | martin.sandsmark, thiago |
Priority: | NOR | ||
Version: | 16.04.3 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | full backtrace |
Description
.
2016-08-12 20:56:50 UTC
if I attach strace prior to triggering the bug, konsole changes behaviour and reports that it failed to run the shell with a message "directory not found" Created attachment 100570 [details]
full backtrace
Konsole 16.04.3
KDE Frameworks 5.23.0
Qt 5.6.1 (built against 5.6.1)
I suspect this is a bit more general, possibly running QProcess::waitForStarted() doesn't handle the child not starting at all very well. As the hang is in forkfd, I'll add thiago to see if he has any input. fwiw, even calling waitForStarted(1), i. e. setting the timeout to 1ms, doesn't help. *** This bug has been marked as a duplicate of bug 364779 *** |