I’m having troubles using TraversalDFS (I’m using DEX on java). I can create the graph successfully and then i use TraversalDFS and it works fine but when i try to close the session i’m getting this error:
Exception in thread “main” java.lang.RuntimeException: Session data still active when closing
at com.sparsity.dexjavawrapJNI.delete_dex_gdb_Session(Native Method)
at com.sparsity.dex.gdb.Session.delete(Session.java:32)
at com.sparsity.dex.gdb.Session.close(Session.java:40)
I checked everything many times and i think the code is fine because i use exactly the same code changing TraversalDFS by TraversalBFS and it works fine.
Please i need help
You are right!
There is a problem at the TraversalDFS close operation that is causing this error.
It should be fixed in the release 4.8.2 that will soon be published along with other minor bug fixes.
But, if you can't wait until the official publication of the 4.8.2 release, you can ask dam...@sparsity-technologies.com to send you a pre-release for your platform.