in reply to Re^3: xs, threads and panic
in thread xs, threads and panic
I didn't realize it was WAD after getting errorvoid registCallback(cb) SV* cb; PROTOTYPE: $ PPCODE: if (callback_ref == (SV*)NULL) { callback_ref = newSVsv((SV*)cb); } else { SvSetSV(callback_ref, cb); }
:)Bizarre copy of CODE in entersub (#1) (P) Perl detected an attempt to copy an internal value that is not copyable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: xs, threads and panic
by BrowserUk (Patriarch) on May 20, 2009 at 13:37 UTC |