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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Jan Pazdziora <jpazdziora@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
                 CC|                            |jpazdziora@xxxxxxxxxx
            Version|15                          |17
         Resolution|WONTFIX                     |---
           Keywords|                            |Reopened

--- Comment #3 from Jan Pazdziora <jpazdziora@xxxxxxxxxx> ---
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/perl-devel



[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]
  Powered by Linux