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

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

[Octave-bug-tracker] [bug #57632] 5.1.90 crash on cygwin


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57632] 5.1.90 crash on cygwin
Date: Mon, 20 Jan 2020 02:59:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36

Follow-up Comment #3, bug #57632 (project octave):

So either "textscan()" itself, the carriage return "\r" chars, or the file
position manipulations (fseek(), ...) are the guilty ones.  First what is
about "textscan":

Does this code crash the cygwin build?


c = textscan ("1\r\n2\r3\n4\r\n5\n6", "%f %f", 4)
c =
{
  [1,1] =

     1
     3

  [1,2] =

     2
     4

}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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