Will Coleda (via RT) wrote:
# New Ticket Created by Will Coleda # Please include the string: [perl #57260] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57260 >


Tripped over these trying to run some spec tests for Tcl. I have no
idea what $S0 should have after the invocation, but the current
segfaults are undoubtedly incorrect.
>

If someone wants to fix this, the following works as a minimal test case.

.sub kaboom
    $P0 = new 'ResizableIntegerArray'
    push $P0, -1
    push $P0, 1
    $S0 = sprintf "%*c", $P0
.end

Reply via email to