Niko Tyni writes:

> As described in the 'perlembed' document, programs embedding Perl
> must use the PERL_SYS_INIT3() and PERL_SYS_TERM() macros to provide
> system-specific tune up of the C runtime environment necessary to run
> Perl interpreters.

I'd like to do this, but I'm currently getting:

  panic: MUTEX_LOCK (22) [regcomp.c:9317] during global destruction.

when I call PERL_SYS_TERM. I'm not able to dig deeper into this right
now (our initialization is a little convoluted; I just hacked it into
main()). If you know what I might be doing wrong or could just point me
to another perl-embedding bug with the same issue that would be a great
help.

-- 
things change.
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to