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

Bug 61 - Server connection lost, the server connection has been killed
Summary: Server connection lost, the server connection has been killed
Status: CLOSED DUPLICATE of bug 58
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: GUI (show other bugs)
Version: 3.4.0
Hardware: PC Windows 2000
: P2 minor
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2003-09-17 11:49 CEST by Krzysztof Sierszecki
Modified: 2004-03-15 07:51 CET (History)
0 users

See Also:
Architecture:


Attachments
Project file causing the problem (2.44 KB, application/octet-stream)
2003-09-17 14:38 CEST, Krzysztof Sierszecki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Sierszecki 2003-09-17 11:49:00 CEST
Misspelling, the 'brodcast chan' in Global declarations causes the error: 
server.exe - Application Error: The memory could not be read
Comment 1 Gerd Behrmann 2003-09-17 14:18:30 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.
Comment 2 Krzysztof Sierszecki 2003-09-17 14:38:18 CEST
Created attachment 8 [details]
Project file causing the problem
Comment 3 Gerd Behrmann 2003-09-17 15:40:41 CEST
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 ***