On Thu, 24 Nov 2016, Ignacio Diaz-Emparanza wrote:
El 23/11/16 a las 18:27, Allin Cottrell escribió:
>
> I tried running this with the current 64-bit snapshot on Windows 8, in
> Spanish and with decimal comma selected under Preferences: no crash, the
> plot is displayed correctly. I then uninstalled the 64-bit version and
> tried the 32-bit build. Same result. So at this point I have no idea what
> might be happening in your case.
>
> Could you try running gretl with the --debug flag and see if anything
> relevant appears on stderr? Thanks.
>
> Allin
Nothing relevant. (See attached image)
Ignacio, could you try for a minimal version of the problem? (I
would do this myself, but I couldn't provoke the problem.)
What happens if you just do, for example:
set force_decpoint on
string smY = sprintf("%g", 2.72985)
printf "smY = '%s'\n", smY
Is that enough to get a crash, or does the crash occur only when the
following "plot" block is executed?
Allin