Summary: | nepomuk chrashes at start of kde | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Ruediger <ruediger.kluge> |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | me, trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix the crash |
Description
Ruediger
2011-10-30 17:13:28 UTC
Created attachment 65069 [details]
Patch to fix the crash
Deleting a invalid pointer.
It should have an error in open() function and doesn't create the instances for this pointer.
When calling close(), it tries to delete the pointer but it has random data as it haven't set to null. Setting to null fix the crash.
Try this patch and tell me the result. It was fixed in master branch. This bug is duplicated of https://bugs.kde.org/show_bug.cgi?id=285371 and https://bugs.kde.org/show_bug.cgi?id=283604 (fixed) Duplicated of https://bugs.kde.org/show_bug.cgi?id=285371 (In reply to comment #3) > It was fixed in master branch. > This bug is duplicated of https://bugs.kde.org/show_bug.cgi?id=285371 and > https://bugs.kde.org/show_bug.cgi?id=283604 (fixed) The other duplicated bug: 285371 *** This bug has been marked as a duplicate of bug 283604 *** |