google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

infinte loop parsing certain Umple code #653

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following code causes an infinite loop, most likely in the parser. It 
causes compilation to use up all the CPU until killed. This was causing big 
problems with UmpleOnline until CPU limits were installed

Nonetheless this case needs investigating

class CarWindowController {
  CarWindow {
   Open {
      up[x.y -> Closing;

    }
  }
}

Original issue reported on code.google.com by TimothyCLethbridge on 15 Nov 2014 at 9:35

GoogleCodeExporter commented 9 years ago
Started to look into it.

Original comment by ufo...@gmail.com on 11 Feb 2015 at 3:51