Could this be related to bug 75614? https://rt.cpan.org/Public/Bug/Display.html?id=75614
Matt On Fri, Oct 26, 2012 at 3:24 PM, Matthew Musgrove <mr.musk...@gmail.com>wrote: > So once again we're seeing segmentation and general protection faults when > using DBI with threads. I've tested it with Perl 5.12.3, 5.14.3, and > 5.16.1. The backtraces keep pointing to DBI.xs line 3265: > > #0 0x00002aaaaaaddd8f in XS_DBI_dispatch (my_perl=0x2ed7310, > cv=0x3448528) at DBI.xs:3265 > 3265 if ((i = DBIc_DEBUGIV(imp_xxh))) { /* merge handle into global > */ > > Has anyone else seen this? > > I don't even know how to begin to recreate the failure outside of this one > daemon process. > > I'll try reverting to DBI 1.61 (I can't go further back that than or I'll > hit bug 77137 again) and see it is still an issue. > > Matt >