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

Bug 187 - Initialising booleans to non-boolean values causes crash
Summary: Initialising booleans to non-boolean values causes crash
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: 3.5.9
Hardware: All All
: P2 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-08-20 21:19 CEST by Gerd Behrmann
Modified: 2005-08-21 16:47 CEST (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2005-08-20 21:19:04 CEST
If booleans variables are initialised to other values than 0 or 1 (false and true), the engine crashes. The 
intended interpretation is the non-zero values are interpreted as the value true.

The same is true with arguments to boolean parameters.
Comment 1 Gerd Behrmann 2005-08-21 16:47:19 CEST
A fix has been checked into CVS.