| [#1103] | project: compiler | priority: high | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Sean | Burak | fixed | 2007-05-11 13:05:51.0 | |
| subject | XML parse error exhausts heap (dup. #1073?) | |||
| code |
package test;
class Test {
val x = <world><hello>xxxx hhh zzz</hello>
} |
|||
| what happened | sean-mcdirmid:~/workspace/test13 mcdirmid$ ../scala/build/locker/bin/scalac src/test/Test.scala src/test/Test.scala:4: error: in XML literal: in XML content, please use '}}' to express '}' } ^ Exception in thread "main" java.lang.OutOfMemoryError: Java heap space |
|||
| what expected | ||||
| [back to overview] | ||||
| Gilles edited on 2007-05-11 14:03:15.0 |
| Probably duplicate from #1073 |
| Stephane edited on 2007-05-15 12:11:08.0 |
| works in rev11035 |