Hello,

I am having a problem with Storable core-dumping...
OS: Solaris (Sparc) 5.8
Perl: 5.8.0
Storable: 2.0.4


.. it is being used inside of EmbPerl...
(gdb) bt #0 0xff170620 in memcpy () from /usr/platform/SUNW,UltraAX-MP/lib/libc_psr.so.1 #1 0xfef97714 in magic_write () from /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/Storable/Storabl +e.so #2 0xfef97834 in do_store () from /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/Storable/Storabl +e.so #3 0xfef979ac in net_mstore () from /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/Storable/Storabl +e.so #4 0xfef9c304 in XS_Storable_net_mstore () from /usr/local/lib/perl5/5.8.0/sun4-solaris/auto/Storable/Storabl +e.so #5 0x7c4bc in Perl_pp_entersub () #6 0x74670 in Perl_runops_standard () #7 0x27ca8 in S_call_body () #8 0x279a4 in Perl_call_sv () #9 0x85250 in Perl_sv_clear () #10 0x85998 in Perl_sv_free () #11 0x7d878 in do_clean_objs () #12 0x7d7c0 in S_visit () #13 0x7d9ac in Perl_sv_clean_objs () #14 0x24f68 in perl_destruct () #15 0x23f08 in main ()

Any idea what might be causing this and what I can do?...

- Greg

In reply to Storable core dumping... by devnul

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.