+++ This bug was initially created as a clone of Bug #286516 +++ Version: git master (using Devel) OS: Linux Nepomuk generates queries that Virtuoso cannot finish processing, and thus uses 100% of all available cores. select distinct ?r ?reqProp1 where { { ?r <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#hasTag> <nepomuk:/res/31d34a84-5b3a-414d-a496-d39c17a6d8a0> . OPTIONAL { ?r <http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url> ?reqProp1 . } } . ?r <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#userVisible> ?v1 . FILTER(?v1>0) . }
That nepomuk:/res/31d34a84-5b3a-414d-a496-d39c17a6d8a0 is a tag that I am trying to query for in a Folder View plasmoid on one of my activities
When I run that same query from nepsak, however, they close instantly.
Fixed with 4.10. The problem was the extra "?r <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#userVisible> ?v1 . FILTER(?v1>0) " which was used for filtering the search results to only user visible resources.