30.04.2012, 21:35, "Harsha Buruganahalli" <[email protected]>: > Hi, > > I am using webkit(r49229) + directfb(1.4.5) + qt(4.5) on a mips platform & > facing issues with “Caught signal 11 (at (nil), invalid address”. Debugging > on this by allocating more memory did not solve the issue. > > Wonder where exactly I can have to look at this in the webkit folders for a > fix? Can someone at least set some pointes on what could be the issue? Or are > there some configure options which I am missing?
Make sure that your cross-toolchain isn't miscompiling WebKit (e.g., try newer compiler version or try to disable some optimization options like -ffunction-sections) -- Regards, Konstantin _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
