Summary: | call to kded can hang amarok indefinitely | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Erik Hovland <erik> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | uses the timeout argument to DCOP::Client::call() |
Description
Erik Hovland
2006-12-08 23:53:36 UTC
Created attachment 18857 [details]
uses the timeout argument to DCOP::Client::call()
Since kded can hang this DCOP::Client::call() I have augmented the code to use
the timeout argument. This will allow amarok to timeout and attempt to recover
from the failure of this call.
I committed this patch to svn today. |