http://bugs.winehq.org/show_bug.cgi?id=18434
--- Comment #10 from Mars Liu marsliu2000@hotmail.com 2009-06-11 09:33:56 --- Created an attachment (id=21735) --> (http://bugs.winehq.org/attachment.cgi?id=21735) log file with the exception
Today I just know that there is a debug build of gecko. So I try to install it and see again what is going on in the Chinese environment. However, the dbghelp function in 1.1.23 also has two unhandled exceptions which prevent the tracing of the function call in the gecko debug package. But still, comparing to the logging in the English environment, I find the gecko engineer complaints that:
0[1392e0]: ###!!! ASSERTION: invalid array index: 'i < Length()', file ../../../dist/include/xpcom/nsTArray.h, line 317
###!!! ASSERTION: invalid array index: 'i < Length()', file ../../../dist/include/xpcom/nsTArray.h, line 317
0[1392e0]: ###!!! ASSERTION: invalid array index: 'i < Length()', file ../../../dist/include/xpcom/nsTArray.h, line 317
###!!! ASSERTION: invalid array index: 'i < Length()', file ../../../dist/include/xpcom/nsTArray.h, line 317
Does it look like some javascript is running and causing the error?