Hello, We are using a DirectFB port of webkit as GUI renderer on an embedded device (MIPS architecture).
We use a lot of Javascript code and we are experiencing random crashes when we bunch all that code in a single file without compressing it (yui-compressor). We suspect that we have some kind of buffer overflow that causes these random crashes since it almost never crashes on the same point). It is hard to determine exactly which is the file size limit, if this is the case, because it seems different for each execution (the memory corrupted may not be used for a long time) but we have reproduced the bug with a Javascript file of 300 KB. Also, we don't know if the bug is platform specific, architecture specific, etc ... Any idea of how to investigate this issue (source files where the Javascript files are read to memory, build variables/parameters that can affect this behaviour, or any other idea) is welcome. Thanks and kind regards, -- Alejandro Vazquez Fente
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
