From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2013-07-14 20:44:18
|
https://bugzilla.gnome.org/show_bug.cgi?id=704143 gnome-perl | Gtk3 | unspecified --- Comment #2 from Torsten Schoenfeld <kaf...@gm...> 2013-07-14 20:44:04 UTC --- This appears to be due to a memory-corrupting bug in Glib. It doesn't seem to be related to Exporter; all you need is three imports of Gtk3: #!/usr/bin/perl package Bla; use Gtk3; package BlaBla; use Gtk3; package main; use Gtk3; The above patch should fix the issue; please try it. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |