Frank K?ster wrote: > Dear Perl-TK maintainer, > > while investigating a segfault with an other perl-tk script in > tetex-bin, we found that this old bug has not been fixed, or rather > unfixed again: > > Helge Kreutzmann <[EMAIL PROTECTED]> wrote: > > >> FYI, there was once an other Perl-TK segfault in tetex-bin, > >> http://bugs.debian.org/348513 > > > > I've read this now. So I'll provide the info from there, in case it is > > useful: > > ii perl 5.8.8-4 Larry Wall's Practical Extraction and > > Report > > ii perl-tk 804.027-5 Perl module providing the Tk graphics > > librar > > ii xbase-clients 7.1.ds-2 miscellaneous X clients > > > > The minimal test case in > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348513;msg=149 > > still segfaults here, although I have the version where this bug is > > allegedly closed. Do you experience this bug still as well? > > Yes, same here - a sid chroot on a sarge i386 box with linux 2.6.16 from > backports.org: > > [EMAIL PROTECTED]:~$ cat segfaultTK > #!/usr/bin/perl > use Tk; > my $main = new MainWindow; > my $cmdframe = $main->Frame; > my $b = $cmdframe->Button(-font => undef); > [EMAIL PROTECTED]:~$ ./segfaultTK > Segmentation fault > [EMAIL PROTECTED]:~$
Hi Niko, With the patch you provided in February, I released an updated perl-tk package for Debian. I've recently received reports that the minimal testcase you provided along with your patch is still segfaulting. I've verified that the patch you provided is still applied in the current Debian perl-tk package. Any assistance or suggestions you can provide would be greatly appreciated. -- ---------------------------- Michael Schultheiss E-mail: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]