From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-04-16 21:34:49
|
https://bugzilla.gnome.org/show_bug.cgi?id=615992 gnome-perl | Gtk2 | unspecified --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2010-04-16 21:11:07 UTC --- muppet commented: Sorry for not answering this sooner; there's no way to mark the sourceforge project page with a notice that we use bugzilla.gnome.org instead. The backtrace shows _gnome_vfs_canonicalize_pathname() being called from a signal handler. This implies that there is other code in the stack using signals and handlers, and that your app code's setting of IGNORE for SIGCHLD is interfering with that. However, Gtk2-Perl itself does nothing with unix signals, beyond using a mainloop event source to ensure that unix signals cause perl to get control from gtk_main(). So, i suspect the problem lies either in gnome-vfs or in perl. -- 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. |