From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2011-04-10 04:06:10
|
https://bugzilla.gnome.org/show_bug.cgi?id=647309 gnome-perl | Gtk2 | unspecified --- Comment #5 from Zhihao Yuan <li...@gm...> 2011-04-10 04:05:57 UTC --- (In reply to comment #4) > (In reply to comment #3) > > To diagnose the hang, we'll need help. If i recall correctly, none of the > > gtk2-perl developers have access to a freebsd system for testing. > > > > Please run with strace or gdb to find out what's going on when the call hangs. > > > > Also, does the file_chooser.pl example hang the same way? > > http://git.gnome.org/browse/perl-Gtk2/tree/examples/file_chooser.pl > > Yes. The example hangs, when call ->new function. > BTW. Is perl itself required to be built with pthread support to use this lib? OK. Here is the problem. Perl is required to be built with pthread support to use the FileChooserDialog. But on FreeBSD, this is disabled by default. But why perl-Gtk2 can built without pthread? -- 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. |