bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #37366] Crash: Can not write any data in sheet


From: John Darrington
Subject: PSPP-BUG: [bug #37366] Crash: Can not write any data in sheet
Date: Thu, 29 Nov 2012 08:33:55 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/18.0 Firefox/18.0

Follow-up Comment #13, bug #37366 (project pspp):

> But all is good, if I use "LANG=C" before and then run PSPPIRE in terminal.

> Just before crash appears error:
> /usr/bin/psppire: „.5in“ nėra tinkamas ilgis.
> (this text is from PSPP translation to Lithuanian,
> in English:
> /usr/bin/psppire: `.5in' is not a valid length.) 

Right.  This gives us a clue.

It is clear that one problem is in src/output/measure.c:53

  /* Number. */
  raw = strtod (dimen, &tail);
  if (raw < 0.0)
    goto syntax_error;

We should be using c_strtod instead of strtod.

This doesn't explain the crash however.  Perhaps something is not
checking the -1 return value from measure_dimension?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37366>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]