POV-Ray : Newsgroups : povray.programming : Df3 file bigger than 1024^3 : Re: Df3 file bigger than 1024^3 Server Time
26 Apr 2024 22:20:27 EDT (-0400)
  Re: Df3 file bigger than 1024^3  
From: arm2arm
Date: 29 Aug 2006 07:55:01
Message: <web.44f429312dd4e7f6b399450c0@news.povray.org>
Sorry, the system is:
64bit
POV-Ray 3.6.1 compiled with PGI compiler and g++ 4.0.2 20050901 (Both are
segmenting )
RAM 32G
4CPU SMP maschine with  AMD Opteron(tm) Processors 850.
If array size is 2048*2048*512 it is little bit bigger than Max_INT 2^31-1.
Therefore when we trying to read with int index in the file pattern.cpp the
index for array offset is calculated wrong.
also in the line when we try to check file type of df3 it is always telling
wrong file type due to the line/s: 4315
 // figure out the data size
  if((sx * sy *sz*4) == len)// this is always false if file size is bigger
4G


arman.


+++++++++++++++++++++++++++++++++
Arman Khalatyan
Address:
Astrophysical Institute Potsdam,
An der Sternwarte 16,
D-14482 Potsdam, GERMANY
Phones: (+049) 0331 7499517(work)


Post a reply to this message

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