Package: perl-tk Version: 1:804.027-7 Severity: important
----------------------------------------------- #!/usr/bin/perl use Tk; use strict; use warnings; my $mw = MainWindow->new; my $f = $mw->Frame->pack; my $ff = $f->Frame->pack; $ff->Entry->pack; $ff->Button->pack; $mw->idletasks; # $f->idletasks; # $ff->idletasks; MainLoop(); ------------------------------------------------ Program ends with: *** glibc detected *** malloc(): memory corruption: 0x00000000008edbf0 *** Aborted I know memory leaks in Tk are a known problem, but this program seems so simple I thought it might help. Kind regards, Floris Jan Sicking -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-amd64 Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15) Versions of packages perl-tk depends on: ii libc6 2.3.6.ds1-13etch7 GNU C Library: Shared libraries ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libpng12-0 1.2.15~beta5-1 PNG library - runtime ii libx11-6 2:1.0.3-7 X11 client-side library ii perl 5.8.8-7etch3 Larry Wall's Practical Extraction ii perl-base [perlapi-5.8 5.8.8-7etch3 The Pathologically Eclectic Rubbis ii zlib1g 1:1.2.3-13 compression library - runtime perl-tk recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]