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 06:49:46 -0700 (PDT)

I created a simple image using
a = repmat (uint8 (0:255), 100, 1);
imwrite (a, "test.png"); 

Exited Octave and came back in

a= imread("test.png")
imshow(a)  (the image looks correct)
exit(0)

results in a segfault

I went back to my original bug submission
imread bug <https://savannah.gnu.org/bugs/?41699>  

a=imread("test.png") followed by
clear -f 
or 
clear functions 
causes an immediate Octave crash

while
a=imread("test.png") followed by
clear _magick_read_ 
does not cause an immediate crash but you get the same segfault when you
exit Octave




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



reply via email to

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