This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 269

Summary: Function local arrays are not correctly initialised
Product: UPPAAL Reporter: Gerd Behrmann <behrmann>
Component: EngineAssignee: Gerd Behrmann <behrmann>
Status: RESOLVED FIXED    
Severity: major    
Priority: P1    
Version: 3.6 Alpha 4   
Hardware: All   
OS: All   
Architecture:
Attachments: Test case

Description Gerd Behrmann 2006-02-13 19:39:19 CET
Function local arrays that have an initialiser are not properly initialised. Often the value is simply the 
default value and sometimes an error about invalid initial states is produced when uploading it to the 
server.
Comment 1 Gerd Behrmann 2006-02-13 19:40:08 CET
Created attachment 88 [details]
Test case

Test case that assigns a value from a function local array to a global
variable. In the simulator it is clear that the wrong value is assigned to x.
Comment 2 Gerd Behrmann 2006-02-21 15:20:50 CET
Fixed on the trunk as of rev. 1515.