Summary: | Nepomuk stub crashed on log out | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Alexey Chernov <4ernov> |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | me |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.2 | |
Sentry Crash Report: | |||
Attachments: | Patch against kde-runtime |
Description
Alexey Chernov
2011-08-05 23:52:05 UTC
Created attachment 63795 [details]
Patch against kde-runtime
If you can reproduce this crash then please apply this patch to kde-runtime and see if it fixes the crash.
Git commit 4c2238bd96bb3582929b8d0c77927ecd3d51e712 by Sebastian Trueg. Committed on 29/09/2011 at 15:39. Pushed by trueg into branch 'KDE/4.7'. Make sure all commands are finished before shutting down. This fixes a potential crash when the DMS model is deleted while another thread is still working on some command. BUG: 279492 M +2 -0 nepomuk/services/storage/datamanagementadaptor.cpp M +7 -0 nepomuk/services/storage/repository.cpp http://commits.kde.org/kde-runtime/4c2238bd96bb3582929b8d0c77927ecd3d51e712 Git commit bb01696d5ade8f92f85a87db867e36a502f2676f by Sebastian Trueg. Committed on 29/09/2011 at 15:39. Pushed by trueg into branch 'master'. Make sure all commands are finished before shutting down. This fixes a potential crash when the DMS model is deleted while another thread is still working on some command. BUG: 279492 M +2 -0 nepomuk/services/storage/datamanagementadaptor.cpp M +7 -0 nepomuk/services/storage/repository.cpp http://commits.kde.org/kde-runtime/bb01696d5ade8f92f85a87db867e36a502f2676f Git commit 6611c4b3b556a30f88572f02d205570c99eacfd1 by Sebastian Trueg. Committed on 20/09/2011 at 14:11. Pushed by trueg into branch 'master'. Make sure all commands are finished before shutting down. This fixes a potential crash when the DMS model is deleted while another thread is still working on some command. BUG: 279492 M +2 -0 services/storage/datamanagementadaptor.cpp M +7 -0 services/storage/repository.cpp http://commits.kde.org/nepomuk-core/6611c4b3b556a30f88572f02d205570c99eacfd1 Thanks, Sebastian. Unfortunately (or fortunately) the crash is hard to reproduce as it happens very seldom. I updated to 4.7.1 recently and didn't experienced this. I think, you commit will be included in 4.7.2 so if the bug appears again I'll write here. |