Ticket #19994Open Date: 2009-12-23 21:09 Last Update: 2009-12-24 00:05 Failed to initialize GC error on Windows CE 5.0
Attach FileTicket History - 3/4 Histories [Show all old Histories]2009-12-23 21:09 Update by: ismaildonmez
2009-12-23 23:01 Update by: ismaildonmez2009-12-23 23:59 Update by: ismaildonmezCommentSome more debugging: find_exception_handler function (in instruction.cpp) has the following code u2 exception_table_length = code_attr->exception_table_length; in my case exception_table_length is zero (0) so the loop in instruction.cpp line 909 does not execute. So it fails to find an exception handler. Hope this helps. 2009-12-24 00:05 Update by: ismaildonmezCommentThis is due to ClassFile.cpp line 2161 always returns zero (0) exception table length: code->exception_table_length = load_u2 (buff); Add Comment/Update #19994 (Failed to initialize GC error on Windows CE 5.0) |
Comment
Here is the debug output: