https://bugzilla.novell.com/show_bug.cgi?id=216577 ------- Comment #3 from danw@novell.com 2006-11-11 08:54 MST ------- it looks like it's not actually crashing, it's just destroying the window and continuing to run. One possibility is that lablgtk is managing the underlying gtk objects incorrectly, and allowing the toplevel GtkWindow to be destroyed when the ocaml reference to it gets garbage collected. (gtk# had a bug like this once.) If that's the bug, then the easiest workaround would be to make sure that unison keeps a reference to its toplevel window somewhere throughout the lifetime of the app. PS - the unison gui is lame. just use "unison -ui text $PROFILENAME" :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.