The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Christoph Lipka - 2011-09-22
Last edited by Christoph Lipka - 2012-06-21
Opened by Christoph Lipka - 2011-09-22
Last edited by Christoph Lipka - 2012-06-21
FS#221 - Undefined looks_like object causes hard crash
The following SDL code causes a hard crash during parsing if _3024_dot_dat is undefined:
light_source { <0, 0, 0> color rgb 0.5*<1,0.905882,0.211765> fade_distance 500 fade_power 1.6 looks_like {_3024_dot_dat texture { pigment { rgbf <1,0.905882,0.211765,0.90> } finish { ambient 0.6 diffuse 0 phong 0.5 phong_size 40 reflection 0.9 refraction 1 ior 1.25 } } } }
fixed with change #5497
Fix confirmed for 3.7RC3+ (#5497).
File 'ba.pov' line 6: Parse Error: Expected 'object', undeclared identifier
'_3024_dot_dat' found instead
(previously to #5497, it would "segmentation fault")
For 3.6, there was no problem:
Parse Error: Expected 'object', undeclared identifier '_3024_dot_dat' found
instead