Bug#403732: eclipse: Crash on startup: Error notifying a preference change listener.

Martin Waitz tali at debian.org
Tue Dec 19 12:41:59 UTC 2006


Package: eclipse
Version: 3.2.1-2
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hoi :)

When starting eclipse, I get the following error dialog:

	Error notifying a preference change listener. Check the log for
	details.

in workspace/.metadata/.log I found the following backtrace:


!SESSION 2006-12-19 13:23:22.248 -----------------------------------------------
eclipse.buildId=M20060921-0945
java.fullversion=GNU libgcj 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2 1 2006-12-19 13:23:38.696
!MESSAGE NLS missing message: initializer_error in: org.eclipse.core.internal.runtime.messages

!ENTRY org.eclipse.osgi 2 1 2006-12-19 13:23:38.702
!MESSAGE NLS missing message: fileInitializer_fileNotFound in: org.eclipse.core.internal.runtime.messages

!ENTRY org.eclipse.osgi 2 1 2006-12-19 13:23:38.702
!MESSAGE NLS missing message: fileInitializer_IOError in: org.eclipse.core.internal.runtime.messages

!ENTRY org.eclipse.osgi 2 1 2006-12-19 13:23:38.702
!MESSAGE NLS missing message: fileInitializer_missingFileName in: org.eclipse.core.internal.runtime.messages

