Page 1 of 1

Creating new System object crashes the program (Linux)

Posted: 07 Dec 2015, 16:48
by krvc
Steps to reproduce:
  1. New file (test.acod)

    Code: Select all

    var myObject = new System();
    
  2. Run in shell:

    Code: Select all

    actexec test.acod
It runs for long time and then outputs "terminated by signal SIGSEGV (Address boundary error)"

Happens also in GUI version.

Re: Creating new System object crashes the program (Linux)

Posted: 18 Mar 2016, 22:07
by Jmgr
Thanks for the bug report. Fixed in version 3.9.2 : https://github.com/Jmgr/actiona/issues/50