|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> 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
|
|
| |
| |
|
|
|
|
| |
|
|