Jason, Something is quite broken with the XS SWIG_init() function under AIX. The shared .so just coredumps on load 100% of the time. I've made a few iterations through with different compiler options, but no luck.
It's going down in Perl_pp_entersub() (pp_hot.c line 2618 - Perl 5.6.1): (void)(*CvXSUB(cv))(aTHXo_ cv) <--- Where (I'm guessing) it's trying to initialize the XS module. I notice that this section of the code has changed quite a bit since 1.5.2. Seems like it must be quite fundamental, but nothing jumps out at me. Steve -- ---------------------------------------------------------------- Steven N. Hirsch tie-line: 446-6557 ext: 802-769-6557 Staff Engineer Methodology Integration Team ASIC Product Development IBM Microelectronics ---------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
