Hi all,

I've cross compiled WebKitDFB on ARM.The webpages crash if there are jpeg or
gif images on the page.The segmentation fault occurs in the function:

NativeImagePtr RGBA32Buffer::asNewNativeImage() const in ImageDecoderDFB.cpp
at

ret = surface->Write( surface, &rect,
reinterpret_cast<void*>(const_cast<PixelData*>(m_bytes)), rect.w * 4 );

Here Write() is a DirectFB method. Is this a problem with WebKitDFB or the
cross-compiled DirectFB package? For png images there is no crash but no
image rendering occurs either. Does anybody know the RAM consumption during
image rendering?The image rendering occurs fine on my ubuntu PC where I have
compiled it on i686.Any help would be appreciated.

Thanks and regards
Bhavya
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to