Open jackbergus opened 5 years ago
The problem is within the FindCommonAncestors
method, because it seems that the map entity_ancestor_weights_
is either not initialized, or some of the entities (still) have null values inside the map. A possible motivation is that AddAncestorWeights
is called only once. Is there a working version that you used for your paper?
After forking your project and linking it with the most recent version of gflags and glog, I was able to compile your code. Nevertheless, I was able to run the code, but a Segfault happens. In particular, this Segfault happens just after the log message in
ee_engine.cpp
:I provide you the program's trace before it stopped. Is there a way to solve this problem?