octave-maintainers
[Top][All Lists]
Advanced

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

Just compiled 3.8.1 - Crash on loading an image


From: kellnerp
Subject: Just compiled 3.8.1 - Crash on loading an image
Date: Sat, 20 Sep 2014 08:12:38 -0700 (PDT)

I just compiled Octave 3.8.1 on my Core2duo notebook under Ubuntu 12.10. When
I loaded the image package and tried to run a script I had Octave crashed
(exit code 9). I suspected the image I was loading was the culprit so I
tried loading it from the command line. I got this reading the image:
>> I = imread('IMG_20140905_094102.jpg');
warning: your version of GraphicsMagick limits images to 8 bits per pixel

This image is only 5.3M.

Then I executed this command:
>> figure(1); image(I);
panic: Bus error -- stopping myself...
attempting to save variables too...

and then exit code 7 on the console from which I started Octave.

~/Downloads/octave-3.8.1$ octave3.8 --force-gui
octave exited with signal 7

How should I proceed on something like this?



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Just-compiled-3-8-1-Crash-on-loading-an-image-tp4666609.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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