Skip to content
Snippets Groups Projects
username-removed-895816's avatar
closed issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL
username-removed-895816's avatar
commented on issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL

Thanks a lot!...

username-removed-105521's avatar
commented on issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL

I think you have used develop branch (not ECL 16.1.3 release). This bugs are related indeed, but fix for #330 (closed) apparently introduced this bug (so re...

username-removed-105521's avatar
opened issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL
username-removed-905743's avatar
closed issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL
username-removed-905743's avatar
opened issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL
username-removed-905743's avatar
closed issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL
username-removed-905743's avatar
commented on issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL

This is probably the same as bug #330 (closed).

username-removed-905743's avatar
opened issue #409 "Order of evaluation bug involving LOGEQV and VALUES in compiled code" at Embeddable Common-Lisp / ECL
username-removed-135737's avatar
closed issue #408 "latest ecl git won't work with iolib example run-ex8-server (iomux)." at Embeddable Common-Lisp / ECL
username-removed-135737's avatar
commented on issue #408 "latest ecl git won't work with iolib example run-ex8-server (iomux)." at Embeddable Common-Lisp / ECL

The problem was not related to ecl it was a libfixposix misconfiguration. Fixed by reintalling libfixposix0 and libfixposix-dev on raspbian 9.

username-removed-135737's avatar
opened issue #408 "latest ecl git won't work with iolib example run-ex8-server (iomux)." at Embeddable Common-Lisp / ECL
username-removed-105521's avatar
commented on issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL

I'm not aware of such method without actually writing to the stream. Otherwise:...

username-removed-895816's avatar
commented on issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL

Thanks a lot! Will forward this to the Maxima devs who with this starting point should be able to finally fix this problem....

username-removed-105521's avatar
commented on issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL

it seems that it is caused by maxima_lisp_debugger (I think, stacktraces on concurrent environments are tricky). note, that this name is possibly c...

username-removed-105521's avatar
accepted merge request !94 "doc typos (building.txi)" at Embeddable Common-Lisp / ECL
username-removed-105521's avatar
pushed to branch develop at Embeddable Common-Lisp / ECL
username-removed-105521's avatar
commented on merge request !94 "doc typos (building.txi)" at Embeddable Common-Lisp / ECL

Thanks for the corrections! merged.

username-removed-20047's avatar
opened merge request !94 "doc typos (building.txi)" at Embeddable Common-Lisp / ECL
username-removed-895816's avatar
commented on issue #407 "Infinite error loop if output is redirected to a network stream and the network connection is closed" at Embeddable Common-Lisp / ECL

Thanks a lot!...