Hi,

Nice discovery :)

I get

Faulting application perl.exe, version 5.18.2.2, faulting module perl518.dll, version 0.0.0.0, fault address 0x000d74da.

panic: gv name too long (4294967294) at ...strawberry-perl-5.18.2.2-32bit-portable/perl/lib/Data/Dumper.pm line 587.

which comes from Perl_gv_name_set

If I use

print Dumper( \%{ref($lh)."\::Lexicon" } );
then there is no panic

If I do print keys %Hello::Locale::ru::Lexicon ; it only returns message_code2, but a second time it returns message_code1message_code2

Since lexicon uses perltie/tiehash, I suspect its related to Bug #128588 for perl5: Tied hash magic ignored in references the first time 'round


In reply to Re: Core dump while trying to access %Lexicon in Locale::Maketext subclass by beech
in thread Core dump while trying to access %Lexicon in Locale::Maketext subclass by alexander_lunev

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.