The warnings are unrelated to the bug. The line numbers in the back trace doesn't match up with what I have. But I believe that it could be line 238:
gtk_widget_ensure_style( pwGameList ); Which doesn't seem to do anything anyway. So try deleting that and see what happens. Christian. On Mon, Oct 6, 2008 at 12:21 PM, Zulli, Louis P <[EMAIL PROTECTED]> wrote: > > Any thoughts as to what is wrong here? > > Procyon: ~/Desktop/gnubg] gnubg -w > GNU Backgammon 0.9.0 > Copyright (C) 2008 by the AUTHORS; for details type `show version'. > This program comes with ABSOLUTELY NO WARRANTY; for details type `show > warranty'. > This is free software, and you are welcome to redistribute it > under certain conditions; type `show copying' for details. > > (gnubg:41888): Gtk-WARNING **: GtkSpinButton: setting an adjustment with > non-zero page size is deprecated > > (gnubg:41888): Gtk-WARNING **: GtkSpinButton: setting an adjustment with > non-zero page size is deprecated > > (gnubg:41888): Gtk-WARNING **: GtkSpinButton: setting an adjustment with > non-zero page size is deprecated > Bus error > > > Here is a portion of the crash report: > > Process: gnubg [41888] > Path: /usr/local/bin/gnubg > Identifier: gnubg > Version: ??? (???) > Code Type: X86 (Native) > Parent Process: bash [164] > > Date/Time: 2008-10-06 06:15:50.623 -0400 > OS Version: Mac OS X 10.5.5 (9F33) > Report Version: 6 > > Exception Type: EXC_BAD_ACCESS (SIGBUS) > Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010 > Crashed Thread: 0 > > Thread 0 Crashed: > 0 libcairo.2.dylib 0x042d68e0 _cairo_cache_freeze + 16 > 1 libcairo.2.dylib 0x042ea7d4 > cairo_scaled_font_glyph_extents + 132 > 2 libpangocairo-1.0.0.dylib 0x04c8a1a1 > _pango_cairo_font_private_get_glyph_extents + 145 (pangocairo-font.c:693) > 3 pango-basic-atsui.so 0x05634b77 set_glyph + 135 > (basic-atsui.c:68) > 4 pango-basic-atsui.so 0x05634dcc basic_engine_shape + 572 > (basic-atsui.c:139) > 5 libpango-1.0.0.dylib 0x04f438a8 pango_shape + 88 > (shape.c:58) > 6 libpango-1.0.0.dylib 0x04f3488e shape_run + 142 > (pango-layout.c:3130) > 7 libpango-1.0.0.dylib 0x04f37ccc process_item + 220 > (pango-layout.c:3240) > 8 libpango-1.0.0.dylib 0x04f385f5 pango_layout_check_lines > + 1397 (pango-layout.c:3534) > 9 libpango-1.0.0.dylib 0x04f3968c > pango_layout_get_extents_internal + 156 (pango-layout.c:2449) > 10 libpangocairo-1.0.0.dylib 0x04c8ef26 > pango_cairo_atsui_font_create_metrics_for_context + 326 > (pangocairo-atsuifont.c:151) > 11 libpangocairo-1.0.0.dylib 0x04c8962c > _pango_cairo_font_get_metrics + 316 (pangocairo-font.c:250) > 12 libpango-1.0.0.dylib 0x04f2f554 get_first_metrics_foreach > + 36 (pango-context.c:1554) > 13 libpango-1.0.0.dylib 0x04f31a26 > pango_fontset_simple_foreach + 70 (pango-fontset.c:399) > 14 libpango-1.0.0.dylib 0x04f2f63c pango_context_get_metrics > + 156 (pango-context.c:1668) > 15 libgtk-x11-2.0.0.dylib 0x0483f4f4 gtk_clist_set_row_height > + 180 (gtkclist.c:3053) > 16 libgtk-x11-2.0.0.dylib 0x0484196e gtk_clist_style_set + 190 > (gtkclist.c:4835) > 17 libgobject-2.0.0.dylib 0x0506a7a9 g_closure_invoke + 329 > (gclosure.c:772) > 18 libgobject-2.0.0.dylib 0x0507ac25 signal_emit_unlocked_R + > 933 (gsignal.c:3086) > 19 libgobject-2.0.0.dylib 0x0507c6db g_signal_emit_valist + > 1771 (gsignal.c:3005) > 20 libgobject-2.0.0.dylib 0x0507cab9 g_signal_emit + 41 > (gsignal.c:3036) > 21 libgtk-x11-2.0.0.dylib 0x0480f894 > gtk_widget_set_style_internal + 340 (gtkwidget.c:6116) > 22 gnubg 0x000e48e6 GL_Create + 374 > (gtkgamelist.c:239) > 23 gnubg 0x000e7fbd CreateGameWindow + 1069 > (gtkpanels.c:866) > 24 gnubg 0x000e919a DockPanels + 1146 > (gtkpanels.c:897) > 25 gnubg 0x000a938f CreateMainWindow + 1263 > (gtkgame.c:3612) > 26 gnubg 0x000a9a54 InitGTK + 628 > (gtkgame.c:3741) > 27 gnubg 0x0002da65 main + 2101 > (gnubg.c:5010) > 28 gnubg 0x00002276 start + 54 > > > _______________________________________________ > Bug-gnubg mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/bug-gnubg > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
