Opened 14 years ago
Last modified 14 years ago
#1284 closed defect (fixed)
The parser segfaults on incomplete models
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Parser | Version: | 1.6.0 |
Keywords: | Cc: | Per Östlund, Martin Sjölund |
Description
A model such as
class
or
class A
causes the parser to segfault. It would be nice if it gave an error instead.
Note:
See TracTickets
for help on using tickets.
Fixed in r6140. No testcase added (too specific bug).