Menu

#10 Crash whith demo

v1.0 (example)
open
nobody
5
2008-01-14
2008-01-14
newjem
No

Hello

I have th scilab 1.4.2 on 2000 and Vista.
The problem is the same.
I 've extended the stacksize and installed with the binary setup the last SIVP version 0.4.3.

I load by the menu SIVP and I run the demo.

Image reading and showing and this is the crash

--------------------------------------------------
-->filename = SIVP_PATH + '/images/lena.png';

-->if MSDOS then filename=strsubst(filename,'/','\'),end
filename =

C:\PROGRA~1\SCILAB~1.2\contrib\SIVP-0.4.3\\images\lena.png

-->im = imread(filename);

-->imshow(im);
Warning !!!
Scilab has found a critical error (EXCEPTION_ACCESS_VIOLATION)
with "libsivp" function.
Scilab may become unstable.
!--error 144
Undefined operation for the given operands
check or define function %c_a_hm for overloading
at line 28 of function imshow called by :
imshow(im);
line 4 of exec file called by :
exec(sivpdemopath+'image.sce')
in execstr instruction called by :
line -1 of function demoex called by :
demoex(num)
line 32 of exec file called by :

line 0 of function demoex called by :
demoex(num)
line 15 of exec file called by :
exec('SCI/demos/alldems.dem');
------------------------------------------------

The crash happens too with the add gaussian noise.

What can I do

Discussion


Log in to post a comment.