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

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

[Octave-bug-tracker] [bug #37928] GUI crashes with french locale


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37928] GUI crashes with french locale
Date: Sun, 10 Mar 2013 17:01:37 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #26, bug #37928 (project octave):

Rik's tests return this:


octave:1> sprintf ("%4fn", e) # Test 1
ans = 2,718282

octave:2> 1,5 #Test 2
ans =  1
ans =  5
octave:3> 1.5
ans =  1
octave:4> history 5
 1000 # Octave 3.7.2+, dim. mars 10 17:45:57 2013 CET <address@hidden>
 1001 sprintf ("%4fn", e) # Test 1
 1002 1,5 #Test 2
 1003 1.5
 1004 history 5
octave:5> + #Test 3
parse error:

  syntax error

>>> + #Test 3
            ^

octave:5>


About debugging, can you give me more precise instructions, I have never used 
neither gdb  nor debug flags. Which flags (CPP, C, CXX?) do those option
belong to? I have made a trial adding CXXFLAGS="-O0 -g" to configure
arguments, but in gdb I obtain no stack:


./run-octave -g
(gdb) run
(gdb) bt
No stack.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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