Closed GoogleCodeExporter closed 9 years ago
note, the commit number is 3387
Original comment by anneogb...@gmail.com
on 16 Jul 2012 at 5:02
actually, I realized I had two gtrace_by_botvar so I cleaned it up in 3388
Original comment by anneogb...@gmail.com
on 16 Jul 2012 at 5:08
Original comment by anneogb...@gmail.com
on 22 Jul 2012 at 4:02
The underlying test:
20 ?- botvar_get(bot, superplan , X), botvar_get(bot, superplan , Y).
X = Y, Y = "rest".
21 ?- botvar_get(bot, superplan , X), botvar_get(bot, superplan , Y),
botvar_get(bot, superplan , Z).
false.
Original comment by logicmoo@gmail.com
on 22 Jul 2012 at 9:14
Fixed in r3403 - Using the stack trace depth for loop detection now
Original comment by logicmoo@gmail.com
on 22 Jul 2012 at 10:00
Original issue reported on code.google.com by
anneogb...@gmail.com
on 16 Jul 2012 at 4:58