I'm having the same issue, attaching error log :

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d261876, pid=3984,
tid=3752
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
# Problematic frame:
# C  [fontmanager.dll+0x21876]
#

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

Current thread (0x0086c1e8):  JavaThread "main" [_thread_in_native,
id=3752]

siginfo: ExceptionCode=0xc0000005, reading address 0x0783aaf4

Registers:
EAX=0x04224288, EBX=0x3336a710, ECX=0x00000000, EDX=0x0012e168
ESP=0x0012e0b4, EBP=0x0012e0d4, ESI=0x03f165f0, EDI=0x0783a9d8
EIP=0x6d261876, EFLAGS=0x00010246

Top of Stack: (sp=0x0012e0b4)
0x0012e0b4:   00000000 0086c2a8 0783a9d8 1032bd18
0x0012e0c4:   0012e0f0 fd2dd3ee 00000126 00000000
0x0012e0d4:   0012e114 6d261f94 0086c2a8 0012e168
0x0012e0e4:   04224288 03f165f0 00000001 0086c1e8
0x0012e0f4:   3336a710 0012e12c 01842923 00000003
0x0012e104:   1032bd78 00000009 00000000 0012e108
0x0012e114:   0012e150 0184899d 0086c2a8 0012e168
0x0012e124:   03f165f0 00000001 00000009 109e72d0

Instructions: (pc=0x6d261876)
0x6d261866:   57 8b 78 04 89 4d fc 74 06 8d 46 14 50 eb 01 51
0x6d261876:   ff b7 1c 01 00 00 e8 2e 09 ff ff 8b 46 04 59 89


