Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

MFString concatenation issue #1

Description

@OlivierJean

The following code raises an exception :

file : main.wrl :

DEF SCRIPT Script {
  field MFString myString []

  url "javascript:
    function initialize() {
      var i=0;
      myString[i]='test';
      myString[i]+=' widget';
    }
  "
}

Result :
BUILD FAILED
C:[...]\MemoSDK\tools\ant\common.xml:143: 4 [main] compiler 3068 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
572 [main] compiler 3068 open_stackdumpfile: Dumping stack trace to compiler.exe.stackdump

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions