Re: guile-gnome0 - unexplained GTK crashes since +- 10 days
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hi David, A bit late, but at least it's from this year ;) On Fri, 2007-02-02 at 13:27 +0100, David Pirotte wrote: > Unfortunatly, it still crashes, > randomly, sometimes quiclky sometimes after a while, but always using > the dialog which is now shown using gtk-dialog-run as you proposed. > In unknown file: > ?: 14 [#<gw:dynproc gtk-dialog-run (1)> #<<gtk-dialog> > 3050b5b0>] > > <unnamed port>: In expression (#<gw:dynproc gtk-dialog-run (1)> > arg1): > <unnamed port>: GLib-GObject: g_object_ref: assertion `G_IS_OBJECT > (object)' failed You appear not to be using latest guile-gnome, which no longer calls scm_error on g_critical(). In any case, to further debug this, you might try attaching in gdb and breaking on g_logv. Good luck, Andy. -- http://wingolog.org/