Summary: | Soprano::Client::ClientQueryResultIteratorBackend crash | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Daniel Ziltener <zilti> |
Component: | libnepomukcore | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aermler, heracles777, me, mintlars, peter.penz19, trueg |
Priority: | NOR | ||
Version First Reported In: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Ziltener
2011-03-09 22:49:09 UTC
*** Bug 273008 has been marked as a duplicate of this bug. *** *** Bug 274058 has been marked as a duplicate of this bug. *** *** Bug 281491 has been marked as a duplicate of this bug. *** This seems like a case where a number of KLoadFileMetaDataThreads were running (Thread 2 - 8) and then another thread (Thread 1) tried to kill all these threads cause the calling widget had now been deleted. I'm marking this as FIXED cause - 1. The kio FileMetdataWidget doesn't used threads any more. It uses another process which is a lot safer. 2. Dolphin no longer uses the FileMetadataWidget - It now uses the Nepomuk2::FileMetadataWidget which also uses a separate process. |