octave-maintainers
[Top][All Lists]
Advanced

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

Re: Segmentation Fault with Octave MXE under Windows


From: ijourneaux
Subject: Re: Segmentation Fault with Octave MXE under Windows
Date: Thu, 10 Jul 2014 09:30:18 -0700 (PDT)

I just tried the changes proposed by David and Carne

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

Low and behold there is no segfault  after test imread; exit(0)

PS I can appreciate that debugging without a similar environment is not much
fun. I am glad to help in any way.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Segmentation-Fault-with-Octave-MXE-under-Windows-tp4664305p4665393.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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