Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: XS replacing my c library, not compatible with OS threads

by SankoR (Prior)
on Nov 30, 2010 at 21:17 UTC ( [id://874574]=note: print w/replies, xml ) Need Help??


in reply to XS replacing my c library, not compatible with OS threads

Yep. The default behavior is great for core perl development but can be a major headache for green XS and embedding authors.

The 'secret' is to #define NO_XSLOCKS before including XSUB.h. If left undefined, XSUB.h will redefine a long list of functions/macros (including free, malloc, and exit) with internal versions.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://874574]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found