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

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

[Octave-bug-tracker] [bug #45331] unpack hangs when output file exists


From: Rik
Subject: [Octave-bug-tracker] [bug #45331] unpack hangs when output file exists
Date: Fri, 19 Jun 2015 20:40:18 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:32.0) Gecko/20100101 Firefox/32.0

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

Thanks Philip.  So it seems that the first part is correct, and that Octave
both creates the gzip archive and also retains the original file.

The 'gunzip' action seems to be rather screwed up.


octave:11> x = pi;
octave:12> save foo x
octave:13> gzip foo
octave:14> gunzip foo.gz
error: unpack: mkdir failed to create : No such file or directory
error: called from
    unpack at line 225 column 7
    gunzip at line 49 column 5


It looks like unpack.m needs some attention.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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