bugGNU Octave - Bugs: bug #52679, dlmwrite doesn't close the file if...

 
 

bug #52679: dlmwrite doesn't close the file if its name only one char long

Submitter:  None
Submitted:  Sat 16 Dec 2017 12:19:31 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Assigned to:  None
Originator Name:  Ihor Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 16 Dec 2017 01:54:05 PM UTC, comment #1: 

Fixed on stable: http://hg.octave.org/octave/rev/11d7cd4ece50

Thread on stackoverflow where this was found: https://stackoverflow.com/questions/47844371/how-to-flush-output-of-dlmwrite-in-octave

@OP: Since this is only a .m file you can download this from teh above url and replace the old dlmwrite.m in your installation or you have to wait for the next release.

closing report as fixed.

Andreas Weber <andy1978>
Group Member
Sat 16 Dec 2017 12:19:31 PM UTC, original submission:  


>> A=[1 1];
>> dlmwrite('A',A); % after this line you will have an empty file
>> exit             % after this line the file will contain "1,1"


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-16 andy1978 Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code