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

Bug 61

Summary: Server connection lost, the server connection has been killed
Product: UPPAAL Reporter: Krzysztof Sierszecki <ksi>
Component: GUIAssignee: 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
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 ***