Re: Segfault in threaded program after upgrade to DBI 1.620

2012-05-22 Thread Tim Bunce
Ah, great. Thanks Matt. [Note to self: It's worth checking the bug tracker for updates from users.] DBI 1.621 is on it's way. Tim. On Mon, May 21, 2012 at 10:23:44AM -0500, Matthew Musgrove wrote: > Tim, > Yes, I updated that bug report last week to report that the patch worked > for me. > > T

Re: Segfault in threaded program after upgrade to DBI 1.620

2012-05-21 Thread Matthew Musgrove
Tim, Yes, I updated that bug report last week to report that the patch worked for me. Thanks, Matt On Mon, May 21, 2012 at 7:53 AM, Tim wrote: > Hello Matthew. > > It's worth checking the bug tracker for known problems. > Your problem sounds like > https://rt.cpan.org/Public/Bug/Display.html?id

Re: Segfault in threaded program after upgrade to DBI 1.620

2012-05-21 Thread Tim
Hello Matthew. It's worth checking the bug tracker for known problems. Your problem sounds like https://rt.cpan.org/Public/Bug/Display.html?id=77137 for which we have a patch attached to the ticket. I'm about to make a trial release of 1.621 with that patch included. I'd be grateful if you could

Re: Segfault in threaded program after upgrade to DBI 1.620

2012-05-11 Thread Matthew Musgrove
I've retested with DBI 1.617 and DBI 1.618. Our program does not segfault with either of them so it has to be something specific to the 1.620 changes. Matt On Thu, May 10, 2012 at 10:00 PM, Matthew Musgrove wrote: > We have this threaded program that runs as a daemonized service and it's > been

Re: Segfault in threaded program after upgrade to DBI 1.620

2012-05-10 Thread Matthew Musgrove
Here's the backtrace log. Matt On Thu, May 10, 2012 at 10:00 PM, Matthew Musgrove wrote: > We have this threaded program that runs as a daemonized service and it's > been happy for quite a while using DBI 1.616 and DBD::Oracle 1.30. Last > week, I updated DBI to 1.620 and DBD::Oracle 1.44 and w

Segfault in threaded program after upgrade to DBI 1.620

2012-05-10 Thread Matthew Musgrove
We have this threaded program that runs as a daemonized service and it's been happy for quite a while using DBI 1.616 and DBD::Oracle 1.30. Last week, I updated DBI to 1.620 and DBD::Oracle 1.44 and when I restarted the service, it segfaulted as soon as it created a new thread. I was pretty sure th