Bug 28546 - cannot use compare on motif (over Hummingbird)
Summary: cannot use compare on motif (over Hummingbird)
Status: RESOLVED DUPLICATE of bug 28388
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux-Motif
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-17 12:38 EST by Adam Kiezun CLA
Modified: 2002-12-17 13:16 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-12-17 12:38:57 EST
20021216
i cannot use compare on motif -the view is always empty and does not refresh
itself (the sash in the middle is fine, though)
so, i cannot use cvs either
Comment 1 Adam Kiezun CLA 2002-12-17 12:51:52 EST
blocker for me on motif
it must be this - i have 150K of these in the log:

java.lang.IllegalArgumentException: Argument not valid
	at org.eclipse.swt.SWT.error(SWT.java:2166)
	at org.eclipse.swt.SWT.error(SWT.java:2110)
	at org.eclipse.swt.graphics.GC.setBackground(GC.java:2124)
	at org.eclipse.swt.custom.StyledText.performPaint(StyledText.java:5754)
	at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:5137)
	at org.eclipse.swt.custom.StyledText$13.handleEvent(StyledText.java:4854)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:862)
	at org.eclipse.swt.widgets.Composite.processPaint(Composite.java:501)
	at org.eclipse.swt.widgets.Canvas.processPaint(Canvas.java:113)
	at org.eclipse.swt.widgets.Widget.processEvent(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code))
	at org.eclipse.swt.internal.motif.OS.XtDispatchEvent(Native Method)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:561)
	at org.eclipse.jface.window.Window.open(Window.java:541)
	at
org.eclipse.compare.EditionSelectionDialog.selectEdition(EditionSelectionDialog.java:453)
	at
org.eclipse.jdt.internal.ui.compare.JavaCompareWithEditionAction.run(JavaCompareWithEditionAction.java:77)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:250)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:411)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:365)
	at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:356)
	at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:48)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:1386)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
	at org.eclipse.core.launcher.Main.run(Main.java:703)
	at org.eclipse.core.launcher.Main.main(Main.java:539)

Comment 2 Andre Weinand CLA 2002-12-17 13:16:07 EST

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