Eclipse + SWT

4 respostas
Scoobydoo
Estou tentando criar uma visualClasse do tipo Composite do SWT; O problema é que eu formatei o PC e copiei meu Antigo eclipse, funcionando corretamente; Porém, agora, ao tentar criar a tela ele da o Log abaixo
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x080a2227, pid=2260, tid=3192
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_18-b06 mixed mode)
# Problematic frame:
# V  [jvm.dll+0xa2227]
#

---------------  T H R E A D  ---------------

Current thread (0x011bf270):  VMThread [id=3192]

siginfo: ExceptionCode=0xc0000005, writing address 0x77732f65

Registers:
EAX=0x00000000, EBX=0x100a0324, ECX=0x77732f65, EDX=0x00000000
ESP=0x032dfa54, EBP=0x032dfa7c, ESI=0x100a0318, EDI=0x77732f65
EIP=0x080a2227, EFLAGS=0x00010293

Top of Stack: (sp=0x032dfa54)
0x032dfa54:   080a1f1e 77732f65 14286630 100a0318
0x032dfa64:   080698c7 100a0318 00000002 000001bf
0x032dfa74:   100a0308 14286638 032dfac0 080a1f80
0x032dfa84:   100a0308 0376f784 080a21e5 0376f784
0x032dfa94:   0805d9ba 0376f784 032dfaec 080ac459
0x032dfaa4:   00000001 032dfb48 14472ef0 081275e8
0x032dfab4:   0000000a 00000004 00000001 032dfb18
0x032dfac4:   0805d8ab 032dfad8 032dfb54 032dfb48 

Instructions: (pc=0x080a2227)
0x080a2217:   83 e0 fc 74 02 89 01 c2 04 00 8b 4c 24 04 8b 01
0x080a2227:   c7 01 03 00 00 00 83 f8 01 74 20 8b d0 83 e2 03 


Stack: [0x032a0000,0x032e0000),  sp=0x032dfa54,  free space=254k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0xa2227]
V  [jvm.dll+0xa1f80]
V  [jvm.dll+0x5d8ab]
V  [jvm.dll+0x5dd57]
V  [jvm.dll+0xd4b73]
V  [jvm.dll+0xd5fe2]
V  [jvm.dll+0x60fc5]
V  [jvm.dll+0x60d3d]
V  [jvm.dll+0x64680]
V  [jvm.dll+0xd26b6]
V  [jvm.dll+0x5fc19]
V  [jvm.dll+0x49133]
V  [jvm.dll+0x5fdb1]
V  [jvm.dll+0xe49ca]
V  [jvm.dll+0xe4b72]
V  [jvm.dll+0xe48db]
C  [msvcrt.dll+0x11287]
C  [msvcrt.dll+0x11328]
C  [kernel32.dll+0x51174]
C  [ntdll.dll+0x5b3f5]
C  [ntdll.dll+0x5b3c8]

VM_Operation (0x0376ecd0): generation collection for allocation, mode: safepoint, requested by thread 0x0355d7d0


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x035fa6d8 JavaThread "Connection Thread" [_thread_in_native, id=4064]
  0x03561228 JavaThread "Thread-1" [_thread_in_native, id=2152]
  0x0355d7d0 JavaThread "Connection Thread" [_thread_blocked, id=1648]
  0x0355d668 JavaThread "Timeout Termination Thread" [_thread_blocked, id=3908]
  0x0355d0c0 JavaThread "Server Thread-Project (Rkam Project)-Beaninfo" [_thread_in_native, id=984]
  0x011c1018 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4060]
  0x01183498 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2956]
  0x011802e0 JavaThread "Finalizer" daemon [_thread_blocked, id=2548]
  0x0117f8d8 JavaThread "Reference Handler" daemon [_thread_blocked, id=3768]
  0x01131bd8 JavaThread "main" [_thread_blocked, id=3960]

Other Threads:
=>0x011bf270 VMThread [id=3192]
  0x01131e40 WatcherThread [id=3840]

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x001a8d38/0x000000d8] Threads_lock - owner thread: 0x011bf270
[0x01130b70/0x00000114] Heap_lock - owner thread: 0x0355d7d0

