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

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

[Octave-bug-tracker] [bug #37509] `load -z` is very slow


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #37509] `load -z` is very slow
Date: Sat, 06 Oct 2012 00:32:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4

Follow-up Comment #6, bug #37509 (project octave):

More interesting, only RHEL5 32-bit:


octave:1> version
ans = 3.6.3
octave:2> octave_config_info ("canonical_host_type")
ans = i686-pc-linux-gnu
octave:3> load random.dat.gz 
error: load: failed to load matrix constant
error: load: trouble reading ascii file `random.dat.gz'
error: load: reading file random.dat.gz


meanwhile...


octave:1> version
ans = 3.6.3
octave:2> octave_config_info ("canonical_host_type")
ans = x86_64-unknown-linux-gnu
octave:3> load random.dat.gz 


produces no error.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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