Hi Guys
I am having getting a segfault in my code when I use my Inlined C code. Here's the really strange part ... the segfault does not occur in the C code ... it occurs in a Perl function that is called BEFORE I even call the inlined C function !!!!!! The Perl function and the C function take arguments to the same data structures as arguments.
How can my C code cause a segfault (it must be the C code since if I comment the call out, things start working) when it has not even been called?
Thanks for any help !! Nitin