POV-Ray : Newsgroups : povray.beta-test : crash with string writing : Re: crash with string writing Server Time
29 Jul 2024 22:23:15 EDT (-0400)
  Re: crash with string writing  
From: Gleb
Date: 27 Feb 2002 15:19:00
Message: <3c7d3f34$1@news.povray.org>
"W?odzimierz ABX Skiba" <abx### [at] babilonorg> wrote in message
news:06fp7ucrh0144h951dfoleg82i6nmp7f57@4ax.com...
> POV 3.5 b 11 icl on WinNT Sp 6 PII 233 with 128 MB
>
> My following script causes crash at moment of writing script into file (I
know
> it becouse empty file appear on drive). Any confirmation ?

Confirm                  (POV 3.5 b 11  PIII-1000 512 Mb Win2000 )


I've found it crashing when strlen(S) is>1042

#write(DF3,substr(S,1,1042))                       // works fine;

////// but (strange) this sequence:
  #declare S=concat(substr(S,1,1042)," ");
  #write(DF3,substr(S,1,1042))                    //crashes

Atb,

Gleb


Post a reply to this message

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