| [#1017] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Iulian | Martin | fixed | 2007-03-23 19:29:46.0 | |
| subject | [contrib #400] Exponential XML bug is back | |||
| code |
// 'foo' is not defined
<x><x><x><x><x><x><x><x><x><x><x><x><x><x><x><x><x><x>{ foo }</x></x></x></x></x></x></x></x></x></x></x></x></x></x></x></x></x></x> |
|||
| what happened | The above spins for about a minute for me. In general, time taken appears exponential in the complexity of the s\ urrounding XML (the real case I have takes hours to terminate with much less nesting than above). |
|||
| what expected | Compile should fail in a more reasonable time. | |||
| [back to overview] | ||||
| Iulian edited on 2007-03-23 19:30:43.0 |
| Although it seems like a duplicate of 1011, the current SVN version still takes loads of time to report an error. |
| Martin edited on 2007-03-30 17:13:32.0 |