[Bug 628655] perl segfaults when joining a thread and using perl-Tk

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 8 08:14:58 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=628655

Jan Pazdziora <jpazdziora at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
                 CC|                            |jpazdziora at redhat.com
            Version|15                          |17
         Resolution|WONTFIX                     |---
           Keywords|                            |Reopened

--- Comment #3 from Jan Pazdziora <jpazdziora at redhat.com> ---
This segfaulting in Fedora 17:

$ cat > ./threadtest.pl
use strict;
use Tk;
use threads;

sub init {
    print "exiting init\n";
}

my $thread1  = threads->create("init");

my $mw = MainWindow->new();
$thread1->join();
print "finished\n";
exit(0);
$ perl ./threadtest.pl
exiting init
finished
Segmentation fault
$ echo $?
139
$ rpm -q perl perl-Tk
perl-5.14.2-212.fc17.x86_64
perl-Tk-804.029-6.fc17.x86_64
$ 

Reopening.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the perl-devel mailing list