octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #44469] crash on make check in graphics.cc-tst


From: Rik
Subject: [Octave-bug-tracker] [bug #44469] crash on make check in graphics.cc-tst (Ubuntu)
Date: Mon, 16 Mar 2015 15:57:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Update of bug #44469 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #13:

Octave specifically sets certain locale settings on startup in the file
octave.cc. 


octave_initialize_interpreter (int argc, char **argv, int embedded)
{
  // Matlab uses "C" locale for LC_NUMERIC class regardless of local setting
  setlocale (LC_NUMERIC, "C");
  setlocale (LC_TIME, "C");


It is possible, however, that these are being overridden somehow at a later
point in time.

Could one of the reporters execute the following in their normal (failing)
environment?


./run-octave -f --no-gui
setenv ("LC_NUMERIC", "C");
setenv ("LC_TIME", "C");
__run_test_suite__





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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