in reply to sv_setpv aborts when the SV (perl output array)have more than 127 size

I haven't delved into this area of Perl, but heaps are meant for dynamic allocation of individual records, rather than arrays of records. So it seems as a pure guess, you should either allocate each record individually in a linked list or use the stack to make it function like an array.

One world, one people

  • Comment on Re: sv_setpv aborts when the SV (perl output array)have more than 127 size