Menu

#49 stateBacktracked() not caled after Verify.ignoreIf()

open
nobody
5
2007-03-17
2007-03-17
ethen_d
No

Search listeners are not informed about JPF backtracks after the Verify.ignoreIf(true) method is called. I am not sure, if ALWAYS or SOMETIMES :P

I thing the problem is in the JVM.forward() method:
...
if (ss.isIgnored()) {
// do it again
backtracker.backtrackKernelState();
...

the current Search object is not informed about this, as well as the listeners.

I tried it on the last revision in SVN too (285), the behavior is the same.

Thanks a lot
David Klika

Discussion


Log in to post a comment.

MongoDB Logo MongoDB