[Bioperl-l] [Bioperl-guts-l] [Bug 1355] Segmentation error from Bio::Index::Fasta (fwd)

Jason Stajich jason@cgt.mc.duke.edu
Mon, 16 Dec 2002 21:42:51 -0500 (EST)


I think I've managed to fix the bug peter - will need to test on older
and newer versions of perl from 5.6.1.

-j

--
Jason Stajich
Duke University
jason at cgt.mc.duke.edu

---------- Forwarded message ----------
Date: Mon, 16 Dec 2002 21:21:35 -0500 (EST)
From: bugzilla-daemon@cvs.open-bio.org
To: bioperl-guts-l@bioperl.org
Subject: [Bioperl-guts-l] [Bug 1355] Segmentation error from
    Bio::Index::Fasta

http://bugzilla.bioperl.org/show_bug.cgi?id=1355

jason@open-bio.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jason@open-bio.org  2002-12-16 21:21 -------
I think I've got it fixed.  Works on linux RHL 7.3 Perl 5.6.1 and solaris perl
5.6.1 -- older versions of perl need to be tested.

sub DESTROY {
  my $self = shift
+ untie($self->{'_DB'});
- untie(%{$self->db});
}



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Bioperl-guts-l mailing list
Bioperl-guts-l@bioperl.org
http://bioperl.org/mailman/listinfo/bioperl-guts-l