This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Scalac hangs while checking exhaustiveness of pattern match

No replies
David Whittaker
Joined: 2011-04-19,
User offline. Last seen 42 years 45 weeks ago.
I ran into an issue in a project of mine where creating a tuple and pattern matching against it results in the compiler hanging and eventually crashing with an OOME.  I've created a reproducible test case and posted it to github: https://github.com/davewhittaker/pattern_match_bug. A Gist of a stack trace taken during the compile is here: https://gist.github.com/1627701.  I see there are a good amount of open bugs related to pattern matching so I'd like to get confirmation that this isn't already known about before creating a new one.
Thanks,Dave

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland