Summary: | Memory leak when generating shortest or fastest traces | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Egon Pedersen <gunman> |
Component: | Engine | Assignee: | Gerd Behrmann <behrmann> |
Status: | ASSIGNED --- | ||
Severity: | major | ||
Priority: | P2 | ||
Version: | 4.0.5 | ||
Hardware: | All | ||
OS: | All | ||
Architecture: | |||
Attachments: |
The model
The query The model |
Description
Egon Pedersen
2007-02-27 15:19:33 CET
Without a model, the queries and instructions on how to reproduce the problem, there is not much we can do to resolve the problem... Please attach the missing files. Created attachment 147 [details]
The model
Created attachment 148 [details]
The query
Its best to use DFS and shortest in diagnostic trace to reproduce the problem, as it will use a lot of memmory then. Created attachment 149 [details]
The model
new version
Do you also see this behavior when the reuse option is turned off? The problem is not related to checking multiple properties. It is in fact a memory leak in the pruning logic used when optimizing trace length. Fixed on the 4.0 branch from rev. 2981. |