[Aldor-l] Aldor crash

Bill Page bill.page at newsynthesis.org
Tue Jun 17 19:53:59 EDT 2008


2008/6/17 Pippijn van Steenhoven wrote:
> Hi,
>
> today, I updated Aldor to work on Visual Studio 2008 as windows
> console application. It works fine but behaves exactly like the one
> I built on linux regarding crashes. Can anyone confirm that the following
> sequence yields a segmentation fault:
> ...

Yes, this error also happens for me, however using TextWriter avoids the error:

root at sage:/# aldor -gloop
Aldor

Copyright (c) 1990-2007 Aldor Software Organization Ltd (Aldor.org).

Release: Aldor(C) version 1.1.0 for LINUX(glibc2.3)
Type "#int help" for more details.
%1 >> #include "aldor"
                                           Comp: 70 msec, Interp: 0 msec
%2 >> #include "aldorio"
                                           Comp: 20 msec, Interp: 0 msec
%3 >> import from Integer
                                           Comp: 10 msec, Interp: 0 msec
%4 >> import from TextWriter
                                           Comp: 0 msec, Interp: 0 msec
%5 >> stdout << 3
3  () @ TextWriter
                                           Comp: 0 msec, Interp: 70 msec

--------

Perhaps this points at something specific to the interpreted mode?

Regards,
Bill Page.



More information about the Aldor-l mailing list