Bug#356406: gprolog segfault on division with amd64

2006-03-18 Thread carbonated beverage
On Tue, Mar 14, 2006 at 11:26:34AM +, Salvador Abreu wrote: 1.2.18-12 is old already and there are problems compiling 1.2.18-16 on amd64 machines (gcc 3.3.5 gets internal errors). Can you make do with the x86 binaries, while I look into finding an amd64 machine to try things on?

Bug#356406: gprolog segfault on division with amd64

2006-03-14 Thread Salvador Abreu
1.2.18-12 is old already and there are problems compiling 1.2.18-16 on amd64 machines (gcc 3.3.5 gets internal errors). Can you make do with the x86 binaries, while I look into finding an amd64 machine to try things on? On Mar 11, 2006, at 21:14 , carbonated beverage wrote: Package:

Bug#356406: gprolog segfault on division with amd64

2006-03-11 Thread carbonated beverage
Package: gprolog Version: 1.2.18-12 Any time a division is done in gprolog, I get a segfault with sprintf() at the top of the backtrace, and what looks like tons of NULLs in the stacktrace. To repro: cat a.pl EOF foo(X) :- X is 10 / 3. EOF gprolog | ?- consult(a). | ?- foo(X). Cutting