Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with DESC((COUNT(… #153

Closed
niklas88 opened this issue Nov 22, 2018 · 0 comments
Closed

Crash with DESC((COUNT(… #153

niklas88 opened this issue Nov 22, 2018 · 0 comments
Assignees
Labels

Comments

@niklas88
Copy link
Member

niklas88 commented Nov 22, 2018

The following query crashes the server with a possible memory corruption i.e. malloc() might get called with weird values. Removing the COUNT() from the SELECT does prevent the crash.

SELECT ?object (COUNT(?object) as ?count) WHERE {
        ?subject <Profession> ?object
}
GROUP BY ?object
ORDER BY DESC((COUNT(?object) AS ?count))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants