possible bug in PerlIO::encoding #11614
Comments
From perlbug@plan9.deCreated by perlbug@plan9.deWhile browsing the source for encoding.xs (5.12.4), I saw this comment: /* the code then uses PUSHSTACKi/POPSTACK, with this extra comment: /* Encode needs a lot of stack - it is likely to move ... */ And encoding.pm contains: # Equivalent of this is done in encoding.xs - do not uncomment. So apparently this code is an attempt to avoid segfaults due to stack Obviously, doing it from encoding.xs only reduces the chances of a stack If stack changes are indeed a problem, then the problem cannot be in I didn't have time to investigate this in detail, so forgive me when my Perl Info
|
From zefram@fysh.orgperlbug@plan9.de wrote:
There are many places that are liable to hold lurking stack-reallocation -zefram |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#98060 (status was 'open')
Searchable as RT98060$
The text was updated successfully, but these errors were encountered: