Segmentation Fault in XS when using threads. Please help

2004-03-20 Thread apothen
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

Re: Segmentation Fault in XS when using threads. Please help

2004-03-20 Thread Nick Ing-Simmons
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