[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnubg] Win32 build crashes selecting move in game record
From: |
Nardy Pillards |
Subject: |
[Bug-gnubg] Win32 build crashes selecting move in game record |
Date: |
Thu, 30 Jan 2003 20:28:03 +0100 |
Builds 030123 and later crash after
analysing the attached .sgf file,
opening game record
select a move
-----
DOS window with:
(gnubg/gnubg_debug-030130.exe:4294454229): Gtk-CRITICAL **: file gtkstyle.c:
line 348 (gtk_style_copy): assertion `style != NULL' failed
-----
gdb:
Starting program: c:\program files\gnubg/gnubg_debug-030130.exe
Program received signal SIGSEGV, Segmentation fault.
0x00438c1b in UpdateMoveList (phd=0x10efe40) at gtkchequer.c:150
150 ps->fg[ GTK_STATE_NORMAL ].red = ps->fg[ GTK_STATE_ACTIVE ].red
=
(gdb) list
145 if( piHighlight && *piHighlight >= 0 ) {
146 GtkStyle *ps;
147
148 ps = gtk_style_copy( gtk_rc_get_style( pwMoves ) );
149
150 ps->fg[ GTK_STATE_NORMAL ].red = ps->fg[ GTK_STATE_ACTIVE ].red
=
151 ps->fg[ GTK_STATE_SELECTED ].red = Highlightrgb[0];
152 ps->fg[ GTK_STATE_NORMAL ].green = ps->fg[
GTK_STATE_ACTIVE ].green =
153 ps->fg[ GTK_STATE_SELECTED ].green = Highlightrgb[1];
154 ps->fg[ GTK_STATE_NORMAL ].blue = ps->fg[
GTK_STATE_ACTIVE ].blue =
-----
Line 148 is new since version 1.24 of gtkchequer.c
Nardy
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
opening 41 clear.sgf
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-gnubg] Win32 build crashes selecting move in game record,
Nardy Pillards <=