I have C / C ++ code that uses perlcall to call perl scripts and works with Perl version 5.8.90. Due to some memory leak / heap corruption in 5.8.90, we planned to use 5.12.3, the latest version of perl.
When using libperl.so version 5.12.3, our program crashes when calling "PUSHMARK (SP)"; I tried to debug in dbx, but I could only get the following information t @ 32 (l @ 32), completed with a SEGV signal (without displaying on the fault address)
Please let me know if any authority has encountered this problem. Any pointers to find the root cause would be very helpful.
yogishaj
source share