POV-Ray : Newsgroups : povray.beta-test : crash with loop : Re: crash with loop Server Time
30 Jul 2024 06:25:41 EDT (-0400)
  Re: crash with loop  
From:
Date: 28 Dec 2001 13:42:08
Message: <sjep2ucv0jrdi5jto9vk67gr2sp521cdhc@4ax.com>
On Fri, 28 Dec 2001 19:27:25 +0100, "Simon Adameit" <gom### [at] gmxde> wrote:
> The following code crashes POV

I can confirm this
POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6

> #local Z=0;
> #while(Z<1)
> #local
> #end

I want refresh another win editor problem (listed in known bug list):

1. remove first line and save, current script is:
    #while(Z<1)
    #local
    #end
    Parse Error: Expected 'numeric expression', undeclared identifier 'Z' found
instead

2. Ctrl+Z back removed line and remove second line (arrow down, shift+arrow
down+del), current script is:
    #local Z=0;
    #local
    #end
    Parse Error: Expected 'numeric expression', undeclared identifier 'Z' found
instead

Seems editor not checked that content of windows is changed.

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.