Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 108432 - Divide by Zero doing search.
Summary: Divide by Zero doing search.
Status: RESOLVED DUPLICATE of bug 108107
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 17:55 EDT by Michael Van Meekeren CLA
Modified: 2005-08-31 10:00 EDT (History)
0 users

See Also:


Attachments
search as a fast view and search dialog (1.12 MB, image/png)
2005-08-30 17:57 EDT, Michael Van Meekeren CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Van Meekeren CLA 2005-08-30 17:55:25 EDT
See attached image, when doing a search I got the following error, to get it
again I had to close the search view first.
-------------------

Error 2005-08-30 17:16:25.601 Failed to execute runnable
(java.lang.ArithmeticException: / by zero)
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.ArithmeticException: / by zero)
at org.eclipse.swt.SWT.error(SWT.java:3241)
at org.eclipse.swt.SWT.error(SWT.java:3164)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3113)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2768)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1734)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1698)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Caused by: java.lang.ArithmeticException: / by zero
at org.eclipse.ui.internal.progress.JobInfo.getPercentDone(JobInfo.java:318)
at
org.eclipse.ui.internal.progress.ProgressInfoItem.getPercentDone(ProgressInfoItem.java:582)
at
org.eclipse.ui.internal.progress.ProgressInfoItem.refresh(ProgressInfoItem.java:436)
at
org.eclipse.ui.internal.progress.ProgressInfoItem.createChildren(ProgressInfoItem.java:273)
at
org.eclipse.ui.internal.progress.ProgressInfoItem.<init>(ProgressInfoItem.java:178)
at
org.eclipse.ui.internal.progress.DetailedProgressViewer.createNewItem(DetailedProgressViewer.java:102)
at
org.eclipse.ui.internal.progress.DetailedProgressViewer.add(DetailedProgressViewer.java:88)
at
org.eclipse.ui.internal.progress.ProgressViewerContentProvider.add(ProgressViewerContentProvider.java:203)
at
org.eclipse.ui.internal.progress.ProgressViewUpdater$1.runInUIThread(ProgressViewUpdater.java:263)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3113)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2768)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1734)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1698)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Comment 1 Michael Van Meekeren CLA 2005-08-30 17:57:20 EDT
Created attachment 26660 [details]
search as a fast view and search dialog
Comment 2 Douglas Pollock CLA 2005-08-31 10:00:36 EDT

*** This bug has been marked as a duplicate of 108107 ***