bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Win32 build 021224 (021226)


From: Jim Segrave
Subject: Re: [Bug-gnubg] Win32 build 021224 (021226)
Date: Fri, 27 Dec 2002 02:09:15 +0100
User-agent: Mutt/1.2.5.1i

On Fri 27 Dec 2002 (00:48 +0100), Nardy Pillards wrote:
> 
> ----- Original Message ----- 
> From: "Gary Wong" <address@hidden>
> To: "GNUBackgammon bug reporting" <address@hidden>
> Sent: Thursday, December 26, 2002 4:21 PM
> Subject: Re: [Bug-gnubg] Win32 build 021224 (021226)
> 
> 
> > On Thu, Dec 26, 2002 at 03:01:41PM +0100, Nardy Pillards wrote:
> > > The gdk_property_delete warning only pops up after changing a color
> > > (whatever color) in Appearance.
> > > (build 012126 changelog 1.895)
> > > And it does not popup until the Appearance Window is closed.
> > 
> > Are you able to run with --g-fatal-warnings and generate a stack trace
> > for this?  That might shed some light on whatever's complaining, since
> > we don't ever call gdk_property_delete() directly.
> > 
> > Cheers,
> > Gary.
> 
> This is all 'list' gives me (gdb)
> 
> (gdb) run --g-fatal-warnings
> Starting program: C:\Program Files\gnubg/gnubg-test.exe --g-fatal-warnings
> 
> Program exited with code 03.
> (gdb) list
> 6541    in gnubg.c

Can you do something like:

(gdb) b gdk_property_delete
(gdb) run

And then if it hits the breakpoint, a backtrace would tell how gtk
came to try to run gdk_property_delete

-- 
Jim Segrave           address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]