On 22 November 2013 16:42, Fausto Saporito <fausto.saporito@gmail.com> wrote:
yes, it's a FP stack overflow... :-)

often that means that there is a function that should be declared to return a float or double
but is relying on a default declaration as int, or is declared, but incorrectly.