|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6
Sequence of operations:
1. type below script
2. start parsing
3. stop parsing before end of parsing
4. start again - crash !
#local C=0;
#while (C<10000)
#debug "S"
#local C=C+1;
#end
NOTE1: I can't duplicate this without stream directive
NOTE2: Works as well when additional line is added inside loop:
#if(mod(C,100)=0)#debug"\n"#end
ABX
Post a reply to this message
|
|
| |
| |
|
|
From: Marc-Hendrik Bremer
Subject: Re: crash during debugging of parsing
Date: 27 Dec 2001 07:12:10
Message: <3c2b101a@news.povray.org>
|
|
|
| |
| |
|
|
<332m2uspk9nfqfq6g7oc8qtmkcu5higjs7@4ax.com>...
>4. start again - crash !
I can confirm that.
>NOTE2: Works as well when additional line is added inside loop:
> #if(mod(C,100)=0)#debug"\n"#end
It still crashes with this line added, when started the second time.
Marc-Hendrik
PII450, 128 MB, Win 98, Pov 3.5 beta 9
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 27 Dec 2001 13:12:05 +0100, "Marc-Hendrik Bremer"
<Mar### [at] t-onlinede> wrote:
> >NOTE2: Works as well when additional line is added inside loop:
> > #if(mod(C,100)=0)#debug"\n"#end
>
> It still crashes with this line added, when started the second time.
That's what I want to say but unfortunatly I used "works" instead of "crash".
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Sequence of operations:
> 1. type below script
> 2. start parsing
> 3. stop parsing before end of parsing
> 4. start again - crash !
>
It happens to me too.
433 Celeron,64 MB Win98 SE Pov 3.5 beta 9
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The same,
POV 3.5 b 9 on PIII 1000 512 MB with Win 2000
----- Original Message -----
From: "W?odzimierz ABX Skiba" <abx### [at] babilonorg>
Newsgroups: povray.beta-test
Sent: Thursday, December 27, 2001 11:49 AM
Subject: crash during debugging of parsing
> POV 3.5 b 9 on PII 233 128 MB with NT 4 Sp 6
>
> Sequence of operations:
> 1. type below script
> 2. start parsing
> 3. stop parsing before end of parsing
> 4. start again - crash !
>
> #local C=0;
> #while (C<10000)
> #debug "S"
> #local C=C+1;
> #end
Gleb
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |