http://www.perlmonks.org?node_id=11118926


in reply to Re^2: Crash at perl_parse() function
in thread Crash at perl_parse() function

So do you have a C++ program which creates threads, and within those threads calls are made to perl_construct(), perl_parse() etc, and one of those threads is crashing?

As someone suggested above, reduce your issue to a simple self-contained example, or it's unlikely anyone here will be able to help you. Obvious suggestions are that your code isn't setting things up correctly (e.g. no call to PERL_SYS_INIT3()), or that something in your code is doing something which isn't threadsafe.

Dave.