Hi,
I am using perlembed to invoke perl code from C. My application was not multithreaded and it worked fine when invoking like this:
SV * val = eval_pv(command.c_str(), false);
It started crashing in eval_pv when calling this from another thread. I had to put static as I found on some...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.