From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ariel Rios To: Bill Gribble Cc: guile-user@gnu.org, guile-gtk@sourceware.cygnus.com Subject: Re: Current status of guile-gnome/guile-gtk? Date: Fri, 20 Apr 2001 08:51:00 -0000 Message-id: <987818223.1070.1.camel@soleil> References: <20010419160201.A16701@gnumatic.com> <987720726.1048.2.camel@soleil> <20010420085639.A29249@gnumatic.com> X-SW-Source: 2001-q2/msg00019.html El 20 Apr 2001 08:56:39 -0500, Bill Gribble escribió: > On Thu, Apr 19, 2001 at 06:52:06PM -0400, Ariel Rios wrote: > > What do you mean by broken? Which version of gnome-guile? > > What is the problem? > > firetrap> guile > guile> (use-modules (gnome gnome)) > guile> (gnome-init-hack "test" #f '()) Ok If you do the following you will not get a core dump: (define (go) (gnome-init-hack "go" #f '()) (let ((window (gtk-window-new 'toplevel))) (gtk-widget-show window))) (go) > > [GNOME segmentation fault dialog] I have been able to reproduce the SEG fault and will be checking it. Meanwhile you should be able to use gnome-guile as previously shown ariel