Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] binary parser running while all binary parsers are disabled

Guys, please raise bugs on these things.

   https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT

Thanks,
Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Zarges, Olav
> Sent: Wednesday, June 27, 2007 9:53 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] binary parser running while all binary parsers are
> disabled
> 
> 
> > I'm using the latest CDT (20070626) for a makefile C++ project on
> cygwin.
> > While I disabled all binary parsers I see the binary parser running
> after
> > opening the project properties and pressing the "Apply" or "OK" button.
> >
> > -> the progress dialog shows "Searching for Binaries(ProjectName)"...
> >
> > Another strange thing with the parser is that it is parsing my
> > compiler and/or cygwin path which is rather huge and therefore it
> > takes some time.
> >
> > Shouldn't the binary parser just run when at least one  parser is
> enabled
> > and parse only files in the project directory? Anyone else having this
> > behaviour?
> 
> After enabling/disabling (elf, gnu elf) some binary parsers and reopening
> the
> property page the list of binary parsers is empty an I get "An error has
> occurred.
> See error log for more details." Here is the log...
> 
> 
> 
> !ENTRY org.eclipse.ui 4 0 2007-06-27 15:44:37.109
> !MESSAGE Unhandled event loop exception
> !STACK 0
> java.lang.ArrayIndexOutOfBoundsException: 7
> 	at
> org.eclipse.cdt.ui.newui.BinaryParsTab.updateData(BinaryParsTab.java:186)
> 	at
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.setVisible(AbstractCProperty
> Tab.java:198)
> 	at
> org.eclipse.cdt.ui.newui.BinaryParsTab.setVisible(BinaryParsTab.java:166)
> 	at
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCProp
> ertyTab.java:507)
> 	at
> org.eclipse.cdt.ui.newui.AbstractPage$4.widgetSelected(AbstractPage.java:3
> 18)
> 	at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
> 	at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
> 	at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
> 	at org.eclipse.jface.window.Window.open(Window.java:796)
> 	at
> org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:
> 156)
> 	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
> 	at
> org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Acti
> onContributionItem.java:545)
> 	at
> org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributio
> nItem.java:490)
> 	at
> org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContri
> butionItem.java:402)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
> 	at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
> 	at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
> 	at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
> 	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> 	at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:28
> 9)
> 	at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461
> )
> 	at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplicatio
> n.java:106)
> 	at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.jav
> a:153)
> 	at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicatio
> n(EclipseAppLauncher.java:106)
> 	at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Eclipse
> AppLauncher.java:76)
> 	at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:36
> 3)
> 	at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:17
> 6)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> 	at java.lang.reflect.Method.invoke(Unknown Source)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top