|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #55082] clearing variables results in crash on 4.4.1 GUI (but not command line version) |
| Date: | Fri, 23 Nov 2018 17:57:18 -0500 (EST) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.104 |
URL:
<https://savannah.gnu.org/bugs/?55082>
Summary: clearing variables results in crash on 4.4.1 GUI
(but not command line version)
Project: GNU Octave
Submitted by: None
Submitted on: Fri 23 Nov 2018 10:57:17 PM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Segfault, Bus Error, etc.
Status: None
Assigned to: None
Originator Name: rlcross
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 4.4.1
Operating System: Microsoft Windows
_______________________________________________________
Details:
Run time crashing for a program running on
GUI version 4.4.1 on MS Windows
but does not crash on the CLI for version 4.4.1
and not at all (neither GUI or CLI) on version 4.2.1
after much experimenting I determined it was related to clearing of variables.
The following minimum code will cause it to happen on my HP laptop running
Windows 10
for i=1:1000
b = rand(100);
clear b
end
(I currently do not have access to other computers for comparison)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55082>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |