Hi, Masse Nicolas, 

Good job!  Because so many people come across this problem.


Best regards, 
chiachen 
[EMAIL PROTECTED] 
2008-11-26 

======= 2008-11-26 06:14, your message: Re: [directfb-users] DirectFB programs 
terminating with signal 11======= 

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 
directfb-users@directfb.org 
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users 
. 


= = = = = = = = = = = = = = = = = = = = 
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to