Bug 14540 - opengrade does not start
Summary: opengrade does not start
Status: RESOLVED DUPLICATE of bug 14108
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Jerome Quelin
QA Contact:
URL:
Whiteboard:
Keywords: Triaged
Depends on:
Blocks:
 
Reported: 2014-11-13 23:11 CET by Alex Loginov
Modified: 2014-12-24 08:51 CET (History)
6 users (show)

See Also:
Source RPM: perl-Tk
CVE:
Status comment:


Attachments

Description Alex Loginov 2014-11-13 23:11:13 CET
Description of problem:
[user@localhost ~]$ opengrade

OpenGrade has been terminated, signal=segv. 
MainWindow->new() at /usr/lib/perl5/vendor_perl/5.20.1/Browser.pm line 65.

Version-Release number of selected component (if applicable): opengrade-3.1.17-4.mga5


How reproducible: always


Steps to Reproduce:
1. install opengrade
2. run opengrade


Reproducible: 

Steps to Reproduce:
Manuel Hiebel 2014-11-14 22:43:57 CET

CC: (none) => dmorganec, fundawang, loginov_alex, olav, thierry.vignaud
Component: Release (media or process) => RPM Packages
Keywords: (none) => Triaged

Comment 1 Alex Loginov 2014-12-24 08:45:56 CET
perl-Tk is broken:

#!/usr/bin/perl -w
        
use Tk;
use strict;
        
my $mw = MainWindow->new;
$mw->geometry("200x100");
$mw->title("Hello World!!!");
$mw->Label(-text => 'Hello World')->pack();
$mw->Button(-text => "Close", -command =>sub{exit})->pack();

MainLoop;

Source RPM: opengrade => perl-Tk
Assignee: bugsquad => jquelin

Comment 2 Alex Loginov 2014-12-24 08:51:06 CET
Thanks for the bug report.
This particular issue has already been reported in our bug tracking system, but please feel free to report any further bugs you find.
In general it is welcome to search for existing reports first to avoid filing duplicates.

*** This bug has been marked as a duplicate of bug 14108 ***

Resolution: (none) => DUPLICATE
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.