POV-Ray : Newsgroups : povray.beta-test : Tiny function-script that crashes v3.5.beta.6.icl.win32 : Tiny function-script that crashes v3.5.beta.6.icl.win32 Server Time
30 Jul 2024 14:18:17 EDT (-0400)
  Tiny function-script that crashes v3.5.beta.6.icl.win32  
From: Tor Olav Kristensen
Date: 22 Oct 2001 17:13:12
Message: <3BD48BAD.EB974804@hotmail.com>
Here it is:
(Crashes in Win98 on my 100 MHz Pentium.)

union {
  sphere { y, 1 }
//  sphere { z, 1 }                  // Uncomment these lines
//  pigment { color rgb <1, 1, 1,> } // to get rid of warnings
}

#local Fn = function(x) { x }

#debug ""

#declare Fn = function(x) { x }



The error message in window titled "Pvengine":

"This program has performed an illegal operation
and will be shut down."
...

The editor does not disappear before on clicks
on the "Close" button. (It is functioning OK
until one does.)


The details:

PVENGINE caused an invalid page fault in
module PVENGINE.EXE at 015f:0042bc1d.
Registers:
EAX=00000000 CS=015f EIP=0042bc1d EFLGS=00010246
EBX=00000000 SS=0167 ESP=0728f1f8 EBP=00000000
ECX=0000003a DS=0167 ESI=00cab884 FS=457f
EDX=00000031 ES=0167 EDI=00000031 GS=0000
Bytes at CS:EIP:
8a 37 8b cf 84 f6 74 08 41 40 8a 11 84 d2 75 f8 
Stack dump:
00cab458 006914e0 00cab360 00000000 00000000 00cab884 00000039 0047a00a
00000001 00492de8 0061b690 0068eae0 00ca48f0 0000066b 00000000 00000000


Post a reply to this message

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