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

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

[Octave-bug-tracker] [bug #55427] save -v7 exits with "error compressing


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55427] save -v7 exits with "error compressing data element"
Date: Thu, 10 Jan 2019 13:34:55 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #5, bug #55427 (project octave):

This may simply have to do with internal memory allocation in the zlib
'compress' function, which compresses a single buffer at once. It might be
necessary to switch to using the stream based 'deflate' function to handle
objects over a certain size.

Does 'save -z' work for you on the same system that fails on 'save -v7'? The
v7 format uses 'compress' to compress each element in the Matlab file format,
while 'save -z' uses zlib's 'gzwrite' to write a normal file stream through
the 'deflate' function.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55427>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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