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

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

[Octave-bug-tracker] [bug #41699] imformats causes a segmentation fault


From: Rik
Subject: [Octave-bug-tracker] [bug #41699] imformats causes a segmentation fault on Windows when Octave exits
Date: Thu, 03 Dec 2015 17:18:41 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #92, bug #41699 (project octave):

Re-testing with a recent tip (20787:62564952e161) crossbuilt with MXE and the
problem is still there.

Using Mike's whatever.m script, the following segfaults


whatever
clear all

OR

whatever
exit


But the following works


whatever
clear -f whatever
exit


The following does not work


whatever
clear -f
clear all


This suggests that something in the cleanup routines is not correct.  When
whatever.m is directly cleared, there is no segfault.  But when 'clear -f' is
used there are apparently some things which are not cleaned up. 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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