Orivej,

On Tue, Apr 29, 2014 at 1:43 AM, Orivej Desh <ori...@gmx.fr> wrote:

> 1. I can reproduce the problem. It stems from SBCL being run effectively
> as "sbcl --eval ... < /dev/null". When SBCL enters debugger due to an
> error in the build process, it reads EOF, exits with code 0, and the
> build continues with this happening many times until finally SBCL
> encounters memory fault.  To fix the build process apply this to
> config/open-axiom.m4:
>
>      @@ -333,4 +333,4 @@
>           sbcl)
>              axiom_quiet_flags='--noinform --noprint'
>      -       axiom_eval_flags='--no-sysinit --no-userinit --eval'
>      +       axiom_eval_flags='--no-sysinit --no-userinit
> --disable-debugger --eval'
>              ;;
>

Thanks for the detective work.  I missed your message earlier.
Applied your addition to the 1.4.3 branch of OpenAxiom:

   http://sourceforge.net/p/open-axiom/code/HEAD/tree/releases/1.4.3/

[...]

> 3. I'm going to investigate the cause of memory fault, but it should not
> concern OpenAxiom or Gentoo.
>

Please, let me know if you need me to run any test, or if you find anything.

Thanks,

-- Gaby
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to