[Scilab-users] Logical Operations (&&, ||) with tlist, mlist, or UserType arguments badly crashes Scilab 6.0.0

Dirk Reusch lists at kybdr.de
Sun Mar 12 15:24:45 CET 2017


Using precompiled Scilab 6.0.0 Linux 64bit, the following procedure
crashes Scilab silently ...

Startup execution:
  loading initial environment

--> a=tlist("T")
 a  = 


       a(1)

 T



--> a & a

Undefined operation for the given operands.
check or define function %T_h_T for overloading.

--> a && a

... SCILAB CRASHES !!!


Please note, the very same  crash results occur, when using the "||"
operator, or mlist, or UserType arguments.

Thanks for any advice and further insight,

Dirk

PS: Tested also with nightly build  branch-6.0-1488991653 ... with the
very same crash results!



More information about the users mailing list