[Scilab-users] XCOS crashes when period of cscope made smaller than 0.1

rusty148 rsthakur922 at gmail.com
Tue Oct 3 05:46:53 CEST 2017


Hello, I am trying to simulate PID in xcos using an user defined function.

Here is my function

function [y]= tito(a)
    y(1)=a(1)+a(2);
    
endfunction

And the layout is depicted in the picture attached
<http://mailinglists.scilab.org/file/t497659/pid.jpg> 
Whenever I am making the period in xcos smaller than 0.1 it run for few
second and then crashes. 

The eroor log generated reads:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000084ab9916,
pid=2024, tid=1600
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b26) (build
1.8.0_40-b26)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode
windows-amd64 compressed oops)
# Problematic frame:
# C  0x0000000084ab9916
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0000000072e89800):  JavaThread "AWT-EventQueue-0"
[_thread_in_native, id=1600, stack(0x000000007b9b0000,0x000000007d840000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000b2734180

Registers:
RAX=0x00000000acb45cd0, RBX=0x00000000661b0000, RCX=0x000000008b1501d8,
RDX=0x0000000083d10000
RSP=0x000000007d83cda0, RBP=0x00000000006900fc, RSI=0x0000000000000000,
RDI=0x0000000000000001
R8 =0x000000000000000b, R9 =0x000000000000000b, R10=0x000000008b1501d8,
R11=0x00000000b2734180
R12=0x000000008b1501d8, R13=0x000000008a6300b8, R14=0x000000008b1501d8,
R15=0x000000000000000c

and it continues.................


Please help me in this regard.

Thanks



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list