Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » is there any difference between sync the thread and other?(mylyn with com objects keeps crashing)
is there any difference between sync the thread and other? [message #628772] Fri, 24 September 2010 05:34
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
hi..

i'm using mylyng with jacob library and using initSTA, methods.

problem is, eclipse keeps crashing randomly after 1-2 hours when in the sync tasks, so i wonder if this task is different then others (may be i shouldn't call release thread on that thread)

this is the strack trace:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77124880, pid=4824, tid=680
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
# Problematic frame:
# C 0x77124880
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x0474ac00): JavaThread "Worker-3" [_thread_in_native, id=680, stack(0x07000000,0x07100000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x77124880

Registers:
EAX=0x77606034, EBX=0x070ff458, ECX=0x00000000, EDX=0x00000000
ESP=0x070ff360, EBP=0x070ff370, ESI=0x77124880, EDI=0x00154e10
EIP=0x77124880, EFLAGS=0x00010202

Top of Stack: (sp=0x070ff360)
0x070ff360: 76fddea5 00000000 00154e10 774fd02c
0x070ff370: 070ff38c 76fd2ca2 00154e10 00000000
0x070ff380: 00154c48 00000000 00154c48 070ff398
0x070ff390: 76fd2bf1 00154c48 070ff3ac 76fd2f57
0x070ff3a0: 00000001 80040154 00154c48 070ff3d0
0x070ff3b0: 76fd28f5 00154c48 80040154 77608e38
0x070ff3c0: cfffffff 070ffad8 77040189 ffffffff
0x070ff3d0: 070ff3f8 76fd2946 070ff4c8 00000000

Instructions: (pc=0x77124880)
0x77124870:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]

Stack: [0x07000000,0x07100000], sp=0x070ff360, free space=3fc070fe820k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x77124880
C [CLBCATQ.DLL+0x2ca2]
C [CLBCATQ.DLL+0x2bf1]
C [CLBCATQ.DLL+0x2f57]
C [CLBCATQ.DLL+0x28f5]
C [CLBCATQ.DLL+0x2946]
C [ole32.dll+0x205af]
C [ole32.dll+0x47fb1]
C [ole32.dll+0x44655]
C [ole32.dll+0x4457b]
C [ole32.dll+0x44406]
C [ole32.dll+0x44342]
C [jacob-1.15-M3-x861705701693760033232.dll+0x13d2]
j com.jacob.com.Dispatch.createInstanceNative(Ljava/lang/Strin g;)V+0
j com.jacob.com.Dispatch.<init>(Ljava/lang/String;)V+35
j com.jacob.activeX.ActiveXComponent.<init>(Ljava/lang/String;)V+2
j org.qctools4j.clients.QcConnectionImpl.initConnection()V+46
j org.qctools4j.clients.QcConnectionImpl.<init>(Ljava/lang/String;)V+120
j org.qctools4j.QcConnectionFactory.createConnection(Ljava/lan g/String;)Lorg/qctools4j/IQcConnection;+5
j org.qcmylyn.core.QcConnectionManager.createConnection(Ljava/ lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/S tring;Ljava/lang/String;Lorg/eclipse/core/runtime/IProgressM onitor;)Lorg/qctools4j/IQcConnection;+79
j org.qcmylyn.core.QcConnectionManager.createConnection(Lorg/e clipse/mylyn/tasks/core/TaskRepository;Lorg/eclipse/mylyn/co mmons/net/AuthenticationCredentials;Lorg/eclipse/core/runtim e/IProgressMonitor;)Lorg/qctools4j/IQcConnection;+38
j org.qcmylyn.core.QcRepositoryConfiguration.createConnection( Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/qctools4j/I QcConnection;+58
j org.qcmylyn.core.QcRepositoryConnector.getConnection(Lorg/ec lipse/mylyn/tasks/core/sync/ISynchronizationSession;ZLorg/ec lipse/core/runtime/IProgressMonitor;)Lorg/qctools4j/IQcConne ction;+140
j org.qcmylyn.core.QcRepositoryConnector.preSynchronization(Lo rg/eclipse/mylyn/tasks/core/sync/ISynchronizationSession;Lor g/eclipse/core/runtime/IProgressMonitor;)V+38
j org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeQuerie sJob.preSynchronization(Lorg/eclipse/mylyn/tasks/core/sync/I SynchronizationSession;Lorg/eclipse/core/runtime/IProgressMo nitor;)Z+31
j org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeQuerie sJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/ec lipse/core/runtime/IStatus;+245
j org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeReposi toriesJob.updateQueries(Lorg/eclipse/mylyn/tasks/core/TaskRe pository;Lorg/eclipse/mylyn/tasks/core/AbstractRepositoryCon nector;Ljava/util/Set;Lorg/eclipse/core/runtime/IProgressMon itor;)V+135
j org.eclipse.mylyn.internal.tasks.core.sync.SynchronizeReposi toriesJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lo rg/eclipse/core/runtime/IStatus;+393
j org.eclipse.core.internal.jobs.Worker.run()V+31
v ~StubRoutines::call_stub
V [jvm.dll+0xf049c]
V [jvm.dll+0x17fcf1]
V [jvm.dll+0xf0667]
V [jvm.dll+0xf06dd]
V [jvm.dll+0x11a2a0]
V [jvm.dll+0x1ddb14]
V [jvm.dll+0x17f96c]
C [MSVCR71.dll+0x9565]
C [kernel32.dll+0xb699]

Previous Topic:Bugs Research (How to download Bug Database?)
Next Topic:categories for task queries
Goto Forum:
  


Current Time: Sat Apr 27 00:31:17 GMT 2024

Powered by FUDForum. Page generated in 0.03107 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top