in reply to xs, threads and panic
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: xs, threads and panic
by Anonymous Monk on May 20, 2009 at 10:16 UTC | |
by BrowserUk (Patriarch) on May 20, 2009 at 13:22 UTC | |
by Anonymous Monk on May 20, 2009 at 13:32 UTC | |
by BrowserUk (Patriarch) on May 20, 2009 at 13:37 UTC |