Click here to get back home

Segmentation Fault with Gtk2

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Segmentation Fault with Gtk2 Guenther Sohler 08-10-2005
Posted by Guenther Sohler on August 10, 2005, 3:10 pm
Please log in for more thread options



I have a problem with List Widgets in Gtk2-perl

I have simplified my program to this one.
But it still produces a segmentation fault on my sparc sun solaris 2.9
machine. Do i use it in a wrong way ?

#!/usr/bin/env perl
use Gtk2 '-init';
use strict;

my @list_items = ( new Gtk2::ListItem->new_with_label( "test" ) );
my $lst=new Gtk2::List();
$lst->append_items(@list_items);

my $window = new Gtk2::Window( "toplevel" );
$window->add( $lst ) ;
$window->show_all();
Gtk2->main;




Posted by Eric Schwartz on August 17, 2005, 11:22 am
Please log in for more thread options


> I have a problem with List Widgets in Gtk2-perl
>
> I have simplified my program to this one.
> But it still produces a segmentation fault on my sparc sun solaris 2.9
> machine. Do i use it in a wrong way ?

I don't know, but I can confirm this on Debian unstable, with
libgtk-perl at version 0.7009-3, and gtk at libgtk1.2 at 1.2.10-17.

-=Eric


Similar ThreadsPosted
Segmentation fault with perl 5.8.8 July 11, 2006, 6:03 am
LWP::UserAgent + HTTPS + threads ==> segmentation fault November 11, 2004, 9:57 pm
Perl6::Rules character class Segmentation Fault October 28, 2004, 10:32 am
Modules Geo::OGC::Geometry and Gtk2::Ex::Geo July 17, 2007, 8:46 am
problem installing Gtk2 Module January 10, 2005, 1:44 pm
Segmentation violation in Math:Pari when used in connection with Thread:Pool February 2, 2006, 4:18 am
fault installing DBD::mysql in solaris 9 January 30, 2005, 7:02 am
Invalid Page Fault With Win32::GUI Under Win98 July 9, 2004, 5:27 pm
SOAP::Lite services fault processing March 7, 2007, 12:22 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap