[request-tracker-maintainers] Bug#632129: Segfault with RT + Pg + mod_perl + mod_ssl

Alex Vandiver alexmv at bestpractical.com
Wed Nov 9 08:26:49 UTC 2011


Heya,
  I have reduced this bug to the minimal test case, involving an
rt-server consisting of:

    use strict;
    use warnings;
    use DBI;
    
    my $FAIL = 1;
    my $dbh = DBI->connect("dbi:Pg:dbname=rtdb;host=localhost;"
                          ."sslmode=". ($FAIL ? "require" : "disable"),
                           "rtuser","password");
    $dbh->{InactiveDestroy} = 1;
    return sub {};

Please give the attached patch, which explains the full circumstances
of the bug, a whirl.  I believe you'll need to apply it from within
/usr/share/request-tracker4/

 - Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Restore-database-disconnection-state-after-successfu.patch
Type: text/x-patch
Size: 2100 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-request-tracker-maintainers/attachments/20111109/27d9f148/attachment.bin>


More information about the pkg-request-tracker-maintainers mailing list