POV-Ray : Newsgroups : povray.bugreports : Unresponsive crash in qtpovray with [accidental] recursive function : Unresponsive crash in qtpovray with [accidental] recursive function Server Time
25 Apr 2024 11:33:07 EDT (-0400)
  Unresponsive crash in qtpovray with [accidental] recursive function  
From: Bald Eagle
Date: 13 Jul 2019 12:45:01
Message: <web.5d2a0a4414ac7e6a4eec112d0@news.povray.org>
So, in a bit of haste, I ran my scene with

#declare Inverse = function (x, y, z, R, S) {log( 1-Inverse(x,y,z,R,S) )}

which of course calls itself, and POV-Ray issued a warning and stopped, but it
also became unresponsive and gave me this in the terminal window

*** Error in `qtpovray': realloc(): invalid old size: 0x00007f580801dcd0 ***
*** Error in `qtpovray': malloc(): memory corruption: 0x00007f580801d420 ***

Just throwing that out there.

povray 3.8.0-alpha.9861167.unofficial

This is an unofficial version compiled by:
 Dick Balaska - qtpovray edition <dic### [at] buckosoftcom>
 The POV-Ray Team is not responsible for supporting this version.

Copyright 1991-2018 Persistence of Vision Raytracer Pty. Ltd.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Post a reply to this message

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