Summary: | Lots of communication errors when downloading from save.tv | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | squan |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
squan
2009-12-28 13:32:37 UTC
Could you please check what TransferPlugin is used in 4.3.1 for the download? That should be mentioned in the debug-output. As a workaround set the threads of the MultiSegKIO to 1 try again and if that does not work deactivate the MultiSegKIO-Plugin and try again. Btw. it is not that clear if this is a regression, that depends on what Plugin was used in 4.3.1. ;) @Comment #1: > Could you please check what TransferPlugin is used in 4.3.1 for the download? It's MultiSekKIO with one thread. > That should be mentioned in the debug-output. No debug output at all, I guess because it's a release version. >As a workaround set the threads of the MultiSegKIO to 1 try again... If set to one kget downloads smoothly without KIO::SlaveInterface::dispatch error 148. Any value above 1 produces the errors described. Note: You have to restart kget to make changes in module settings have any effect. If I increase the no. of threads in kget-4.3.1 I also see stalls. So in fact no regression but just changed default settings which which are suboptimal at least for transfers from save.tv :) Could you please retry that with trunk or the upcoming RC1 as I'm not registered on that I can't try that myself? If it still does not work please reopen this bug. Works with KDE-4.4 RC1, no more stalls with MultiSegKIO, tested with up to 5 threads. |