I've encountered similar problems trying to use callbacks from XS & Inline::C with 5.10. Code that worked at 5.8.x (with and without threads).
I suspect, but cannot definitively prove, that when the internal structures were revamped circa 5,9.something to reduce memory consumption, one or more of the macros involved in performing callbacks were not updated (correctly) and the testing slipped through the cracks.
Try running your code under 5.8.8 (or earlier) and see if that makes the problem 'go away'. If so, you may have a test case simple enough that p5p will accept it as a demonstration of real internals error rather than decrying it as user error; too verbose; wrong platform; or some other excuse for ignoring it.
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.