Hello,

I think I found a bug in the current 6.0 branch:

a=uint8(rand(2,2)*255);
b=rand(2,2);
//let's be sure not to divide by 0
while or(b==0)
    b=rand(2,2);
end
//adios amigo: Segmentation fault (core dumped)
a./b

Dividing a uint8 matrix by a double matrix is always causing a segfault on my machine.
Can you reproduce this bug on your machine?
Does anyone know whether it's a known bug or not?

I have found : https://bugzilla.scilab.org/show_bug.cgi?id=15716 but it is not exactly the same (I don't do any division by zero, just element-wise division.


Cheers,


Antoine

--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 Antoine Monmayrant LAAS - CNRS
 7 avenue du Colonel Roche
 BP 54200
 31031 TOULOUSE Cedex 4
 FRANCE

 Tel:+33 5 61 33 64 59
email : [email protected]
 permanent email : [email protected]

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to