bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Another crash report....


From: Joern Thyssen
Subject: Re: [Bug-gnubg] Another crash report....
Date: Tue, 17 Dec 2002 07:51:22 +0000
User-agent: Mutt/1.4i

On Tue, Dec 17, 2002 at 12:11:37AM +0100, Øystein Johansen wrote
> >Mine still crashes after opening dialogs with evalcontexts. Both
> >Settings->Chequer play and Settings->cube decision crashes.
> >
> >The gtk_object_get_user_data in EvalOK returns a NULL pointer. I tried
> >with gtk_object_get_user_data right after the gtk_object_set_data_full
> >in EvalWidget, but I still get an NULL pointer.
> 
> Yes, this happens at my system as well. And probably at Nardy's system and 
> all 
> the other systems as well.
> 
> I have tried a lot of things here, but no success. Can it be the call? The 
> void pointer *p is not NULL, is it?

No, p is pointing to the pwEval widget created in EvalWidget.

> 
> >Using gtk_object_get_data seems to do the trick, but I would really like
> >to know why it suddenly stopped working.
> 
> You mean:
>  pew = gtk_object_get_data( GTK_OBJECT( pwEval ),NULL );

  pew = gtk_object_get_data( GTK_OBJECT( pwEval ), "user_data" );


Jørn



reply via email to

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