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

Bug 433 - Empty system section causes 'syntax error, unexpected $end' in wrong place
Summary: Empty system section causes 'syntax error, unexpected $end' in wrong place
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 4.0.6
Hardware: PC Linux
: P2 minor
Assignee: Marius Mikučionis
URL:
Depends on:
Blocks:
 
Reported: 2007-11-28 04:13 CET by Timothy Bourke
Modified: 2019-11-01 13:02 CET (History)
1 user (show)

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Bourke 2007-11-28 04:13:18 CET
To reproduce:
1) Create a new model.
2) Add a new state and declare a clock x.
3) Add a transition from the existing state to new state with guard: x > 0.
4) Delete all text under 'System declarations'.
5) Check Syntax

The 0 in the only guard is underlined with the error:
    syntax error, unexpected $end

This is not the same as bug #160 because the <system> section is present, but empty.
Comment 1 Alexandre David 2007-11-29 18:14:13 CET
The bug was caused by an overflow. It is now detected in rev. 3350.
Comment 2 Alexandre David 2007-11-29 18:15:12 CET
Sorry, wrong entry, bugzilla redirected me to the wrong bug. Bug 432 was fixed, not 433.
Comment 3 Marius Mikučionis 2019-10-21 10:17:34 CEST
taking over
Comment 4 Marius Mikučionis 2019-11-01 13:02:20 CET
the issue still persists, working on it