Open
Description
Not sure this is a real error or just a compilation problem. See length#3. Also git describe
and the banner show different versions.
ulrich@gupu:/opt/gupu/ALSProlog$ git pull
Already up to date.
ulrich@gupu:/opt/gupu/ALSProlog$ git describe
v3.1.24-1517-g1f9f4663
ulrich@gupu:/opt/gupu/ALSProlog$ unix/linux/als-prolog/alspro
ALS Prolog (Threaded) Version 3.5.0-287-g81d11d5a [linux]
Copyright (c) 1987-2024 Applied Logic Systems, Inc.
Setting up library indicies...may take a moment...Done.
gc not 64-bit yet
?- length([_|L],0).
gc not 64-bit yet
^C Break Handler
------------------------
a - Abort Computation *
b - Break shell
c - Continue
d - Debug
e - Exit Prolog
f - Fail
p - Return to Previous Break Level
s - Show goal broken at
t - Stack trace
? - This message
Break(1) >t
(1) builtins:stack_trace(1,break_handler)
(2) builtins:
break_handler(stack_trace,builtins,_A is 3154173+1,
als_shl_mgr(als_shl_mgr,builtins,1...))
(3) builtins:catch0(builtins,?,?)
(4) builtins:breakhandler(builtins,_A is 3154173+1)
(4) builtins:_A is 3154173+1
(5) builtins:length(?,3154173,0)
--Bottom of Stack--
Break Handler
------------------------
a - Abort Computation *
b - Break shell
c - Continue
d - Debug
e - Exit Prolog
f - Fail
p - Return to Previous Break Level
s - Show goal broken at
t - Stack trace
? - This message
Break(1) >c
gc not 64-bit yet
...
gc not 64-bit yet
Segmentation fault (core dumped)
Metadata
Metadata
Assignees
Labels
No labels