You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a crash in a data processing app that makes use of GoLLRB.
panic: runtime error: invalid memory address or nil pointer dereference
at llrb/llrb.go:423 (moveRedLeft)
I found a particular sequence of data that causes the tree to become inconsistent and crash. I've attached a simple test program that reproduces the error.
I encountered a crash in a data processing app that makes use of GoLLRB.
panic: runtime error: invalid memory address or nil pointer dereference
at llrb/llrb.go:423 (moveRedLeft)
I found a particular sequence of data that causes the tree to become inconsistent and crash. I've attached a simple test program that reproduces the error.
Download the code file llrbcrash.go and run with:
The text was updated successfully, but these errors were encountered: