Hi everybody,

I'm using WebKitDFB.
The browser works, pages are rendered pretty fast and everything seems ok but it seems I'm affected by some memory leaks.

Trying to investigate this I started monitoring the memory usage with a simple static html page. WebKit loads it and the free memory is stable at some value until I click in a point of the page (not a link) and the cursor starts blinking. At this time more allocations are done but they are never freed causing the browser requesting more and more memory until, of couse, memory ends and the program goes out of memory.

I tried both the allocation systems (TCmalloc and system malloc) but it seems there is no difference.

Currently I'm using some debugging tools (memwatch, dmalloc, ...) but I didn't come across the origin of evil yet.

If anyone has some hints about this problem I would really appreciate it.

Best Regards

Andrea

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

Reply via email to