Stack: [0x00030000,0x00130000),  sp=0x0012e0b4,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C  [fontmanager.dll+0x21876]
C  [fontmanager.dll+0x21f94]
j  sun.font.FileFont.getFontMetrics(J)Lsun/font/StrikeMetrics;+0
j  sun.font.FileFontStrike.getFontMetrics()Lsun/font/StrikeMetrics;+16
j  sun.font.FontDesignMetrics.initMatrixAndMetrics()V+28
j  sun.font.FontDesignMetrics.<init>(Ljava/awt/Font;Ljava/awt/font/
FontRenderContext;)V+62
j  sun.font.FontDesignMetrics.<init>(Ljava/awt/Font;)V+5
j  sun.awt.SunToolkit.getFontMetrics(Ljava/awt/Font;)Ljava/awt/
FontMetrics;+44
j  sun.awt.windows.WToolkit.getFontMetrics(Ljava/awt/Font;)Ljava/awt/
FontMetrics;+13
j  android.graphics.Paint.updateFontObject()V+140
j  android.graphics.Paint.setTextSize(F)V+6
j  android.widget.TextView.setRawTextSize(F)V+17
j  android.widget.TextView.<init>(Landroid/content/Context;Landroid/
util/AttributeSet;I)V+2597
j  android.widget.TextView.<init>(Landroid/content/Context;Landroid/
util/AttributeSet;)V+6
v  ~StubRoutines::call_stub
V  [jvm.dll+0x845a9]
V  [jvm.dll+0xd9317]
V  [jvm.dll+0x8447a]
V  [jvm.dll+0xed273]
V  [jvm.dll+0xa2483]
C  [java.dll+0x6d25]
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/
Object;)Ljava/lang/Object;+72
J  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/
lang/Object;)Ljava/lang/Object;
J  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/
lang/Object;
v  ~RuntimeStub::alignment_frame_return Runtime1 stub
j  android.view.LayoutInflater.createView(Ljava/lang/String;Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+266
j  android.view.BridgeInflater.onCreateView(Ljava/lang/String;Landroid/
util/AttributeSet;)Landroid/view/View;+34
j  android.view.LayoutInflater.createViewFromTag(Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+65
j  android.view.BridgeInflater.createViewFromTag(Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+5
j  android.view.LayoutInflater.rInflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/View;Landroid/util/AttributeSet;)V+139
j  android.view.LayoutInflater.inflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/ViewGroup;Z)Landroid/view/View;+176
j  android.view.LayoutInflater.inflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/ViewGroup;)Landroid/view/View;+12
j  com.android.layoutlib.bridge.Bridge.computeLayout(Lcom/android/
layoutlib/api/IXmlPullParser;Ljava/lang/Object;IIIFFLjava/lang/
String;ZLjava/util/Map;Ljava/util/Map;Lcom/android/layoutlib/api/
IProjectCallback;Lcom/android/layoutlib/api/ILayoutLog;)Lcom/android/
layoutlib/api/ILayoutResult;+274
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.computeLayout(Lcom/
android/ide/eclipse/adt/internal/sdk/AndroidTargetData
$LayoutBridge;Lcom/android/layoutlib/api/IXmlPullParser;Ljava/lang/
Object;IIZIFFLjava/lang/String;ZLjava/util/Map;Ljava/util/Map;Lcom/
android/layoutlib/api/IProjectCallback;Lcom/android/layoutlib/api/
ILayoutLog;)Lcom/android/layoutlib/api/ILayoutResult;+78
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.recomputeLayout()V
+469
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.activated()V
+15
j
com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.pageChange(I)V
+24
j  org.eclipse.ui.part.MultiPageEditorPart.setActivePage(I)V+31
j  org.eclipse.ui.forms.editor.FormEditor.setActivePage(I)V+54
j  org.eclipse.ui.part.MultiPageEditorPart.createPartControl(Lorg/
eclipse/swt/widgets/Composite;)V+29
j  org.eclipse.ui.internal.EditorReference.createPartHelper()Lorg/
eclipse/ui/IEditorPart;+321
j  org.eclipse.ui.internal.EditorReference.createPart()Lorg/eclipse/ui/
IWorkbenchPart;+27
j  org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/
eclipse/ui/IWorkbenchPart;+65
j  org.eclipse.ui.internal.EditorReference.getEditor(Z)Lorg/eclipse/ui/
IEditorPart;+2
j  org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(Lorg/
eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/
IMemento;)Lorg/eclipse/ui/IEditorPart;+233
j  org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Lorg/eclipse/
ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/
eclipse/ui/IEditorPart;+27
j  org.eclipse.ui.internal.WorkbenchPage.access$11(Lorg/eclipse/ui/
internal/WorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/
String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+8
j  org.eclipse.ui.internal.WorkbenchPage$10.run()V+29
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/
widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/
eclipse/ui/IEditorPart;+59
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;ZI)Lorg/eclipse/ui/IEditorPart;+7
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;Z)Lorg/eclipse/ui/IEditorPart;+5
j  org.eclipse.ui.ide.IDE.openEditor(Lorg/eclipse/ui/
IWorkbenchPage;Lorg/eclipse/core/resources/IFile;ZZ)Lorg/eclipse/ui/
IEditorPart;+36
j  org.eclipse.ui.ide.IDE.openEditor(Lorg/eclipse/ui/
IWorkbenchPage;Lorg/eclipse/core/resources/IFile;Z)Lorg/eclipse/ui/
IEditorPart;+4
j
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Lorg/
eclipse/core/resources/IFile;Z)Lorg/eclipse/ui/IEditorPart;+27
j
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Ljava/
lang/Object;Z)Lorg/eclipse/ui/IEditorPart;+12
j  org.eclipse.jdt.ui.actions.OpenAction.run([Ljava/lang/Object;)V+59
j  org.eclipse.jdt.ui.actions.OpenAction.run(Lorg/eclipse/jface/
viewers/IStructuredSelection;)V+16
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Lorg/
eclipse/jface/viewers/ISelection;)V+12
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.run()V+5
j
org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(Lorg/
eclipse/jface/viewers/ISelection;Z)V+22
j  org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart
$4.open(Lorg/eclipse/jface/viewers/ISelection;Z)V+9
j  org.eclipse.ui.OpenAndLinkWithEditorHelper
$InternalListener.open(Lorg/eclipse/jface/viewers/OpenEvent;)V+25
j  org.eclipse.jface.viewers.StructuredViewer$2.run()V+8
J  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V
J  org.eclipse.core.runtime.Platform.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V
j  org.eclipse.ui.internal.JFaceUtil$1.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V+1
j  org.eclipse.jface.util.SafeRunnable.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V+4
j  org.eclipse.jface.viewers.StructuredViewer.fireOpen(Lorg/eclipse/
jface/viewers/OpenEvent;)V+32
j  org.eclipse.jface.viewers.StructuredViewer.handleOpen(Lorg/eclipse/
swt/events/SelectionEvent;)V+31
j  org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Lorg/
eclipse/swt/events/SelectionEvent;)V+5
j  org.eclipse.jface.util.OpenStrategy.fireOpenEvent(Lorg/eclipse/swt/
events/SelectionEvent;)V+38
j  org.eclipse.jface.util.OpenStrategy.access$2(Lorg/eclipse/jface/
util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V+2
j  org.eclipse.jface.util.OpenStrategy$1.handleEvent(Lorg/eclipse/swt/
widgets/Event;)V+37
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/
widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/
window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/
Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/
eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/
eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/
WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/
widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/
eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/
Object;)Ljava/lang/Object;+135
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/
lang/Object;)Ljava/lang/Object;+103
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/
lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/
Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/
String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
V  [jvm.dll+0x845a9]
V  [jvm.dll+0xd9317]
V  [jvm.dll+0x8447a]
V  [jvm.dll+0xed13f]
V  [jvm.dll+0xa23ad]
C  [java.dll+0x6d11]
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/
Object;)Ljava/lang/Object;+111
...<more frames>...

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.font.FileFont.getFontMetrics(J)Lsun/font/StrikeMetrics;+0
j  sun.font.FileFontStrike.getFontMetrics()Lsun/font/StrikeMetrics;+16
j  sun.font.FontDesignMetrics.initMatrixAndMetrics()V+28
j  sun.font.FontDesignMetrics.<init>(Ljava/awt/Font;Ljava/awt/font/
FontRenderContext;)V+62
j  sun.font.FontDesignMetrics.<init>(Ljava/awt/Font;)V+5
j  sun.awt.SunToolkit.getFontMetrics(Ljava/awt/Font;)Ljava/awt/
FontMetrics;+44
j  sun.awt.windows.WToolkit.getFontMetrics(Ljava/awt/Font;)Ljava/awt/
FontMetrics;+13
j  android.graphics.Paint.updateFontObject()V+140
j  android.graphics.Paint.setTextSize(F)V+6
j  android.widget.TextView.setRawTextSize(F)V+17
j  android.widget.TextView.<init>(Landroid/content/Context;Landroid/
util/AttributeSet;I)V+2597
j  android.widget.TextView.<init>(Landroid/content/Context;Landroid/
util/AttributeSet;)V+6
v  ~StubRoutines::call_stub
j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/
reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/
Object;)Ljava/lang/Object;+72
J  sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/
lang/Object;)Ljava/lang/Object;
J  java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/
lang/Object;
v  ~RuntimeStub::alignment_frame_return Runtime1 stub
j  android.view.LayoutInflater.createView(Ljava/lang/String;Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+266
j  android.view.BridgeInflater.onCreateView(Ljava/lang/String;Landroid/
util/AttributeSet;)Landroid/view/View;+34
j  android.view.LayoutInflater.createViewFromTag(Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+65
j  android.view.BridgeInflater.createViewFromTag(Ljava/lang/
String;Landroid/util/AttributeSet;)Landroid/view/View;+5
j  android.view.LayoutInflater.rInflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/View;Landroid/util/AttributeSet;)V+139
j  android.view.LayoutInflater.inflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/ViewGroup;Z)Landroid/view/View;+176
j  android.view.LayoutInflater.inflate(Lorg/xmlpull/v1/
XmlPullParser;Landroid/view/ViewGroup;)Landroid/view/View;+12
j  com.android.layoutlib.bridge.Bridge.computeLayout(Lcom/android/
layoutlib/api/IXmlPullParser;Ljava/lang/Object;IIIFFLjava/lang/
String;ZLjava/util/Map;Ljava/util/Map;Lcom/android/layoutlib/api/
IProjectCallback;Lcom/android/layoutlib/api/ILayoutLog;)Lcom/android/
layoutlib/api/ILayoutResult;+274
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.computeLayout(Lcom/
android/ide/eclipse/adt/internal/sdk/AndroidTargetData
$LayoutBridge;Lcom/android/layoutlib/api/IXmlPullParser;Ljava/lang/
Object;IIZIFFLjava/lang/String;ZLjava/util/Map;Ljava/util/Map;Lcom/
android/layoutlib/api/IProjectCallback;Lcom/android/layoutlib/api/
ILayoutLog;)Lcom/android/layoutlib/api/ILayoutResult;+78
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.recomputeLayout()V
+469
j
com.android.ide.eclipse.adt.internal.editors.layout.GraphicalLayoutEditor.activated()V
+15
j
com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor.pageChange(I)V
+24
j  org.eclipse.ui.part.MultiPageEditorPart.setActivePage(I)V+31
j  org.eclipse.ui.forms.editor.FormEditor.setActivePage(I)V+54
j  org.eclipse.ui.part.MultiPageEditorPart.createPartControl(Lorg/
eclipse/swt/widgets/Composite;)V+29
j  org.eclipse.ui.internal.EditorReference.createPartHelper()Lorg/
eclipse/ui/IEditorPart;+321
j  org.eclipse.ui.internal.EditorReference.createPart()Lorg/eclipse/ui/
IWorkbenchPart;+27
j  org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/
eclipse/ui/IWorkbenchPart;+65
j  org.eclipse.ui.internal.EditorReference.getEditor(Z)Lorg/eclipse/ui/
IEditorPart;+2
j  org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(Lorg/
eclipse/ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/
IMemento;)Lorg/eclipse/ui/IEditorPart;+233
j  org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Lorg/eclipse/
ui/IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/
eclipse/ui/IEditorPart;+27
j  org.eclipse.ui.internal.WorkbenchPage.access$11(Lorg/eclipse/ui/
internal/WorkbenchPage;Lorg/eclipse/ui/IEditorInput;Ljava/lang/
String;ZILorg/eclipse/ui/IMemento;)Lorg/eclipse/ui/IEditorPart;+8
j  org.eclipse.ui.internal.WorkbenchPage$10.run()V+29
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/
widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;ZILorg/eclipse/ui/IMemento;)Lorg/
eclipse/ui/IEditorPart;+59
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;ZI)Lorg/eclipse/ui/IEditorPart;+7
j  org.eclipse.ui.internal.WorkbenchPage.openEditor(Lorg/eclipse/ui/
IEditorInput;Ljava/lang/String;Z)Lorg/eclipse/ui/IEditorPart;+5
j  org.eclipse.ui.ide.IDE.openEditor(Lorg/eclipse/ui/
IWorkbenchPage;Lorg/eclipse/core/resources/IFile;ZZ)Lorg/eclipse/ui/
IEditorPart;+36
j  org.eclipse.ui.ide.IDE.openEditor(Lorg/eclipse/ui/
IWorkbenchPage;Lorg/eclipse/core/resources/IFile;Z)Lorg/eclipse/ui/
IEditorPart;+4
j
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Lorg/
eclipse/core/resources/IFile;Z)Lorg/eclipse/ui/IEditorPart;+27
j
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(Ljava/
lang/Object;Z)Lorg/eclipse/ui/IEditorPart;+12
j  org.eclipse.jdt.ui.actions.OpenAction.run([Ljava/lang/Object;)V+59
j  org.eclipse.jdt.ui.actions.OpenAction.run(Lorg/eclipse/jface/
viewers/IStructuredSelection;)V+16
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(Lorg/
eclipse/jface/viewers/ISelection;)V+12
j  org.eclipse.jdt.ui.actions.SelectionDispatchAction.run()V+5
j
org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(Lorg/
eclipse/jface/viewers/ISelection;Z)V+22
j  org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart
$4.open(Lorg/eclipse/jface/viewers/ISelection;Z)V+9
j  org.eclipse.ui.OpenAndLinkWithEditorHelper
$InternalListener.open(Lorg/eclipse/jface/viewers/OpenEvent;)V+25
j  org.eclipse.jface.viewers.StructuredViewer$2.run()V+8
J  org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V
J  org.eclipse.core.runtime.Platform.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V
j  org.eclipse.ui.internal.JFaceUtil$1.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V+1
j  org.eclipse.jface.util.SafeRunnable.run(Lorg/eclipse/core/runtime/
ISafeRunnable;)V+4
j  org.eclipse.jface.viewers.StructuredViewer.fireOpen(Lorg/eclipse/
jface/viewers/OpenEvent;)V+32
j  org.eclipse.jface.viewers.StructuredViewer.handleOpen(Lorg/eclipse/
swt/events/SelectionEvent;)V+31
j  org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Lorg/
eclipse/swt/events/SelectionEvent;)V+5
j  org.eclipse.jface.util.OpenStrategy.fireOpenEvent(Lorg/eclipse/swt/
events/SelectionEvent;)V+38
j  org.eclipse.jface.util.OpenStrategy.access$2(Lorg/eclipse/jface/
util/OpenStrategy;Lorg/eclipse/swt/events/SelectionEvent;)V+2
j  org.eclipse.jface.util.OpenStrategy$1.handleEvent(Lorg/eclipse/swt/
widgets/Event;)V+37
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/
widgets/Event;)V
J  org.eclipse.swt.widgets.Display.runDeferredEvents()Z
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/
window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j  org.eclipse.ui.internal.Workbench.runUI()I+393
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/
Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$5.run()V+55
j  org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/
eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/
eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/
WorkbenchAdvisor;)I+18
j  org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/
widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j  org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/
eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84
j  org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/
Object;)Ljava/lang/Object;+135
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/
lang/Object;)Ljava/lang/Object;+103
j
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/
lang/Object;)Ljava/lang/Object;+29
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/
Object;)Ljava/lang/Object;+149
j  org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/
String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/
Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/
Object;)Ljava/lang/Object;+111
j  org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/
String;[Ljava/net/URL;)V+211
j  org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V
+114
j  org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x0570cba0 JavaThread
"org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon
[_thread_blocked, id=5444]
  0x0566f010 JavaThread "Worker-11" [_thread_blocked, id=2292]
  0x05806958 JavaThread "Worker-10" [_thread_blocked, id=5456]
  0x042c4230 JavaThread "Worker-9" [_thread_blocked, id=2528]
  0x058adfe0 JavaThread "AWT-Windows" daemon [_thread_in_native,
id=2824]
  0x058dbdc8 JavaThread "Java2D Disposer" daemon [_thread_blocked,
id=6000]
  0x0412a408 JavaThread "Worker-7" [_thread_blocked, id=2728]
  0x0418d4d8 JavaThread "Worker-6" [_thread_blocked, id=1408]
  0x05681e20 JavaThread "[ThreadPool Manager] - Idle Thread" daemon
[_thread_blocked, id=5236]
  0x042c47f0 JavaThread "Worker-2" [_thread_blocked, id=4492]
  0x0543eba0 JavaThread "Bundle File Closer" daemon [_thread_blocked,
id=3988]
  0x0430fa58 JavaThread "Device List Monitor" [_thread_in_native,
id=3636]
  0x05237a58 JavaThread "Java indexing" daemon [_thread_blocked,
id=5872]
  0x051af618 JavaThread "Monitor" [_thread_in_native, id=5220]
  0x04183240 JavaThread "[Timer] - Main Queue Handler" daemon
[_thread_blocked, id=5376]
  0x04039930 JavaThread "Framework Event Dispatcher" daemon
[_thread_blocked, id=5204]
  0x0402d450 JavaThread "Start Level Event Dispatcher" daemon
[_thread_blocked, id=4480]
  0x03ffee20 JavaThread "State Data Manager" daemon [_thread_blocked,
id=5008]
  0x012e7b50 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=5152]
  0x012e6850 JavaThread "CompilerThread0" daemon [_thread_blocked,
id=2316]
  0x012e5ae8 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=5048]
  0x012dcaf8 JavaThread "Finalizer" daemon [_thread_blocked, id=5676]
  0x012db660 JavaThread "Reference Handler" daemon [_thread_blocked,
id=3888]
=>0x0086c1e8 JavaThread "main" [_thread_in_native, id=3752]

