-
Notifications
You must be signed in to change notification settings - Fork 177
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
在类里面定义ikd_tree时程序崩溃 #8
Comments
could you append some code here to let us see what happends |
`#include "ikd_Tree.h" class Test{ int main(int argc, char** argv){ |
@AFEICHINA Please define the ikd-Tree (and any class that includes it) as a global variable since multi-thread is required. |
Thanks |
嗨,
我在测试最新版本ikdtree的时候遇到一个问题,当我在类中定义ikdtree的时候,程序总是Segmentation fault (core dumped)。你能修复一下这个问题吗?
谢谢!
The text was updated successfully, but these errors were encountered: