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

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

[Octave-bug-tracker] [bug #53899] [octave forge] (io) Octave crashes whe


From: anonymous
Subject: [Octave-bug-tracker] [bug #53899] [octave forge] (io) Octave crashes when writing large dbf files with dbfwrite
Date: Mon, 14 May 2018 13:33:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36

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

After some more testing, it seems the crash issue is not related to the size
of the input but to the writing speed. It looks like including a small pause
after each iteration in the data writing part of dbfwrite (after line 172)
solves the problem:


      fwrite (fid, txt, "char");
    endfor
    pause(10^-6);
  endfor


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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