Ticket #945 (closed bug: fixed)
Sub invocation consumes all memory. (needs testing)
| Reported by: | coke | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | fatal | Keywords: | needs-regression-test |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
The following PIR:
.sub main :main
loop:
consume()
goto loop
.end
.sub consume
.end
Rapidly consumes all memory.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

