Creating new System object crashes the program (Linux)

If you have found a bug please describe it here
Post Reply
krvc
Posts: 2
Joined: 07 Dec 2015, 15:31

Creating new System object crashes the program (Linux)

Post 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.
User avatar
Jmgr
Admin
Posts: 1649
Joined: 07 Dec 2005, 15:45
Contact:

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

Post by Jmgr »

Thanks for the bug report. Fixed in version 3.9.2 : https://github.com/Jmgr/actiona/issues/50
"My software never has bugs. It just develops random features."
Post Reply