<br><br><div><span class="gmail_quote">On 10/9/06, <b class="gmail_sendername">Stephan Brunner</b> &lt;<a href="mailto:stephan.brunner@gmx.de">stephan.brunner@gmx.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(Maybe my mail has been overlooked because I unintentionally replied to<br>the &quot;Prefetching multiple has_many relationships&quot; thread. I dare to post it<br>again.)<br><br>Hi all,<br><br>there's some details / history to this issue at
<br><a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/msg18725.html">http://www.mail-archive.com/sqlite-users%40sqlite.org/msg18725.html</a><br><br>Basline: My app (using DBIC 0.07002, DBD::SQLite 1.13, Perl 
5.8.7 on kubuntu<br>6.06) is sometimes segfaulting when I repeatedly cause an exception in the<br>database (e.g. via invalid inserts).<br>I tracked down the issue to a minimum sample script (see below for sample with<br>DBIC; see discussion above for sample with CDBI).
<br><br>The thing is: the segfault occurs when using DBIC or CDBI, but not if I'm<br>using plain DBI. I'm not deep enought into this stuff to know what DBIC and<br>CDBI do different than plain DBI...<br><br>The other thing is: It happens with DBD::SQLite 
1.13, but not with 1.12 nor<br>1.11.</blockquote><div><br><br>DBD::SQLite 1.13 is likely at fault.&nbsp; All of us have had strange test failure and whatnot with it, and downgrading to 1.12 is the fix for now.&nbsp; There are two bugs filed against 
1.13 on <a href="http://rt.cpan.org">rt.cpan.org</a> that you can read.&nbsp; In the one by John Siracusa, Matt has replied saying he fixed the bug on Sep 19th, but there hasn't been a release to CPAN since then.<br><br><a href="http://rt.cpan.org/Public/Bug/Display.html?id=21472">
http://rt.cpan.org/Public/Bug/Display.html?id=21472</a><br><a href="http://rt.cpan.org/Public/Bug/Display.html?id=21406">http://rt.cpan.org/Public/Bug/Display.html?id=21406</a><br><br>-- Brandon<br><br></div><br></div>