Summary: | dolphin crashes when I hover mouse over any file | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | phreedom.stdin |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | peter.penz19 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
phreedom.stdin
2010-08-27 07:51:11 UTC
Thanks for the report. Does it work if you disable Nepomuk? Just compiled fresh kdelibs trunk since it had some nepomuk-related commits. Killed nepomukserver. No changes :( OK, then I'll reassign it to Nepomuk SVN commit 1168833 by trueg: Fixed two bugs: 1. The d-pointer in Entity instances can be 0. Thus, check for that in the comparison operators and in reset() 2. Fixed the reference counting on the cached Entity instances. I have no idea how this bug could survive this long without being detected. Amazing. :) BUG: 249186 M +7 -0 entity.cpp M +16 -43 entitymanager.cpp M +4 -8 entitymanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1168833 |