Ticket #1399 (closed bug: fixed)
Array unshift/access broken
| Reported by: | plobsing | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | trunk |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
The Array PMC breaks (segfaults) when a large number of PMCs are unshifted onto it and then are accessed. I suspect that this is in the resizing code because no such error occurs when the array is pre-allocated.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

