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

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

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


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #41699] imread causes a segmentation fault when exiting Octave
Date: Fri, 11 Jul 2014 13:21:28 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

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

As recommended by Dan and Carne on the mailing list, removing persistent from
the imformats.m file eliminated the Octave crashes I was experiencing.

Removed persistant  from these two lines in imformats.m 
formats = default_formats (); 
formats = struct ( "coder", {}, 
                                "ext", {}, 
                                "isa", {}, 
                                "info", {}, 
                                "read", {}, 
                                "write", {}, 
                                "alpha", {}, 
                                "description", {}, 
                                "multipage", {}); 


    _______________________________________________________

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]