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

Bug 244 - Constant variables in functions cause segfault
Summary: Constant variables in functions cause segfault
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: 3.6 Alpha 3
Hardware: PC Linux
: P1 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-12-22 16:09 CET by Alexandre David
Modified: 2006-01-17 15:36 CET (History)
0 users

See Also:
Architecture:


Attachments
test case (3.36 KB, text/xml)
2005-12-22 16:10 CET, Alexandre David
Details
query file (85 bytes, application/octet-stream)
2005-12-22 16:11 CET, Alexandre David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre David 2005-12-22 16:09:37 CET
The server crashes on the attached system :)
Comment 1 Alexandre David 2005-12-22 16:10:49 CET
Created attachment 82 [details]
test case
Comment 2 Alexandre David 2005-12-22 16:11:26 CET
Created attachment 83 [details]
query file
Comment 3 Gerd Behrmann 2005-12-22 16:48:00 CET
This is triggered by local variables or parameters in functions that are declared const. Workaround: Don't 
declare them const.
Comment 4 Gerd Behrmann 2006-01-17 15:36:17 CET
Fixed on the trunk (rev. 1452).