From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Pirotte To: guile-gtk , "guile-user@gnu.org" Subject: guile-1.5.1, gtk crashes Date: Wed, 22 Aug 2001 06:23:00 -0000 Message-id: <3B83C343.EF24F640@altosw.be> X-SW-Source: 2001-q3/msg00027.html hi, is there anything i can do to get more info on the following crash? the code was running perfectly using guile-gtk, but does not run above guile-1.5.1 using (gtk gtk): #!/usr/local/bin/guile -s !# (define-module (alto tactus rent) ... :use-module (gtk gtk) ... ) (define (rent/gui . rest) ... (gtk-standalone-main window) ) (rent/gui) david@faust:~/ 10 $ ./rent.scm Gdk-ERROR **: Fatal IO error 0 (Succès.) on X server :0.0. david@faust:~/ 10 $ thanks, david