Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] ecl error (Read 480 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] ecl error

Hi
I can't start  maxima-ecl. The `ecl` throw this error:


Code: [Select]

Internal or unrecoverable error in:
Can't set the size of the C stack

;;; ECL C Backtrace
;;; /usr/lib/libecl.so.20.4(_ecl_dump_c_backtrace+0x2a) [0x14897673c5ea]
;;; /usr/lib/libecl.so.20.4(ecl_internal_error+0x48) [0x14897672a578]
;;; /usr/lib/libecl.so.20.4(+0x1fb61a) [0x14897675461a]
;;; /usr/lib/libecl.so.20.4(ecl_cs_set_org+0x5e) [0x148976754c1e]
;;; /usr/lib/libecl.so.20.4(cl_boot+0x1d1) [0x1489765f7761]
;;; ecl(+0x102b) [0x55f54f98202b]
;;; /usr/lib/libc.so.6(__libc_start_main+0xf2) [0x1489763b8152]
;;; ecl(+0x111e) [0x55f54f98211e]

version: ecl 20.4.24-2

Should I open an issue on the ecl page or the problem is with packaging!
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: ecl error

Reply #1
hi, pacman -Si ecl say, that this package is not provided by us. So it's not our business. I could end this thread with that ... but ...

seems, that is probably upstream bug: https://gitlab.com/embeddable-common-lisp/ecl/-/merge_requests/215 https://gitlab.com/embeddable-common-lisp/ecl/-/issues/596

Fixed in master, but still not in release. 

you can test develop version or report it in mainstream (but that will be  a duplicite, because it was reported and fixed, just not released now)...

but not our bug nor archlinux bug.... ;)

Re: ecl error

Reply #2
thank you!
Keep it Simple. Simple is Secure, Simple is Beautiful.