Summary: | Crashed after configuring scanfolder plug-in | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Xenophon <email.xenophon> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | joris.guisson |
Priority: | NOR | ||
Version: | 4.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Xenophon
2008-11-12 06:02:22 UTC
Assert in KIO library, so I'm gonna reassign it to the kio people The assert seems to be fixed, but when I try this I get an infinite recursion openUrl -> emitChanges -> ktorrent's newItems slot -> openUrl. Fixing this in KDirLister. SVN commit 889716 by dfaure: Fix infinite recursion and crash when the slot connected to newItems calls openUrl, like ktorrent's scanfolder plugin does. - d->changes must be set to NONE before the emits - the iteration over d->lstDirs must be done with Q_FOREACH to iterate over a copy of the list BUG: 174920 M +10 -16 kdirlister.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=889716 |