On Tue, Feb 24, 2004 at 12:47:44PM +0100, Remy Nicolas wrote:
> I don't fully understand. Here is the our dfb_quit() function from dfbinit.c :
>
> void dfb_quit()
> {
> int i;
> for(i = 0;i<MAXCOLORS; i++)
> {
> free_color(color_set[i]);
> }
>
> bgsurface->Release( bgsurface ); //If I do this release here I got a
> complete freeze of my computer (not easy to debug)
Strange. Works fine here.
> //If I do it after the dfb->Release( dfb ) It segfault at the end, Is that
> what you tell me?
Yes.
> I've also a few questions : Why when I try to debug with gdb I got complete
> freeze if something goes bad (I'm going mad with printf() debugging ;) ). Is
> that normal?
How are you running things? I can debug with gdb just fine under
XDirectFB.
--
Ville Syrj�l�
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.