bug-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Regression: Failure and segfault with unification, predicate calls and a


From: Thierry Martinez
Subject: Regression: Failure and segfault with unification, predicate calls and arrow
Date: Sat, 14 Jul 2012 10:56:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (windows-nt)

Hi,

The following code fails (when consulted on top-level) and segfaults
(when compiled) with the last stable version of GNU Prolog (1.4.1) and
previous unstable versions, on Linux and Mac.  It fails to compile on
Windows (with the mere message: compilation failed). It used to work
with 1.4.0.

p :-
   A = B,
   q,
   A = 1,
   (
      r(B)
   ->
      true
   ).

q.

r(1).

:- initialization(p).

-- 
Thierry.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]