We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following query: {n(func:ge(_uid_, 0)) {count()}} crash the server.
{n(func:ge(_uid_, 0)) {count()}}
Stack trace:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xc02b60] goroutine 19040363 [running]: github.com/dgraph-io/dgraph/query.(*SubGraph).appendDummyValues(0xc4fadea280) /home/tomek/devel/go/src/github.com/dgraph-io/dgraph/query/query.go:1610 +0xa0 github.com/dgraph-io/dgraph/query.ProcessGraph(0x13d0340, 0xc42c434b40, 0xc4fadea280, 0x0, 0xc42c434ba0) /home/tomek/devel/go/src/github.com/dgraph-io/dgraph/query/query.go:1624 +0x2c4f created by github.com/dgraph-io/dgraph/query.(*QueryRequest).ProcessQuery /home/tomek/devel/go/src/github.com/dgraph-io/dgraph/query/query.go:2320 +0x59f
The text was updated successfully, but these errors were encountered:
937a0f1
pawanrawal
No branches or pull requests
Following query:
{n(func:ge(_uid_, 0)) {count()}}
crash the server.
Stack trace:
The text was updated successfully, but these errors were encountered: