Bug 14540

Summary: opengrade does not start
Product: Mageia Reporter: Alex Loginov <loginov_alex>
Component: RPM PackagesAssignee: Jerome Quelin <jquelin>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: Normal CC: dmorganec, fundawang, loginov_alex, olav, sysadmin-bugs, thierry.vignaud
Version: CauldronKeywords: Triaged
Target Milestone: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Source RPM: perl-Tk CVE:
Status comment:

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