"Steven N. Hirsch" <[EMAIL PROTECTED]> writes: > 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.
Bummer. Was this with xlC or with gcc? Thanks, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
