Summary: | KURLRequester hangs forever if a QProcess is running | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Bernhard Rosenkraenzer <bero> |
Component: | kioslave | Assignee: | David Faure <faure> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test case |
Description
Bernhard Rosenkraenzer
2004-05-05 02:27:47 UTC
Created attachment 5884 [details]
Test case
Test case demonstrating the problem
I've just verified that replacing the QProcess with a KProcess is a workaround for the problem -- nevertheless it should probably be addressed, it may well be the root of other issues Qt bug: Qt installs a signal handler for SIGCHLD and does not call any previously installed SIGCHLD handler. |