Heap
 def new generation   total 576K, used 55K [0x10010000, 0x100b0000, 0x104f0000)
  eden space 512K,   0% used [0x10010000, 0x10010000, 0x10090000)
  from space 64K,  87% used [0x100a0000, 0x100adf08, 0x100b0000)
  to   space 64K,   0% used [0x10090000, 0x10090000, 0x100a0000)
 tenured generation   total 2248K, used 2145K [0x104f0000, 0x10722000, 0x14010000)
   the space 2248K,  95% used [0x104f0000, 0x10708440, 0x10708600, 0x10722000)
 compacting perm gen  total 4608K, used 4494K [0x14010000, 0x14490000, 0x18010000)
   the space 4608K,  97% used [0x14010000, 0x14473ad0, 0x14473c00, 0x14490000)

Dynamic libraries:
0x00400000 - 0x0040b000 	C:\j2sdk1.4.2_18\bin\javaw.exe
0x77530000 - 0x7766c000 	C:\Windows\SYSTEM32\ntdll.dll
0x76ff0000 - 0x770c4000 	C:\Windows\system32\kernel32.dll
0x75700000 - 0x7574a000 	C:\Windows\system32\KERNELBASE.dll
0x76be0000 - 0x76c80000 	C:\Windows\system32\ADVAPI32.dll
0x77320000 - 0x773cc000 	C:\Windows\system32\msvcrt.dll
0x76950000 - 0x76969000 	C:\Windows\SYSTEM32\sechost.dll
0x75a50000 - 0x75af1000 	C:\Windows\system32\RPCRT4.dll
0x75980000 - 0x75a49000 	C:\Windows\system32\USER32.dll
0x76ec0000 - 0x76f0e000 	C:\Windows\system32\GDI32.dll
0x776b0000 - 0x776ba000 	C:\Windows\system32\LPK.dll
0x776c0000 - 0x7775d000 	C:\Windows\system32\USP10.dll
0x76a40000 - 0x76a5f000 	C:\Windows\system32\IMM32.DLL
0x76970000 - 0x76a3c000 	C:\Windows\system32\MSCTF.dll
0x08000000 - 0x08144000 	C:\j2sdk1.4.2_18\jre\bin\client\jvm.dll
0x70a00000 - 0x70a32000 	C:\Windows\system32\WINMM.dll
0x755b0000 - 0x755fb000 	C:\Windows\system32\apphelp.dll
0x10000000 - 0x10007000 	C:\j2sdk1.4.2_18\jre\bin\hpi.dll
0x76bd0000 - 0x76bd5000 	C:\Windows\system32\PSAPI.DLL
0x00140000 - 0x0014e000 	C:\j2sdk1.4.2_18\jre\bin\verify.dll
0x00150000 - 0x00169000 	C:\j2sdk1.4.2_18\jre\bin\java.dll
0x00170000 - 0x0017e000 	C:\j2sdk1.4.2_18\jre\bin\zip.dll
0x036e0000 - 0x036ef000 	C:\j2sdk1.4.2_18\jre\bin\net.dll
0x76e20000 - 0x76e55000 	C:\Windows\system32\WS2_32.dll
0x77670000 - 0x77676000 	C:\Windows\system32\NSI.dll
0x73ff0000 - 0x74000000 	C:\Windows\system32\NLAapi.dll
0x750c0000 - 0x750fc000 	C:\Windows\System32\mswsock.dll
0x74f60000 - 0x74fa4000 	C:\Windows\system32\DNSAPI.dll
0x70970000 - 0x70978000 	C:\Windows\System32\winrnr.dll
0x70960000 - 0x70970000 	C:\Windows\system32\napinsp.dll
0x70940000 - 0x70952000 	C:\Windows\system32\pnrpnsp.dll
0x73c70000 - 0x73c8c000 	C:\Windows\system32\IPHLPAPI.DLL
0x73bb0000 - 0x73bb7000 	C:\Windows\system32\WINNSI.DLL
0x73ac0000 - 0x73af8000 	C:\Windows\System32\fwpuclnt.dll
0x710b0000 - 0x710b6000 	C:\Windows\system32\rasadhlp.dll
0x74c10000 - 0x74c15000 	C:\Windows\System32\wshtcpip.dll
0x03c20000 - 0x03d34000 	C:\j2sdk1.4.2_18\jre\bin\awt.dll
0x70c40000 - 0x70c91000 	C:\Windows\system32\WINSPOOL.DRV
0x76a70000 - 0x76bcc000 	C:\Windows\system32\ole32.dll
0x74310000 - 0x74350000 	C:\Windows\system32\uxtheme.dll
0x03d90000 - 0x03de5000 	C:\desenvolvimento\.metadata\.plugins\org.eclipse.ve.java.core\.cache\.libCache\-106675298\swt-win32-3452.dll
0x770d0000 - 0x7715f000 	C:\Windows\system32\OLEAUT32.dll
0x77160000 - 0x771db000 	C:\Windows\system32\comdlg32.dll
0x76e60000 - 0x76eb7000 	C:\Windows\system32\SHLWAPI.dll
0x74530000 - 0x746ce000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
0x75b00000 - 0x76749000 	C:\Windows\system32\SHELL32.dll
0x77430000 - 0x77524000 	C:\Windows\system32\WININET.dll
0x76a60000 - 0x76a63000 	C:\Windows\system32\Normaliz.dll
0x771e0000 - 0x77315000 	C:\Windows\system32\urlmon.dll
0x75770000 - 0x7588c000 	C:\Windows\system32\CRYPT32.dll
0x756f0000 - 0x756fc000 	C:\Windows\system32\MSASN1.dll
0x76750000 - 0x76949000 	C:\Windows\system32\iertutil.dll
0x03e30000 - 0x03e81000 	C:\j2sdk1.4.2_18\jre\bin\fontmanager.dll
0x72ba0000 - 0x72c87000 	C:\Windows\system32\ddraw.dll
0x73210000 - 0x73216000 	C:\Windows\system32\DCIMAN32.dll
0x76c80000 - 0x76e1d000 	C:\Windows\system32\SETUPAPI.dll
0x75890000 - 0x758b7000 	C:\Windows\system32\CFGMGR32.dll
0x75750000 - 0x75762000 	C:\Windows\system32\DEVOBJ.dll
0x73cd0000 - 0x73ce3000 	C:\Windows\system32\dwmapi.dll
0x03f50000 - 0x03fd5000 	C:\Windows\system32\igdumdx32.dll
0x04b30000 - 0x04ee7000 	C:\Windows\system32\igdumd32.dll

VM Arguments:
jvm_args: -Dproxyvm.registryKey=4951855 -Dproxyvm.masterPort=49452 -Dproxyvm.bufsize=16000 -Dproxyvm.servername=Project (Rkam Project)-Beaninfo -Xverify:none -Djava.library.path=C:\desenvolvimento\.metadata\.plugins\org.eclipse.ve.java.core\.cache\.libCache\-106675298 -Dfile.encoding=Cp1252
java_command: org.eclipse.jem.internal.proxy.vm.remote.RemoteVMApplication
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:/Program Files/Java/jre1.6.0_05/bin/client;C:/Program Files/Java/jre1.6.0_05/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=guilherme.daros
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel


---------------  S Y S T E M  ---------------

OS: Windows NT 6.1 Build 7600 

CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 2087352k(976464k free), swap 4174704k(2918252k free)

vm_info: Java HotSpot(TM) Client VM (1.4.2_18-b06) for windows-x86, built on May 27 2008 23:45:26 by "java_re" with MS VC++ 6.0

Alguem sabe uq é.
é um erro no VM, quando ele tenta abrir a Telinha do Swt...
Help aew

4 Respostas

alexegidio

Duas perguntas:

Quando você formatou o PC o Java foi reinstalado na mesma pasta que estava anteriormente ?

Qual a sua versão de Windows ?

Scoobydoo

Windows Seven… Java cont igual

Scoobydoo

Da uma força aew…]
A versão do meu java é 1.6.0_05-b13…
Quero trabalhar com J2ME por isso estou trabalhando com j2sdk1.4.2_18

alexegidio

Cara às vezes não tem nada a ver, mas aki na empresa eu também programo no Windows Seven e tava tendo essa mesma mensagem de erro quando
o meu java estava instalado em “C:/Program Files/”. O que eu fiz removi ele e mandei instalar na raiz do meu drive D:

Tive que fazer a mesma coisa para o Postgres funfar direto. Se você estiver sem soluções, não custa nada tentar…

Criado 2 de fevereiro de 2010
Ultima resposta 3 de fev. de 2010
Respostas 4
Participantes 2