AlfredoCubitos / qosmic

Automatically exported from code.google.com/p/qosmic
0 stars 1 forks source link

estimator and min estimator #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Still working on getting a backtrace for the previous issue (you were
right, it's still seg faulting (just not in debugger, of course)).

I did find another issue though when the estimator min is set higher than
the estimator. (The min shouldn't be higher that the estimator, but a
warning would be nicer. :) 

rect.c in libflam is issuing exit(1) when it doesn't like the numbers ...
that seems like it should be handled better. 

Original issue reported on code.google.com by jill.ump...@gmail.com on 25 Dec 2008 at 7:56

Attachments:

GoogleCodeExporter commented 8 years ago
Unfortunately, there are some places in the libflam3 code that will do this.  
Here's a
patch that avoids this particular call to exit(1) by quietly setting the 
minimum to
the smaller of the two values.

Original comment by bit...@gmail.com on 31 Dec 2008 at 3:07

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bit...@gmail.com on 4 Jun 2009 at 12:57