Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 00:02:52 GMT
From:      William Parsons <wbparsons@alum.mit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126055: segmentation fault running perl-tk
Message-ID:  <200807290002.m6T02qBu079329@www.freebsd.org>
Resent-Message-ID: <200807290010.m6T0A12x052933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126055
>Category:       ports
>Synopsis:       segmentation fault running perl-tk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 29 00:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     William Parsons
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
FreeBSD nephthys.thalatta.eme 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

Perl version:    perl-5.8.8_1
Perl/Tk version: p5-Tk-804.027_2


>Description:
The minimal Perl/Tk program included below causes a segmentation fault when the Exit button is hit.  The problem is *not* exhibited on a FreeBSD 6.1-RELEASE system with perl-5.8.8 & p5-Tk-804.027.  No special compilation options have been used (default configuration).
>How-To-Repeat:
#!/usr/bin/env perl
use strict;
use warnings;

require Tk;
import  Tk;

my $main   = MainWindow->new;
my $button = $main->Button(-text => 'Exit', -command => sub { exit })->pack;

MainLoop();
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807290002.m6T02qBu079329>