Other Threads:
  0x012d74c0 VMThread [id=5168]
  0x012e5a28 WatcherThread [id=5340]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 11136K, used 4283K [0x10030000,
0x10c40000, 0x12790000)
  eden space 9920K,  30% used [0x10030000, 0x1032ecd8, 0x109e0000)
  from space 1216K, 100% used [0x109e0000, 0x10b10000, 0x10b10000)
  to   space 1216K,   0% used [0x10b10000, 0x10b10000, 0x10c40000)
 tenured generation   total 147080K, used 90831K [0x12790000,
0x1b732000, 0x30030000)
   the space 147080K,  61% used [0x12790000, 0x18043ef8, 0x18044000,
0x1b732000)
 compacting perm gen  total 64768K, used 64552K [0x30030000,
0x33f70000, 0x40030000)
   the space 64768K,  99% used [0x30030000, 0x33f3a290, 0x33f3a400,
0x33f70000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040e000         C:\eclipse\eclipse.exe
0x7c900000 - 0x7c9b2000         C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000         C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000         C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000         C:\WINDOWS\system32\GDI32.dll
0x5d090000 - 0x5d12a000         C:\WINDOWS\system32\COMCTL32.dll
0x77dd0000 - 0x77e6b000         C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000         C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000         C:\WINDOWS\system32\Secur32.dll
0x77c10000 - 0x77c68000         C:\WINDOWS\system32\MSVCRT.dll
0x76390000 - 0x763ad000         C:\WINDOWS\system32\IMM32.DLL
0x72000000 - 0x72014000         C:\eclipse\plugins
\org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
0x77c00000 - 0x77c08000         C:\WINDOWS\system32\VERSION.dll
0x5ad70000 - 0x5ada8000         C:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476c000         C:\WINDOWS\system32\MSCTF.dll
0x63000000 - 0x63014000         C:\WINDOWS\system32\SynTPFcs.dll
0x60c40000 - 0x60ca7000         C:\PROGRAM FILES\NORTON INTERNET SECURITY
\ENGINE\17.5.0.127\ASOEHOOK.DLL
0x774e0000 - 0x7761d000         C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ab000         C:\WINDOWS\system32\OLEAUT32.dll
0x78520000 - 0x785c3000         C:\WINDOWS\WinSxS
\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e
\MSVCR90.dll
0x78480000 - 0x7850e000         C:\WINDOWS\WinSxS
\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e
\MSVCP90.dll
0x10000000 - 0x10023000         C:\WINDOWS\system32\PROCHLP.DLL
0x00f70000 - 0x01006000         C:\Program Files\Lenovo\Client Security
Solution\tvtpwm_windows_hook.dll
0x76bf0000 - 0x76bfb000         C:\WINDOWS\system32\PSAPI.DLL
0x7c9c0000 - 0x7d1d7000         C:\WINDOWS\system32\SHELL32.dll
0x77f60000 - 0x77fd6000         C:\WINDOWS\system32\SHLWAPI.dll
0x773d0000 - 0x774d3000         C:\WINDOWS\WinSxS
\x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
0x755c0000 - 0x755ee000         C:\WINDOWS\system32\msctfime.ime
0x6d670000 - 0x6d804000         C:\Program Files\Java\jre1.5.0_06\bin\client
\jvm.dll
0x76b40000 - 0x76b6d000         C:\WINDOWS\system32\WINMM.dll
0x6d280000 - 0x6d288000         C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
0x6d640000 - 0x6d64c000         C:\Program Files\Java\jre1.5.0_06\bin
\verify.dll
0x6d300000 - 0x6d31d000         C:\Program Files\Java\jre1.5.0_06\bin
\java.dll
0x6d660000 - 0x6d66f000         C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
0x6d4c0000 - 0x6d4d3000         C:\Program Files\Java\jre1.5.0_06\bin\net.dll
0x71ab0000 - 0x71ac7000         C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000         C:\WINDOWS\system32\WS2HELP.dll
0x6d4e0000 - 0x6d4e9000         C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
0x04880000 - 0x048d9000         C:\eclipse\configuration\org.eclipse.osgi
\bundles\208\1\.cp\swt-win32-3555.dll
0x763b0000 - 0x763f9000         C:\WINDOWS\system32\comdlg32.dll
0x74d90000 - 0x74dfb000         C:\WINDOWS\system32\USP10.dll
0x048e0000 - 0x049b1000         C:\WINDOWS\system32\WININET.dll
0x01200000 - 0x01209000         C:\WINDOWS\system32\Normaliz.dll
0x049c0000 - 0x04a05000         C:\WINDOWS\system32\iertutil.dll
0x04b40000 - 0x04b54000         C:\eclipse\configuration\org.eclipse.osgi
\bundles\208\1\.cp\swt-gdip-win32-3555.dll
0x4ec50000 - 0x4edfb000         C:\WINDOWS\WinSxS
\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-
ww_f0b4c2df\gdiplus.dll
0x04ee0000 - 0x04ee8000         C:\eclipse\configuration\org.eclipse.osgi
\bundles\34\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x68000000 - 0x68036000         C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000         C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b5000         C:\WINDOWS\system32\netapi32.dll
0x71a50000 - 0x71a8f000         C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000         C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000         C:\WINDOWS\System32\wshtcpip.dll
0x76f20000 - 0x76f47000         C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000         C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000         C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000         C:\WINDOWS\system32\rasadhlp.dll
0x74c80000 - 0x74cac000         C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760e5000         C:\WINDOWS\system32\MSVCP60.dll
0x06270000 - 0x06535000         C:\WINDOWS\system32\xpsp2res.dll
0x76fd0000 - 0x7704f000         C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000         C:\WINDOWS\system32\COMRes.dll
0x75cf0000 - 0x75d81000         C:\WINDOWS\system32\mlang.dll
0x76380000 - 0x76385000         C:\WINDOWS\system32\msimg32.dll
0x05900000 - 0x0590f000         C:\eclipse\configuration\org.eclipse.osgi
\bundles\37\1\.cp\jWinHttp-1.0.0.dll
0x4d4f0000 - 0x4d549000         C:\WINDOWS\system32\WINHTTP.dll
0x76ee0000 - 0x76f1c000         C:\WINDOWS\system32\RASAPI32.DLL
0x76e90000 - 0x76ea2000         C:\WINDOWS\system32\rasman.dll
0x76eb0000 - 0x76edf000         C:\WINDOWS\system32\TAPI32.dll
0x76e80000 - 0x76e8e000         C:\WINDOWS\system32\rtutils.dll
0x77c70000 - 0x77c95000         C:\WINDOWS\system32\msv1_0.dll
0x76790000 - 0x7679c000         C:\WINDOWS\system32\cryptdll.dll
0x76d60000 - 0x76d79000         C:\WINDOWS\system32\iphlpapi.dll
0x6d000000 - 0x6d167000         C:\Program Files\Java\jre1.5.0_06\bin\awt.dll
0x73000000 - 0x73026000         C:\WINDOWS\system32\WINSPOOL.DRV
0x6d240000 - 0x6d27d000         C:\Program Files\Java\jre1.5.0_06\bin
\fontmanager.dll
0x73760000 - 0x737ab000         C:\WINDOWS\system32\ddraw.dll
0x73bc0000 - 0x73bc6000         C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 - 0x73a10000         C:\WINDOWS\system32\D3DIM700.DLL
0x6d190000 - 0x6d1bf000         C:\Program Files\Java\jre1.5.0_06\bin\cmm.dll
0x6d3c0000 - 0x6d3df000         C:\Program Files\Java\jre1.5.0_06\bin
\jpeg.dll
0x07190000 - 0x0722e000         C:\Program Files\Lenovo\Client Security
Solution\tvtpwm_keyboard_hook.dll
0x08e50000 - 0x09027000         C:\Program Files\Lenovo\Client Security
Solution\tvt_passwordmanager.dll
0x76f50000 - 0x76f58000         C:\WINDOWS\system32\WTSAPI32.dll
0x76360000 - 0x76370000         C:\WINDOWS\system32\WINSTA.dll
0x09030000 - 0x090d8000         C:\Program Files\Common Files\Lenovo
\tvt_banner.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m -
XX:MaxPermSize=256m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:/Program Files/Java/jre1.5.0_06/bin/client;C:/Program Files/
Java/jre1.5.0_06/bin;C:\Program Files\PHP\;C:\WINDOWS\system32;C:
\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\ThinkPad
\Utilities;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files
\Common Files\Lenovo;C:\Program Files\Lenovo\Client Security
Solution;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MySQL\MySQL
Server 5.1\bin;C:\android\android-sdk-windows\tools
USERNAME=Marcin
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 3

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

Memory: 4k page, physical 2087276k(1068504k free), swap
4025112k(3002228k free)

vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86,
built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

Any clue anyone ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to