Summary: | Server connection lost, the server connection has been killed | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Krzysztof Sierszecki <ksi> |
Component: | GUI | Assignee: | Gerd Behrmann <behrmann> |
Status: | CLOSED DUPLICATE | ||
Severity: | minor | ||
Priority: | P2 | ||
Version: | 3.4.0 | ||
Hardware: | PC | ||
OS: | Windows 2000 | ||
Architecture: | |||
Attachments: | Project file causing the problem |
Description
Krzysztof Sierszecki
2003-09-17 11:49:00 CEST
I tried creating a blank model with a declaration like "broadcas chan c;", but this does not trigger the problem. I would appreciate a model reproducing this behaviour. Can the reporter please attach such a model. Thanks. Created attachment 8 [details]
Project file causing the problem
The crash is not caused by the mispelling of "broadcast chan", but by the fact that the parser continous parsing the rest of the document without declaring the two channels. Thus when refering to the channels later on (in the process instantiation section), you hit bug 58. I will mark this bug a duplicate of bug 58 (which has been fixed in CVS). *** This bug has been marked as a duplicate of 58 *** |