[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43237] Plotting crashes if a file "x.oct" exi
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #43237] Plotting crashes if a file "x.oct" exists in the current directory |
Date: |
Tue, 16 Sep 2014 19:40:43 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 |
URL:
<http://savannah.gnu.org/bugs/?43237>
Summary: Plotting crashes if a file "x.oct" exists in the
current directory
Project: GNU Octave
Submitted by: None
Submitted on: Tue 16 Sep 2014 07:40:41 PM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Crash
Status: None
Assigned to: None
Originator Name: Ian Hutchinson
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.1
Operating System: GNU/Linux
_______________________________________________________
Details:
Title says it all: here's a terminal session to demonstrate:
address@hidden:~/src/octave$ octave
GNU Octave, version 3.8.1
Copyright (C) 2014 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 "x86_64-pc-linux-gnu".
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/get-involved.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=1:20; plot(x)
octave:2> quit
address@hidden:~/src/octave$ touch x.oct
address@hidden:~/src/octave$ octave -q
octave:1> x=1:20; plot(x)
error: caught execution error in library function
error: called from:
error: /usr/share/octave/3.8.1/m/plot/draw/private/__line__.m at line 116,
column 21
error: /usr/share/octave/3.8.1/m/plot/draw/line.m at line 54, column 8
error: /usr/share/octave/3.8.1/m/plot/draw/private/__plt__.m at line 497,
column 10
error: /usr/share/octave/3.8.1/m/plot/draw/private/__plt__.m at line 243,
column 14
error: /usr/share/octave/3.8.1/m/plot/draw/private/__plt__.m at line 202,
column 10
error: /usr/share/octave/3.8.1/m/plot/draw/private/__plt__.m at line 118,
column 17
error: /usr/share/octave/3.8.1/m/plot/draw/plot.m at line 220, column 10
octave:1> quit
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43237>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43237] Plotting crashes if a file "x.oct" exists in the current directory,
anonymous <=