Re: gtk_main_quit() causes sigfault (win32)

2010-11-16 Thread Arne Pagel
valgrind I will look if I get this running on win32. But much simpler: I didn't notice before that there where some glib warnings, when I activate the win32 Taskbar entry of my program: GLib-WARNING **: g_main_context_prepare() called recursively from within a source's check() or prepare()

Re: gtk_main_quit() causes sigfault (win32)

2010-11-15 Thread Allin Cottrell
On Mon, 15 Nov 2010, Arne Pagel wrote: > I have an gtk-application running on a win32 System, > the application uses gtkbuilder and normal gtk-widgets. > > The application causes a sigfault when gtk_main_quit() is called, but just > when the application is > terminated over the windows taskbar->

gtk_main_quit() causes sigfault (win32)

2010-11-15 Thread Arne Pagel
Hello, I have an gtk-application running on a win32 System, the application uses gtkbuilder and normal gtk-widgets. The application causes a sigfault when gtk_main_quit() is called, but just when the application is terminated over the windows taskbar-> right mouse-click on application-icon ->