On 16.06.2011 21:50, Peter Vereshagin via RT wrote:
Show quoted text> trying v1.223 from freebsd ports.
> Test GtkFileChooser.t skips itself because it's unstable, are there any
> details about that?
Well, the file chooser is hard to test, so the test results were unreliable.
Show quoted text> Every other t/GtkFileChooser*.t hangs forever after telling '1..N'
> Same goes with examples/file_chooser.pl
> But not about examples/filesel_multisel.pl
> What's the difference? Should I need to have some Gnome helpers daemons
> like dbus, hal, etc. ? At least I use gam_server from devel/gamin port
> instead of SGI's fam daemon.
GtkFileChooser is a modern and completely independent version of
GtkFileSelection. It might be that some daemon is being waited for, but
it might also be related to threading issues -- we've seen multiple
reports of hangs on FreeBSD related to threading:
<
http://mail.gnome.org/archives/gtk-perl-list/2011-November/msg00038.html>,
for example.
Please try the attached programs. Does the Perl program hang for you?
Does the C program hang as well? Compile with
gcc `pkg-config --libs --cflags gtk+-2.0` gtk-file-chooser-test.c -o
gtk-file-chooser-test