Hi,

> I'm pointing at Class::XSAccessor since it's my only hint.
> Seems to me that DBIx::Class uses Class::XSAccessor through
> Class::Accessor::Grouped. That's the only use of Class::XSAccessor
> I could find in my perl directories.

The first thing I'd suggest is making sure you have the latest
version.  There's some stuff about recent fixes for segfaults in the
changes file.

> Next thing I'm going to try is to selectively remove bits from
> my startup.pl to pinpoint areas of the code that might
> lead to this segfault.

Not a bad idea, but you also could remove Class::XSAccessor
completely.  The DBIx::Class docs say it's optional.

- Perrin

Reply via email to