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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45331] unpack hangs when output file exists
Date: Fri, 19 Jun 2015 21:19:57 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

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

Indeed:

>> x = pi
x = 355/113
>> save foo.mat pi
>> gzip foo.mat
>> delete foo.mat
>> gunzip foo.mat.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
>> unpack foo.mat.gz
mv: `C:/Users/philip/MyDocs/octave/foo.mat' and
`C:/Users/philip/MyDocs/octave/foo.mat' are the same file
error: unpack: unable to move files to ".":
error: called from
    unpack at line 251 column 9
>>


At least some clues....

    _______________________________________________________

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]