Hi all,
I've also done the test and had a look a little further. For me, the
bug happened in /lib/direct/mem.c, on line 183:
mem = calloc( count, bytes );
if (!mem)
return NULL;
/* it crash the line below */
if (!direct_config->debugmem)
return mem;
Seems the direct_config pointer was corrupted. Anyway commenting this
line didn't helped, since it crash further. Also, I think it crash
there because I turned debug on when compiling dfb, but it seems that
this line isn't used when not using debugging, but when I turn off
debugging, I have quite the same problem. I'll see if I canfound more
about that.
Hope it helps,
bountykiller.
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users