Hi,
I am trying to use the thread features in my perl XS module and getting
"Segmentation Fault". I am creating two threads at a time and trying to
execute a function which calls perl_call_sv() to convert given string
to an array. "Segmentation Fault" is happening especially when I use
other m
Apothen <[EMAIL PROTECTED]> writes:
>Hi,
>I am trying to use the thread features in my perl XS module and getting
>"Segmentation Fault". I am creating two threads at a time and trying to
>execute a function which calls perl_call_sv() to convert given string
>to an array.
There can only be one