POV-Ray : Newsgroups : povray.beta-test : crash during debugging of parsing Server Time
30 Jul 2024 08:19:18 EDT (-0400)
  crash during debugging of parsing (Message 1 to 5 of 5)  
From:
Subject: crash during debugging of parsing
Date: 27 Dec 2001 06:49:28
Message: <332m2uspk9nfqfq6g7oc8qtmkcu5higjs7@4ax.com>
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

From:
Subject: Re: crash during debugging of parsing
Date: 27 Dec 2001 07:20:30
Message: <rd4m2ukbu9ovfjr6naairmlaaeraj9gp91@4ax.com>
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

From: Simon Adameit
Subject: Re: crash during debugging of parsing
Date: 27 Dec 2001 07:38:58
Message: <3c2b1662@news.povray.org>
> 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

From: Gleb
Subject: Re: crash during debugging of parsing
Date: 27 Dec 2001 08:48:38
Message: <3c2b26b6@news.povray.org>
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

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