Thank you for taking the time to file a bug report.
The Nepomuk project is no longer included in the KDE Software
Compilation. With Plasma 5, we have replaced most of the underlying
technology with Baloo and other components. Hopefully this will have
addressed your concern.
We encourage you to tr
Git commit d93cb74cb99936ed1edd4a10f6d6b05fa6678c7c by Vishesh Handa.
Committed on 11/03/2013 at 19:45.
Pushed by vhanda into branch 'KDE/4.10'.
Repository: Never set the parent to 0
Use a dummy model instead. Setting the parent to 0 can cause a crash
when some other threads are using the model.
Confirmed.
Crash virtuoso when some operations are going on in the storage service.
The main repository's parent will be set as 0, and then reset to the new
virtuoso model. In the middle the other threads can access it and they
assert cause the parent of the model = 0.
This can probably be fixed
It seems that one of Soprano::FilterModels does not have a parent, and
is asserting cause of that. That is weird cause all the models always
have parents, and their parents never ever change.
I'm not sure what to do of this bug report.
--
You received this bug notification because you are a memb
(In reply to comment #23)
> Created attachment 72428 [details]
> massif output
>
> This is the massif output after running a few minutes
Thanks a lot. It helped in diagnosing the problem, and I think I found
another way I can reduce the memory footprint by about 10 mb.
Could you please test the