|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #52080] Segmentation fault when calling clear all on classdef with local functions that cause parse error |
| Date: | Thu, 21 Sep 2017 10:18:12 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
Follow-up Comment #4, bug #52080 (project octave):
The problem is that we are installing local functions as we find them, but
then if there is a parse error, we try to clean up the list of local functions
that we've found but they also still exist in the table of local functions. I
think the solution is to defer installing them in the table of local functions
until after the file is parsed correctly. I'm working on a patch to do that.
I'm sure that there is still a segfault with the --no-gui option, it's just
that the wrapper program is hanging when that happens. That's a separate
bug.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52080>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |