bugGNU Octave - Bugs: bug #31233, plot crash in windows

 
 

bug #31233: plot crash in windows

Submitter:  kru <kruvalig>
Submitted:  Sun 03 Oct 2010 04:53:58 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 13 May 2012 12:43:55 AM UTC, comment #3: 


> Given that this problem has been around for over a year and the plot function seems to be a commonly used function then I am a little confused as to why this has not been fixed


Because 3.2.4 is ancient, the problem has been fixed in newer releases, and the problem is with installing oct2mat, not with Octave itself. When you install packages from 3.2.4, don't install oct2mat, or install a newer version of Octave.

And read the wiki link again. It has 3.6.1 Windows builds.

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Sat 12 May 2012 02:22:23 PM UTC, comment #2: 

Hi...I have only just installed 3.2.4 for Windows. Ran an example like that below and get the same erroneous result. Given that this problem has been around for over a year and the plot function seems to be a commonly used function then I am a little confused as to why this has not been fixed. I did the package rebuild and that did not seem to work. Plse dont refer me on to the wiki octave link as that lead me here in the first place. Much appreciated if someone can point me in the direction of a helpful link....mg

Martin Gay <martingay>
Sun 03 Oct 2010 10:20:19 PM UTC, comment #1: 

I think this is the infamous "oct2mat package problem", and not really a bug in Octave. Please try executing the command

pkg rebuild -noauto oct2mat

at the octave prompt and then restart Octave. More info about this problem may be found here:

http://wiki.octave.org/wiki.pl?OctaveForWindows

John W. Eaton <jwe>
Group administrator
Sun 03 Oct 2010 04:53:58 PM UTC, original submission:  

I have some trouble with plot in windows. I try this commands:

octave-3.2.4.exe:1> x=[0:0.1:2];
octave-3.2.4.exe:2> plot(x,sin(x))
warning: isstr is obsolete and will be removed from a future version of Octave, please use ischar in
stead

And that is all, figure is not shown. If i execute command plot(x,sin(x)) again, it shows but this process is not respond.
I have installed Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe.

When i close my gnuplot windows, plot command no more work.

kru <kruvalig>

 

(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 jordigh (Posted a comment)
  • -email is unavailable- added by martingay (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by kruvalig (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-05-13 jordigh StatusOctave Forge Fixed
    2010-10-03 jwe StatusNone Octave Forge
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code