bugGNU Octave - Bugs: bug #35064, Invalid file stream warning when...

 
 

bug #35064: Invalid file stream warning when exiting Octave with open gnuplot windows

Submitter:  Rik <rik5>
Submitted:  Wed 14 Dec 2011 06:22:08 AM UTC
   
 
Category:  Plotting with gnuplot Severity:  5 - Blocker
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 20 Dec 2011 03:10:30 AM UTC, comment #1: 

The following changeset fixes the problem for me.

http://hg.savannah.gnu.org/hgweb/octave/rev/5cbc978a27e8

John W. Eaton <jwe>
Group administrator
Wed 14 Dec 2011 06:22:08 AM UTC, original submission:  

The following invalid file stream warning is new behavior within the last two weeks. 

To reproduce create a plot with gnuplot and then exit Octave without explicitly closing the plot window.


sh> ./run-octave
octave:1> graphics_toolkit gnuplot;
octave:2> plot (1:10);
octave:3> exit

error: fputs: invalid stream number = 4
error: called from:
error:   /home/rik/wip/Projects_Mine/octave-doc/scripts/miscellaneous/delete.m at line 51, column 1
error:   /home/rik/wip/Projects_Mine/octave-doc/scripts/plot/closereq.m at line 37, column 7



Rik <rik5>
Group administrator

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by rik5 (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.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-12-20 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2011-12-19 rik5 Severity4 - Important 5 - Blocker
    2011-12-14 rik5 SummaryInvalid Invalid file stream warning when exiting Octave with open gnuplot windows

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code