Long lists

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Long lists

Artur Zaroda
Hello,

The following GPFs:

t:=nil. 600000 timesRepeat: [t:=Array with: t]

It could be a Win95 thing, but since the same problem, with smaller number
of iterations (86000) was reported (and fixed) for pre-1.0, this time it
may be Dolphin's fault as well.

Artur Zaroda
[hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: Long lists

Ingo Blank
> The following GPFs:
>
> t:=nil. 600000 timesRepeat: [t:=Array with: t]
>
> It could be a Win95 thing, but since the same problem, with smaller number
> of iterations (86000) was reported (and fixed) for pre-1.0, this time it
> may be Dolphin's fault as well.

Artur,

Windows 2000 reports a StackOverflow in the DolphinVM DLL.

Ingo


Reply | Threaded
Open this post in threaded view
|

Re: Long lists

Ingo Blank
In reply to this post by Artur Zaroda
"Artur Zaroda" <[hidden email]> schrieb im Newsbeitrag
news:[hidden email]...

>
> Hello,
>
> The following GPFs:
>
> t:=nil. 600000 timesRepeat: [t:=Array with: t]
>
> It could be a Win95 thing, but since the same problem, with smaller number
> of iterations (86000) was reported (and fixed) for pre-1.0, this time it
> may be Dolphin's fault as well.

Artur,

Windows 2000 with VisualStudio Debugger reports a StackOverflow in the
DolphinVM DLL.

Bye
Ingo