Ticket #5042 (closed bug: fixed)
STM, newArray, and a stack overflow
| Reported by: | basvandijk | Owned by: | simonmar |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2.1 |
| Component: | libraries (other) | Version: | 7.0.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Ketil Malde discovered a stack overflow in the newArray method of a TArray
The attached patch fixes it by replacing replicateM, which causes the stackoverflow, with the custom rep which doesn't.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

