Open UWN opened 2 years ago
More precisely,
?- repeat, number_chars(N,"0xFFFFFFFFFFFFFF"), N = 0.
^Ccaught: error('$interrupt_thrown',repl/0) % seems to work
?- repeat, number_chars(N,"0x100000000000000"), N = 0.
memory allocation of 34 bytes failed % smallest number with the problem
Aborted (core dumped)