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

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

[Octave-bug-tracker] [bug #60409] [octave forge] (communications) huffma


From: anonymous
Subject: [Octave-bug-tracker] [bug #60409] [octave forge] (communications) huffmandeco throws out of memory or dimension too large for Octave's index type error
Date: Fri, 30 Apr 2021 02:51:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #1, bug #60409 (project octave):

The line of the problem is


tree = zeros (1, 2^(m+1)-1)-1;


The link shows the user was able to have a result for

tree = zeros (1, 2^(82+1)-1)-1.


For me the error was still present.

Trying to find which number worked for me.
octave crashed on

tree = zeros (1, 2^(29+1)-1)-1.


This is a zeros function or hardware limitation issue which was discovered by
the huffmandeco.

For this function or the zeros function there needs to be checks added to
prevent this crash.
 
And a warning added so the user understands the limits.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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