|
| From: | Ian Journeaux |
| Subject: | [Octave-bug-tracker] [bug #42488] "imread" usage causes crash under Windows |
| Date: | Mon, 02 Jun 2014 17:36:37 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36 |
Follow-up Comment #3, bug #42488 (project octave):
This could be the same bug
test imread;
clear all;
results in the same crash information I got with
myimg = imread('dummy.jpg');
clear all;
In both cases:
panic: Segmentation violation -- stopping myself...
0x68A807C0 (0x0022F560 0x055D1ED0 0x0022FFC4 0x76A08CD5), _ZN5ArrayIdED2Ev() +
0x10 bytes(s)
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
I was unable to replicate H.G.Hardy observation that just running a script
twice causes the crash. Perhaps the script involved has a clear all statement?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42488>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |