The following is a summary of the eclipse Error Log after this error occurs:
#
# An Unexpected error has been detected by hotspot virtual machine:
#
# Exception_access_violation (0xc0000005) at PC = 0x6d2617ae, pid = 5136, tid = 3824
#
# Java VM: Java hotspot (TM) Client VM (1.5.0-b64 Mixed Mode)
# Problematic frame:
# C [fontmanager. dll + 0x217ae]
#
--------------- T h r e a d ---------------
Current thread (0x003e28): javathread "Main" [_ thread_in_native, id = 3824]
Siginfo: exceptioncode = 0xc0000005, reading address 0x597b5ae4
Registers:
Eax = 0x56563440, EBX = 0x0000dc650, ECx = 0x00000000, EDX = 0x0012e600
ESP = 0x0012e54c, EBP = 0x0012e56c, ESI = 0x0000cec30, EDI = 0x597b59c8
EIP = 0x6d2617ae, eflags = 0x00010246
Top of Stack: (sp = 0x0012e54c)
0x0012e54c: 00000000 003ecde4 597b59c8 034c5aa0
0x0012e55c: 00000000 00000000 00000003
0x0012e56c: 0012e5ac 6d261ecc 003ecde4 0012e600
0x0012e57c: 56563440 rjcec30 00000001 003e28
0x0012e58c: 2017dc650 0012e5c4 011c2923 00000005
0x0012e59c: 034c5b00 00000001 00000000 0012e5a0
The original ADT 0.9.9
After upgrading to ADT 8.0.1, eclipse automatically shuts down when the android layout editor is used to open XML.
Solution:
Upgrade JDK to 1.6 and set the environment variable to 1.6.
The problem is finally solved.
The online search information may be fontmanager. dll,
The specific cause is unclear, as long as the problem is solved without affecting development.