|
From: Kostas O. <ko...@re...> - 2007-01-15 18:12:51
|
Hello, I just built 4.2rc2 on Solaris 10 using Sun's compilers (Sun Studio 11). Everything seems to work, but when I press the "Configuration" button on the wxt terminal, I get a core dump. This is what happens: (<unknown>:9638): Gtk-CRITICAL **: file gtklabel.c: line 2643: assertion `str != NULL' failed (<unknown>:9638): Gtk-CRITICAL **: file gtklabel.c: line 2643: assertion `str != NULL' failed (<unknown>:9638): Gtk-CRITICAL **: file gtklabel.c: line 2643: assertion `str != NULL' failed (<unknown>:9638): Gtk-CRITICAL **: file gtkaccellabel.c: line 187: assertion `string != NULL' failed (<unknown>:9638): Gtk-CRITICAL **: file gtkmisc.c: line 185: assertion `GTK_IS_MISC (misc)' failed (<unknown>:9638): Gtk-CRITICAL **: file gtkcontainer.c: line 946: assertion `GTK_IS_WIDGET (widget)' failed (<unknown>:9638): Gtk-CRITICAL **: file gtkaccellabel.c: line 384: assertion `GTK_IS_ACCEL_LABEL (accel_label)' failed Segmentation Fault (core dumped) I found out that the first 3 messages are caused by wxCheckBox *check1 = new wxCheckBox ( ...) in wxt_gui.cpp. But I have no idea what to do to fix them. I have wxwidgets 2.7.2. Any help would be appreciated. Kostas |