| [#571] | project: compiler | priority: medium | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Martin | Iulian | fixed | 2006-04-23 20:07:18.0 | |
| subject | another exception handling bug | |||
| code |
object exc extends Application {
def foo() = {
while (true) {
try {
} catch {
case ex: Exception =>
}
}
}
}
|
|||
| what happened | java exc Exception in thread "main" java.lang.VerifyError: (class: exc$, method: foo signature: ()V) Unable to pop operan\ d off an empty stack at exc.main(exc.scala) |
|||
| what expected | silent run | |||
| [back to overview] | ||||
| Iulian edited on 2006-05-01 12:17:25.0 |