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 - 2012-02-22
Last edited by Christoph Lipka - 2013-08-21
Opened by Christoph Lipka - 2012-02-22
Last edited by Christoph Lipka - 2013-08-21
FS#238 - Error during #read causes file to be kept open
Consider the following script:
#fopen F "foo.txt" read #read (F, Foo) #debug concat ("'", Foo, "'\n") #fclose F
Now assume that foo.txt erroneously contains unquoted text (which will result in a parse error):
Blah
When the error is reported, POV-Ray for Windows will helpfully open foo.txt, but any attempt to save a corrected version of foo.txt will fail until you exit the POV-Ray GUI, presumably because foo.txt is not properly closed by the parser.
Fixed in change 5715.