Re: segfault while testing lil

2016-04-14 Thread Daniel Kochmański
Faré writes: > On Thu, Apr 14, 2016 at 10:01 AM, Daniel Kochmański > wrote: >> In fact I did, but it didn't work, so I've tried the testcase you >> provided with the same result, so I've wrote an e-mail. >> >> I had to manually quickload the reader-interception, because it's not >> listed in the

Re: segfault while testing lil

2016-04-14 Thread Faré
On Thu, Apr 14, 2016 at 10:01 AM, Daniel Kochmański wrote: > In fact I did, but it didn't work, so I've tried the testcase you > provided with the same result, so I've wrote an e-mail. > > I had to manually quickload the reader-interception, because it's not > listed in the lil/test dependencies.

Re: segfault while testing lil

2016-04-14 Thread Daniel Kochmański
In fact I did, but it didn't work, so I've tried the testcase you provided with the same result, so I've wrote an e-mail. I had to manually quickload the reader-interception, because it's not listed in the lil/test dependencies. I think it's a lil's test system definition bug. Either way, testing

Re: segfault while testing lil

2016-04-14 Thread Faré
On Thu, Apr 14, 2016 at 1:28 AM, Daniel Kochmański wrote: > Hey, > > I have on this testcase: > > jack@pandora ~ % rlwrap ecl -eval "'(#.(require \"asdf\")#.(asdf:test-system > :lil))" > ;;; Loading "/home/jack/quicklisp/setup.lisp" > ;;; Loading #P"/usr/local/lib/ecl-16.1.2/asdf.fas" > An error

Re: segfault while testing lil

2016-04-13 Thread Daniel Kochmański
Hey, I have on this testcase: jack@pandora ~ % rlwrap ecl -eval "'(#.(require \"asdf\")#.(asdf:test-system :lil))" ;;; Loading "/home/jack/quicklisp/setup.lisp" ;;; Loading #P"/usr/local/lib/ecl-16.1.2/asdf.fas" An error occurred during initialization: Component "reader-interception" not found,

segfault while testing lil

2016-04-12 Thread Faré
lil passes all tests for me on sbcl, ccl, allegro, clisp, but on ecl I get: Condition of type: SEGMENTATION-VIOLATION Detected access to an invalid or protected memory address. Which precise test causes the segfault varies at each try. To reproduce: rlwrap ecl -eval "'(#.(require \"asdf\")#.(as