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

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

[Octave-bug-tracker] [bug #35933] GNU Octave 3.6.1 crashes with plot and


From: anonymous
Subject: [Octave-bug-tracker] [bug #35933] GNU Octave 3.6.1 crashes with plot and gnuplot
Date: Wed, 21 Mar 2012 11:36:50 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; .NET4.0E)

URL:
  <http://savannah.gnu.org/bugs/?35933>

                 Summary: GNU Octave 3.6.1 crashes with plot and gnuplot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 21 Mar 2012 11:36:49 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Dave
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Heared, that octave may replace Matlab. Thus I just downloaded and unziped
Octave3.6.1_gcc4.6.2_20120303.7z to d:\octave and started using the link. 

Tried to test Octave with

x = (-10:0.1:10)';
plot(x)

which crashed after some time without showing any error. (Great user
experience, btw.)

When starting octave.exe from the command line I get

D:\octave\Octave3.6.1_gcc4.6.2\bin>octave.exe
GNU Octave, version 3.6.1
Copyright (C) 2012 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i686-pc-mingw32".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.

octave:1> x = (-10:0.1:10)';
octave:2> plot(x)
panic: Segmentation violation -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
error: get: unknown figure property closerequestfcn
error: get: unknown figure property deletefcn
error: get: unknown figure property closerequestfcn
error: get: unknown figure property __plot_stream__

D:\octave\Octave3.6.1_gcc4.6.2\bin>


I'm trying running octave on a Windows XP SP3 in a corporate environment. 

Best regards





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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