# New Ticket Created by Ilya Belikin # Please include the string: [perl #58474] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58474 >
And excuse me again -- open ticket #58352 about that problem. 2008/8/31 Илья <[EMAIL PROTECTED]>: > Oh, excuse me: > --- > osname= linux > osvers= 2.6.15.7 > arch= i486-linux-gnu-thread-multi > cc= cc > --- > Flags: > category=core > severity=critical > ack=no > --- > > --- > Summary of my parrot 0.7.0 (r30645) configuration: > configdate='Sat Aug 30 04:01:46 2008 GMT' > Platform: > osname=linux, archname=i486-linux-gnu-thread-multi > jitcapable=1, jitarchname=i386-linux, > jitosname=LINUX, jitcpuarch=i386 > execcapable=1 > perl=/usr/local/bin/perl > Compiler: > cc='cc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS > -DDEBIAN -pipe -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED > -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL > -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED > -DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16 > -fvisibility=hidden -maccumulate-outgoing-args -W -Wall > -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts > -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat > -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k > -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch > -Wmissing-braces -Wmissing-field-initializers > -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked > -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point > -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 > -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas > -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast > -Wc++-compat -Wdeclaration-after-statement > -Wimplicit-function-declaration -Wimplicit-int -Wmain > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull > -DDISABLE_GC_DEBUG=1 -DNDEBUG -O2 -DHAS_GETTEXT', > > > 2008/8/31 Илья <[EMAIL PROTECTED]>: >> Hi! >> >> my $string = '%CD'; >> while ( $string ~~ /\%(..)/ ) { >> my $match = $0; >> } >> >> that die with Null PMC access in get_pmc_keyed_int() >> >> Ihrd >> Vladivostok.pm >> >