Aladdin - Scala Bugtracking
[#1207] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Nikolay Burak fixed 2007-07-12 11:57:25.0
subject [contrib #683] Error on assigning xml
code
scala> val x = <a>a</a>
x: scala.xml.Elem = <a>a</a>

scala> val y = <a>
a</a>
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
what happened
see code for example
what expected
[back to overview]
Changes of this bug report
Nikolay  edited on  2007-07-12 12:07:58.0
The reported problem is with scala-2.5.1 but it crashes differently with latest checkout
Lex  edited on  2007-07-17 15:05:16.0
This is fixed now.