New issue 54 by dale.a.m...@gmail.com: A trailing "true" in a clause cause
a segmentation fault.
http://code.google.com/p/teyjus/issues/detail?id=54
It seems that compiling a clause of the form
r :- 1 = 1, true.
yields code that produces a segmentation fault when one attempts to prove
r. Removing the trailing "true" fixes the problem. I attach a simple mod
and sig file for illustrating this problem. Specifics of my system are
below. -Dale
$ tjcc -v
Teyjus version 2.0-b1
$ uname -a
Linux alonzo 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011
i686 GNU/Linux
$
Attachments:
bug.mod 273 bytes
bug.sig 40 bytes