|
| From: | Andres Sicard-Ramirez |
| Subject: | [Octave-bug-tracker] [bug #49271] Using exit() in batch mode throws 'octave::exit_exception' |
| Date: | Thu, 28 Sep 2017 18:16:34 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Follow-up Comment #8, bug #49271 (project octave):
I could reproduce the issue with Octave 4.2.1:
$ cat foo.m
a = 5
exit
$ octave -f foo.m
a = 5
terminate called after throwing an instance of 'octave::exit_exception'
panic: Aborted -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
octave exited with signal 6
$ octave --version
GNU Octave, version 4.2.1
Copyright (C) 2017 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.
Octave was configured for "x86_64-pc-linux-gnu".
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49271>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |