dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

Fields display as null in debugger #9604

Closed stevemessick closed 9 years ago

stevemessick commented 11 years ago

Debugging in Dartium sometimes incorrectly displays fields as null. Yet there is an outline triangle to the left that can be opened to see the contents of the actual object. I have repeatedly been misled by this. Perhaps it would be possible to add an assertion to catch this inconsistency. Or at least flag it with an error to avoid misleading the programmer. //////////////////////////////////////////////////////////////////////////////////// Editor: 0.4.3_r20602 (2013-03-27) OS: Mac OS X - i386 (10.8.3) JVM: 1.6.0_43

projects: 1

open dart files: 8

auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 988 / 178 / 80 MB thread count: 39 analysis: 0 tasks, 18 libraries, 2 contexts index: 161361 relationships and 0 attributes in 25368 elements in 362 resources stored in 5 MB on disk

SDK installed: true Dartium installed: true //////////////////////////////////////////////////////////////////////////////////// un(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 2 2013-04-02 15:00:28.271 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 0 2013-04-02 15:00:28.271 !MESSAGE An error has occurred. See error log for more details. !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 2 2013-04-02 15:00:28.271 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 0 2013-04-02 15:00:28.271 !MESSAGE An error has occurred. See error log for more details. !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 2 2013-04-02 15:00:28.272 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

!ENTRY org.eclipse.jface 4 0 2013-04-02 15:00:28.272 !MESSAGE An error has occurred. See error log for more details. !STACK 0 org.eclipse.core.runtime.AssertionFailedException: assertion failed:         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)         at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)         at org.eclipse.ui.texteditor.EditorStatusLine$StatusLineClearer.selectionChanged(EditorStatusLine.java:41)         at com.google.dart.tools.ui.internal.text.editor.DartEditor$DartSelectionProvider$1.selectionChanged(DartEditor.java:1516)         at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)         at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)         at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2732)         at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2711)         at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:2396)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6303)         at org.eclipse.ui.texteditor.AbstractTextEditor.selectAndReveal(AbstractTextEditor.java:6274)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.positionEditor(SourceLookupFacility.java:314)         at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:242)         at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:973)         at org.eclipse.debug.internal.ui.elements.adapters.StackFrameSourceDisplayAdapter$SourceDisplayJob.runInUIThread(StackFrameSourceDisplayAdapter.java:157)         at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)         at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)         at com.google.dart.tools.deploy.DartIDEApplication.start(DartIDEApplication.java:98)         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)         at java.lang.reflect.Method.invoke(Method.java:597)         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

stevemessick commented 11 years ago

Correction to my last problem report: I am debugging in the VM, not Dartium. //////////////////////////////////////////////////////////////////////////////////// Editor: 0.4.3_r20602 (2013-03-27) OS: Mac OS X - i386 (10.8.3) JVM: 1.6.0_43

projects: 1

open dart files: 8

auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 988 / 178 / 84 MB thread count: 40 analysis: 0 tasks, 18 libraries, 2 contexts index: 161361 relationships and 0 attributes in 25368 elements in 362 resources stored in 5 MB on disk

SDK installed: true Dartium installed: true

devoncarew commented 11 years ago

Closing this out as there's not enough info to repro, and I believe there are a few related bugs open on the VM side. The current known cause of this is on a break-on-exceptions pause.


Added Duplicate label.

clayberg commented 11 years ago

Removed this from the Later milestone. Added this to the M5 milestone.