[Bug 598160] genkey segfaults

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 16 15:15:15 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #9 from Petr Pisar <ppisar at redhat.com> 2010-06-16 11:15:11 EDT ---
This is more minimal test case:

#!/usr/bin/perl -w

use Newt;
Newt::Init();

#my $ok = Newt::Button("OK", 0);
my $panel = Newt::Panel(1, 1, "Panel example");

Newt::Finished();


If you create Newt::Panel, it will segfault. If you create Newt::Button
instead, it will not.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list