POV-Ray : Newsgroups : povray.beta-test : Crash - gaussianblob.pov : Re: Crash - gaussianblob.pov Server Time
31 Jul 2024 00:31:41 EDT (-0400)
  Re: Crash - gaussianblob.pov  
From: Warp
Date: 11 Oct 2001 19:21:13
Message: <3bc62968@news.povray.org>
Ron Parker <ron### [at] povrayorg> wrote:
: This is what I meant.  It makes sense, but the numbers are almost never 
: useful after the fact.

  I think that the numbers are really meaningful only if you are coding
in assembler (because then the numbers are exactly what you have written,
ie. directly your code in machine code, which can be easily disassembled).
  If you are making a C++ program, the numbers don't really tell you
anything (unless you know *really, really* well what does the compiler
spit out from your code).

  A compiler with a debugger can, however, use this error window to jump
directly to the source code line where the crash ocurred (if the program
has debug information linked in).

-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

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