!ENTRY org.eclipse.ui.workbench 4 2 2006-12-19 13:24:10.634
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
   at org.eclipse.cdt.internal.ui.text.CTextTools.adaptToPreferenceChange(CTextTools.java:238)
   at org.eclipse.cdt.internal.ui.text.CTextTools$PreferenceListener.propertyChange(CTextTools.java:38)
   at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.setToDefault(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.texteditor.MarkerAnnotationPreferences.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.EditorsUI.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.ui.CUIPreferenceInitializer.initializeDefaultPreferences(CUIPreferenceInitializer.java:49)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.load(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.create(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.node(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.AbstractScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.runtime.preferences.DefaultScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.internalGet(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getString(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.jface.preference.PreferenceConverter.getColor(org.eclipse.jface_3.2.1.M20060908-1000.jar.so)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.addToken(AbstractCScanner.java:96)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.initialize(AbstractCScanner.java:89)
   at org.eclipse.cdt.internal.ui.text.CCodeScanner.<init>(CCodeScanner.java:59)
   at org.eclipse.cdt.internal.ui.text.CTextTools.<init>(CTextTools.java:93)
   at org.eclipse.cdt.ui.CUIPlugin.getTextTools(CUIPlugin.java:400)
   at org.eclipse.cdt.internal.ui.editor.CEditor.initializeEditor(CEditor.java:225)
   at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.TextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.internal.ui.editor.CEditor.<init>(CEditor.java:218)
   at java.lang.Class.newInstance(libgcj.so.70)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin$1.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPartHelper(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPartReference.getPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager$5.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.Platform.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.EditorManager.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchWindow.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.doRestoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$14(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$19.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runStartupWithProgress(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$12(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$17.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.init(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runUI(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.ide.IDEApplication.run(org.eclipse.ui.ide_3.2.1.M20060915-1030.jar.so)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
   at org.eclipse.core.launcher.Main.run(Main.java:977)
   at org.eclipse.core.launcher.Main.main(Main.java:952)

!ENTRY org.eclipse.ui.workbench 4 2 2006-12-19 13:24:21.326
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
   at org.eclipse.cdt.internal.ui.text.CTextTools.adaptToPreferenceChange(CTextTools.java:238)
   at org.eclipse.cdt.internal.ui.text.CTextTools$PreferenceListener.propertyChange(CTextTools.java:38)
   at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.setToDefault(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.texteditor.MarkerAnnotationPreferences.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.EditorsUI.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.ui.CUIPreferenceInitializer.initializeDefaultPreferences(CUIPreferenceInitializer.java:49)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.load(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.create(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.node(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.AbstractScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.runtime.preferences.DefaultScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.internalGet(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getString(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.jface.preference.PreferenceConverter.getColor(org.eclipse.jface_3.2.1.M20060908-1000.jar.so)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.addToken(AbstractCScanner.java:96)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.initialize(AbstractCScanner.java:89)
   at org.eclipse.cdt.internal.ui.text.CCodeScanner.<init>(CCodeScanner.java:59)
   at org.eclipse.cdt.internal.ui.text.CTextTools.<init>(CTextTools.java:93)
   at org.eclipse.cdt.ui.CUIPlugin.getTextTools(CUIPlugin.java:400)
   at org.eclipse.cdt.internal.ui.editor.CEditor.initializeEditor(CEditor.java:225)
   at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.TextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.internal.ui.editor.CEditor.<init>(CEditor.java:218)
   at java.lang.Class.newInstance(libgcj.so.70)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin$1.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPartHelper(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPartReference.getPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager$5.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.Platform.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.EditorManager.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchWindow.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.doRestoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$14(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$19.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runStartupWithProgress(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$12(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$17.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.init(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runUI(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.ide.IDEApplication.run(org.eclipse.ui.ide_3.2.1.M20060915-1030.jar.so)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
   at org.eclipse.core.launcher.Main.run(Main.java:977)
   at org.eclipse.core.launcher.Main.main(Main.java:952)

!ENTRY org.eclipse.ui.workbench 4 2 2006-12-19 13:24:22.364
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
   at org.eclipse.cdt.internal.ui.text.CTextTools.adaptToPreferenceChange(CTextTools.java:238)
   at org.eclipse.cdt.internal.ui.text.CTextTools$PreferenceListener.propertyChange(CTextTools.java:38)
   at org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyChangeEvent(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.setToDefault(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.texteditor.MarkerAnnotationPreferences.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.EditorsUI.useAnnotationsPreferencePage(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.ui.CUIPreferenceInitializer.initializeDefaultPreferences(CUIPreferenceInitializer.java:49)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.DefaultPreferences.load(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.create(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.EclipsePreferences.node(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.internal.preferences.AbstractScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.core.runtime.preferences.DefaultScope.getNode(org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getDefaultPreferences(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getPreferenceNodes(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.internalGet(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.preferences.ScopedPreferenceStore.getString(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.jface.preference.PreferenceConverter.getColor(org.eclipse.jface_3.2.1.M20060908-1000.jar.so)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.addToken(AbstractCScanner.java:96)
   at org.eclipse.cdt.internal.ui.text.AbstractCScanner.initialize(AbstractCScanner.java:89)
   at org.eclipse.cdt.internal.ui.text.CCodeScanner.<init>(CCodeScanner.java:59)
   at org.eclipse.cdt.internal.ui.text.CTextTools.<init>(CTextTools.java:93)
   at org.eclipse.cdt.ui.CUIPlugin.getTextTools(CUIPlugin.java:400)
   at org.eclipse.cdt.internal.ui.editor.CEditor.initializeEditor(CEditor.java:225)
   at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.ui.editors.text.TextEditor.<init>(org.eclipse.ui.editors_3.2.1.r321_v20060721.jar.so)
   at org.eclipse.cdt.internal.ui.editor.CEditor.<init>(CEditor.java:218)
   at java.lang.Class.newInstance(libgcj.so.70)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin$1.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.gtk.linux.x86_3.2.1.v3235.jar.so)
   at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPartHelper(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorReference.createPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPartReference.getPart(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager.setVisibleEditor(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.EditorManager$5.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.Platform.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.EditorManager.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchPage.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchWindow.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.doRestoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$14(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$19.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runStartupWithProgress(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.access$12(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench$17.run(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0.v20060603.jar.so)
   at org.eclipse.ui.internal.Workbench.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.init(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.runUI(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.ui.workbench_3.2.1.M20060906-0800.jar.so)
   at org.eclipse.ui.internal.ide.IDEApplication.run(org.eclipse.ui.ide_3.2.1.M20060915-1030.jar.so)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(org.eclipse.core.runtime_3.2.0.v20060603.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2.1.R32x_v20060919.jar.so)
   at java.lang.reflect.Method.invoke(libgcj.so.70)
   at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
   at org.eclipse.core.launcher.Main.run(Main.java:977)
   at org.eclipse.core.launcher.Main.main(Main.java:952)

- -- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages eclipse depends on:
ii  eclipse-jdt                   3.2.1-2    Java Development Tools plug-ins fo
ii  eclipse-pde                   3.2.1-2    Plug-in Development Environment to
ii  eclipse-source                3.2.1-2    Eclipse source code plug-ins

Versions of packages eclipse recommends:
ii  eclipse-gcj                   3.2.1-2    Native Eclipse run with GCJ

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFh94Nj/Eaxd/oD7IRAqSVAJ9klVhyo5WLuiOdVZAm/NOVktsBawCfSsY2
7VctUeZmgFr0JhQcGfuh8kk=
=9/ju
-----END PGP SIGNATURE-----




More information about the pkg-java-maintainers mailing list