On Sat, Aug 27, 2016 at 05:55:45PM +0300, Mike Pechkin wrote:
> As I wrote before, it didnt crash always
> 
> http://pastebin.com/JkVkBjbQ
> ...
> http://pastebin.com/mTj51y4B

I can't produce a crash here :(


Perhaps you can 'trace' to locate the exact place?


At the end of "forth.l" put (traceAll)

   ....
   (setq *F1 (new '(+Forth))
         *F2 (new '(+Forth)) )

   (traceAll)

   (if *EMUENV
      (activateEmuForthRepl *F1)
      # Normal PicoLisp ...
      (prinl (pack "-> "
         (forthRepl *F1) ) ) )

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to