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

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

[Octave-bug-tracker] [bug #50102] dlmread crashing the interpreter on Cy


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #50102] dlmread crashing the interpreter on Cygwin
Date: Mon, 13 Mar 2017 11:26:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #12, bug #50102 (project octave):

[I must have mistyped "verbatim"]

or, more likely, this


-              rmax = 2*r;
-              cmax = c;
+              rmax = 2 * std::max (r-1, 1);  // keep rmax a power of 2
+              cmax = std::max (c, cmax);


Why was the change made from 2*r to 2*(r-1)?  Was there an extra row because
dlmread attempts to read into a "next" line not knowing if there would be one
or not?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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