Your message dated Sat, 3 Jan 2009 13:22:40 +0000
with message-id <[email protected]>
and subject line close #505453 unreproducable
has caused the Debian Bug report #505453,
regarding perl-tk: memory corruption, aborted
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
505453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Tested on i386 and amd64. 

Unable to reproduce bug.


--- End Message ---

Reply via email to