POV-Ray : Newsgroups : povray.beta-test : crash including large array Server Time
28 Jul 2024 16:21:44 EDT (-0400)
  crash including large array (Message 1 to 3 of 3)  
From: Tim Attwood
Subject: crash including large array
Date: 23 Oct 2007 04:58:43
Message: <471db7c3@news.povray.org>
beta 23 crashes loading a large array from an include...
produced a large core dump

--- main file ---
#include "triangles.inc"

-- include file ---
#declare raw_data = array [6000] {
-340,495,-153,-910,835,-947  ,
-175,41,-421,-714,574,-645   ,
-547,712,-352,579,951,-786   ,
etc...
}


Post a reply to this message

From: Chris Cason
Subject: Re: crash including large array
Date: 31 Dec 2007 22:16:08
Message: <4779b078@news.povray.org>
Tim Attwood wrote:
> beta 23 crashes loading a large array from an include...
> produced a large core dump
> 
> --- main file ---
> #include "triangles.inc"
> 
> -- include file ---
> #declare raw_data = array [6000] {
> -340,495,-153,-910,835,-947  ,
> -175,41,-421,-714,574,-645   ,
> -547,712,-352,579,951,-786   ,
> etc...
> } 

FYI I've not been able to reproduce this.


Post a reply to this message

From: Tim Attwood
Subject: Re: crash including large array
Date: 22 Jan 2008 17:54:53
Message: <4796743d$1@news.povray.org>
>> beta 23 crashes loading a large array from an include...
>> produced a large core dump
>>
>> --- main file ---
>> #include "triangles.inc"
>>
>> -- include file ---
>> #declare raw_data = array [6000] {
>> -340,495,-153,-910,835,-947  ,
>> -175,41,-421,-714,574,-645   ,
>> -547,712,-352,579,951,-786   ,
>> etc...
>> }
>
> FYI I've not been able to reproduce this.

I tried to reproduce this in beta 24, but it now seems
to work correctly.


Post a reply to this message

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