Still crashes for me in Devel::Peek::Dump - but at least I can see what you have got, which will help.
If I can stop writing responses (both here and elsewhere) I might even find time to do some thinking.

My bug report is here.
So far only one response (from Tony Cook):

It's a bug in the 32-bit x86 ABI, see:
https://rt.perl.org/Ticket/Display.html?id=125710
where we first saw the problem, and:
http://stackoverflow.com/questions/22816095/signalling-nan-was-corrupted-when-returning-from-x86-function-flds-fstps-of-x87
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57484#c12
Material which that perlmonks discussion appears to cover.


Pretty much what Buk has been saying (surprise, surprise), though I haven't yet fully digested those threads.

I've followed up Tony's reply by pointing out the very similar behaviour I see with MSWin32-x64-multi-thread-ld architectures - as I'm not so sure *that* behaviour can be explained in terms of the 32-bit x86, x87 ABI.
No repsonses to that as yet.

Cheers,
Rob

In reply to Re^13: unintentional conversion of signaling NaN to quiet NaN by syphilis
in thread unintentional conversion of signaling NaN to quiet NaN by pryrt

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.