Opened 9 years ago

Closed 5 years ago

#46805 closed defect (worksforme)

p5.20-tk @804.32.0_1 (perl) segfaults

Reported by: jgrg (James Gilbert) Owned by: chrstphrchvz (Christopher Chavez)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: p5-tk

Description

Installing perl/Tk, the version that comes with p5.20 segfaults, but p5.18-tk and p5.16-tk seem to work fine:

$ perl5.20 -e 'use Tk; my $w = MainWindow->new'
Segmentation fault: 11
$ perl5.18 -e 'use Tk; my $w = MainWindow->new'
$ perl5.16 -e 'use Tk; my $w = MainWindow->new'

I'm using Xcode 6.1 on Yosemite on a 64 bit machine.

Change History (5)

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Keywords: perl/Tk p5-tk removed
Port: p5-tk added; p5.20-tk removed

comment:2 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Can't reproduce this with perl5.26 @5.26.2_1, p5.26-tk @804.34.0_1 on macOS Mojave 10.14.1.

comment:3 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

comment:4 Changed 5 years ago by mf2k (Frank Schima)

Cc: chrstphrchvz removed
Owner: changed from macports-tickets@… to chrstphrchvz
Status: newassigned

comment:5 Changed 5 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: assignedclosed

Please re-open this ticket if this problem still exists for you with p5.28-tk.

Note: See TracTickets for help on using tickets.