Summary: | Constant variables in functions cause segfault | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Alexandre David <adavid> |
Component: | Engine | Assignee: | Gerd Behrmann <behrmann> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P1 | ||
Version: | 3.6 Alpha 3 | ||
Hardware: | PC | ||
OS: | Linux | ||
Architecture: | |||
Attachments: |
test case
query file |
Description
Alexandre David
2005-12-22 16:09:37 CET
Created attachment 82 [details]
test case
Created attachment 83 [details]
query file
This is triggered by local variables or parameters in functions that are declared const. Workaround: Don't declare them const. Fixed on the trunk (rev. 1452). |