issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
258,159 | Bug 258159 [64] MessageBox Crashes | Run control example with 64 bit swt. Open the browser tab, click Mozilla check box. ControlExample crashes. | resolved fixed | cde3186 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSAlert.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-10T17:52:15Z" | "2008-12-09T19:13:20Z" |
258,134 | Bug 258134 [64] eclipse does not start due to missing pango callback | null | resolved fixed | d07d00f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-09T17:19:44Z" | "2008-12-09T16:26:40Z" |
250,179 | Bug 250179 Consider drawing the block selection on characters | null | verified fixed | 8f2124b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-08T22:29:27Z" | "2008-10-08T21:06:40Z" |
257,967 | Bug 257967 BlockSelection: paste on wrong place when Styledtext is scrolled | run TextEditor open a file (a few lines, a few long lines too) switch to block selection mode resize so that the h scroll bar shows scroll to the left put some text in the clipboard selection some text in the editor paste Bug: the insertion location of the past is offset by the scroll offset. | resolved fixed | 38f50a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-08T19:31:42Z" | "2008-12-08T18:13:20Z" |
257,534 | Bug 257534 Javadoc of MouseEvent.stateMask should mention mouse masks | HEAD Javadoc of MouseEvent.stateMask should tell that it also includes mouse masks (like Event.stateMask, from where this value is copied in the constructor). | resolved fixed | 03c93f2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/events/MouseEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-05T21:55:22Z" | "2008-12-04T14:13:20Z" |
117,934 | Bug 117934 Mnemonic collision in Show view menu | Build id: I20051122-0800 To open views, I frequently use the key sequence "Alt+W,V,O" For Window > Show View > Other... Recently (I'm not sure when), this began instead selecting the Outline view when that is available in the menu. There shouldn't be two menu entries with the "O" mnemonic. | resolved wontfix | 1adf0b2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMenu.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-05T20:16:51Z" | "2005-11-24T19:20:00Z" |
256,476 | Bug 256476 DefaultSelection not being sent from Spinner | In Control Example, add a default selection listener to Spinner, hit return while the spinner has focus. No event is sent. Other widgets use NSEvent.keyCode(), but Spinner is using NSEvent.charactersIgnoringModifiers(). We should be consistent if possible. Not sure which approach is better. | resolved fixed | af47b10 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-05T19:37:29Z" | "2008-11-25T19:06:40Z" |
254,956 | Bug 254956 [DND] Drag and drop maintaining a grab too long. | In the Java Perspective, close all editors. Grab the .classpath file in Package Explorer and drag it to the editor area. The file is not opened. While still in the editor area, mouse down and move the mouse up and down. Notice the selection changing in the package explorer. When you release the mouse again, the .classpath file is opened. | resolved fixed | cec8745 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-04T23:27:53Z" | "2008-11-11T21:46:40Z" |
257,614 | Bug 257614 [Browser] add API to evaluate JS expression | - it's similar to execute(), but returns the expression's return value (if any) instead of a success boolean, and propogates JS errors to the Java side in the form of SWTException | resolved fixed | 828bb59 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/BrowserFunction.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-04T20:33:36Z" | "2008-12-04T19:46:40Z" |
257,278 | Bug 257278 Ctrl-Shift-R does not update correctly on Mac Carbon | N20081201-2011, screenshot attached | resolved fixed | a4a1f70 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-04T16:59:27Z" | "2008-12-02T23:20:00Z" |
257,238 | Bug 257238 StyledText: block selection mode: trouble with caret and newline | I20081202-0800. The block selection mode has troubles when I put the caret into a line and start typing: the small non-blinking caret stays (instead of the usual caret) - even after typing - and return does not working/is blocked. Can be reproduced in SWT's TextEditor example. | resolved fixed | e035e22 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-03T22:23:27Z" | "2008-12-02T17:46:40Z" |
256,685 | Bug 256685 CoolBar control: for Vertical style, Horizontal Fill also applies Vertical Fill | Builds: Eclipse SDK Mac OSX Cocoa N20081120-2000 (compared to Carbon N20081120-2000) In the context of the SWT Controls Example, re the CoolBar control: For the Vertical style, when Horizontal Fill is specified, both horizontal fill and vertical fill are applied. (This occurs for both Cocoa and Carbon) | resolved fixed | 3419da6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-02T19:17:21Z" | "2008-11-26T20:06:40Z" |
256,870 | Bug 256870 The logic for drawing Vertical gradient of Bottom tabs is incorrect | Build ID: I20081030-1917 Steps To Reproduce: The vertical gradient is not drawn proper when the following options are used - CTabFolder tabs = new CTabFolder(shell, SWT.BUTTON); tabs.setTabHeight(500); //just for clear visibility. tabs.setSelectionBackground(new Color[]{display.getSystemColor(SWT.COLOR_DARK_BLUE), display.getSystemColor(SWT.COLOR_RED), display.getSystemColor(SWT.COLOR_GREEN), display.getSystemColor(SWT.COLOR_CYAN)}, new int[] {5, 20, 99},true); More information: The logic in the method - CTabFolder.drawBackground(GC gc, int[] shape, int x, int y, int width, int height, Color defaultBackground, Image image, Color[] colors, int[] percents, boolean vertical) has to be modified as - AT ---------> if (vertical) { if (onBottom) { TO -----------> //********************************************************* if (onBottom) { if (percents[percents.length - 1] <= 100) { int position = percents[percents.length - 1] * height / 100; gc.setBackground(defaultBackground); gc.fillRectangle(x, y, width, position); } int pos = 0; Color lastColor = colors[colors.length-1]; if (lastColor == null) lastColor = defaultBackground; for (int i = percents.length-1; i >= 0; i--) { gc.setForeground(lastColor); lastColor = colors[i]; if (lastColor == null) lastColor = defaultBackground; gc.setBackground(lastColor); int nextPercent; if(i>0) nextPercent = percents[i-1]; else nextPercent=0; int gradientHeight = ((percents[i]-nextPercent) * height / 100); gc.fillGradientRectangle(x, y+pos, width, gradientHeight, true); pos += gradientHeight; } } //********************************************************* | resolved fixed | 88aa482 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-02T17:15:48Z" | "2008-11-28T11:00:00Z" |
256,770 | Bug 256770 [StyledText] setBackground() conflicts with LineStyleListener | Build ID: M20080911-1700 Steps To Reproduce: If you have a LineStyleListener installed and you call setBackground(), the result can look odd if you use getBackground() in the LineStyleListener to make some text background "transparent". The cause of the problem is that setBackgrund() doesn't reset the line styles. My fix was to move the reset code from addLineStyleListener(LineStyleListener) to a new method: public void addLineStyleListener(LineStyleListener listener) { checkWidget(); if (listener == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); if (!isListening(LineGetStyle)) { resetLineStyles (); // <-- Replaced this code } addListener(LineGetStyle, new StyledTextListener(listener)); } private void resetLineStyles () { setStyleRanges(0, 0, null, null, true); renderer.clearLineStyle(0, content.getLineCount()); } And I call this method in setBackground(): public void setBackground(Color color) { checkWidget(); background = color; super.setBackground(color); resetLineStyles(); // <-- insert call here super.redraw(); } I'm not submitting a patch because I couldn't find a way to create one with Eclipse. I'll open an extra bug for that. That said, the change is trivial to make (one "Extract to method" and one line inserted), so whoever takes on this bug should have no problem to fix it. | resolved fixed | ae2fbf2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-01T20:38:10Z" | "2008-11-27T12:46:40Z" |
256,845 | Bug 256845 Shell control: "remain on top" property is voided when one goes to another application | Builds: Eclipse SDK Mac OSX Cocoa N20081126-2000 (compared to Carbon N20081126-2000) In the context of the SWT Controls Example, re the Shell control: When a Shell control is set to be On Top, the "on topness" applies correctly so long as one remains within the context of the application. As soon as one selects another application on the desktop, the Shell appears to "lose" the "On Top" property. When one returns to the original application (in this case the Eclipse workbench), the Shell is no longer on top. This can cause quite a headache when the Shell is also set to be Modal: one cannot act on the original application until one has taken care of the modal Shell, but on returning to the original application, the "on-top" Shell is now lurking underneath all the other stuff on the desktop, and oftentimes one has no clue what is causing the ensuing system beep. | resolved fixed | 773b117 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-01T19:16:35Z" | "2008-11-28T02:40:00Z" |
257,056 | Bug 257056 [TestStyle] border missing in toString() | Build ID: M20080911-1700 Steps To Reproduce: The Method org.eclipse.swt.graphics.TextStyle.toString() doesn't include the border fields in the output. Please add this before "buffer.append("}");": if (borderStyle != SWT.NONE) { if (buffer.length() > startLength) buffer.append(", "); buffer.append("border="); switch(borderStyle) { case SWT.BORDER_SOLID: buffer.append("BORDER_SOLID"); break; case SWT.BORDER_DASH: buffer.append("BORDER_DASH"); break; case SWT.BORDER_DOT: buffer.append("BORDER_DOT"); break; default: buffer.append("Other("); buffer.append(borderStyle); buffer.append(")"); break; } if (borderColor != null) { buffer.append(", borderColor="); buffer.append(borderColor); } } | resolved fixed | d29d21c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/TextStyle.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-12-01T17:48:08Z" | "2008-12-01T11:13:20Z" |
223,590 | Bug 223590 Browser.print(GC) should not use ancestor clip | null | resolved fixed | 08ad5fb | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-27T23:33:08Z" | "2008-03-23T22:06:40Z" |
233,303 | Bug 233303 [Contributions] Menuitem has incorrect letter underlined | I put the & in the properties files. But when I select f10, the underlined letter is off by one character. I can use the correct letter (not the one underlined) just fine. And when I arrow over to the menuitem, the underline changes to the correct one... <preference name="label.en"> <base:value value="Screen &Lock" readOnly="false" xsi:type="base:String" required="false"/> </preference> <preference name="label.en"> <base:value value="Log &off system" readOnly="false" xsi:type="base:String" required="false"/> </preference> <preference name="label.en"> <base:value value="&Shutdown system" readOnly="false" xsi:type="base:String" required="false"/> </preference> | resolved fixed | f6abf83 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-27T19:47:59Z" | "2008-05-21T17:13:20Z" |
255,730 | Bug 255730 NPE in Tree | I got a few of these exceptions when I ended a debug session. java.lang.NullPointerException at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1416) at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:250) at org.eclipse.jface.viewers.AbstractTreeViewer.getSelection(AbstractTreeViewer.java:2848) at org.eclipse.ui.internal.AbstractSelectionService.getSelection(AbstractSelectionService.java:220) at org.eclipse.ui.internal.ide.actions.BuildUtilities.findSelectedProjects(BuildUtilities.java:78) at org.eclipse.ui.actions.BuildAction.isEnabled(BuildAction.java:231) at org.eclipse.ui.actions.RetargetAction.setActionHandler(RetargetAction.java:273) at org.eclipse.ui.internal.ide.actions.RetargetActionWithDefault.setActionHandler(RetargetActionWithDefault.java:47) at org.eclipse.ui.actions.RetargetAction.partActivated(RetargetAction.java:155) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:72) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:874) at org.eclipse.ui.internal.PartListenerList.fireEvent(PartListenerList.java:57) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:70) at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:187) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:306) at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:131) at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:122) at org.eclipse.ui.internal.WWinPartService$WWinListener.partDeactivated(WWinPartService.java:50) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:115) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:874) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:55) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:113) at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:242) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:300) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:57) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:136) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3492) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:611) at org.eclipse.ui.internal.WorkbenchPage.makeActive(WorkbenchPage.java:1229) at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1209) at org.eclipse.ui.internal.WorkbenchPage.updateVisibility(WorkbenchPage.java:3635) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3575) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1033) at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1017) at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3668) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3666) at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:124) at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:93) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1121) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1106) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:933) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2927) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2660) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:370) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | resolved fixed | 9c075ef | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-27T14:54:40Z" | "2008-11-18T23:13:20Z" |
256,688 | Bug 256688 IndexOutOfBoundsException in TreeItem | calling setText(-1, "foo"), or setImage(-1, img) causes an exception. It should just do nothing. | resolved fixed | d15e2d9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-26T19:24:29Z" | "2008-11-26T20:06:40Z" |
256,687 | Bug 256687 NPE in Tree setSelection | calling setSelection(new TreeItem[] {null}) causes an NPE. | resolved fixed | 741b87a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-26T19:16:28Z" | "2008-11-26T20:06:40Z" |
256,350 | Bug 256350 hitTest wrong on controls with Region | null | resolved fixed | c245286 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-24T22:45:24Z" | "2008-11-24T23:40:00Z" |
256,261 | Bug 256261 Hand cursor stays when releasing Ctrl after hovering a link | HEAD - open a text editor with linkable content - press and hold Ctrl - move mouse cursor over a link => mouse cursor turns into a hand - release Ctrl => expected (like in 3.4.1): mouse cursor reverts to I-beam => was: stays hand until I move the mouse | verified fixed | 564c1c0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-24T17:14:33Z" | "2008-11-24T12:33:20Z" |
256,170 | Bug 256170 Image loses alpha information and crashes on 64 bit | Here is the testcase: import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.*; public class PR { public static void main(String[] args) { try { Display display = new Display(); Shell shell = new Shell(display); final Image image = new Image(display, "worker.png"); GC gc = new GC(image); gc.dispose(); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.drawImage(image, 10, 10); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } catch (Throwable e) { e.printStackTrace(); } } } | resolved fixed | 2fd74ee | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-21T20:51:33Z" | "2008-11-21T20:40:00Z" |
255,282 | Bug 255282 SWTException thrown from CCombo | The ingredients are: 1. A CCombo widget. 2. This CCombo widget added to an Eclipse View. 3. The View has to be detached (this is important as it triggers the exception). The steps to reproduce are: 1. Open the View (detached) containing the CCombo widget. 2. Activite the CCombo by selecting an item from it. 3. Close the (detached) View ensuring that the focus is still on the CCombo widget. 4. Repeat steps 1-2 but this time selecting an item from the CCombo throws an exception: !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3777) at org.eclipse.swt.SWT.error(SWT.java:3695) at org.eclipse.swt.SWT.error(SWT.java:3666) at org.eclipse.swt.widgets.Widget.error(Widget.java:463) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:336) at org.eclipse.swt.widgets.Control.getShell(Control.java:1398) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:121) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1625) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2013) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3784) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:974) at org.eclipse.swt.widgets.Control.setFocus(Control.java:2811) at org.eclipse.swt.custom.CCombo.dropDown(CCombo.java:538) at org.eclipse.swt.custom.CCombo.arrowEvent(CCombo.java:317) at org.eclipse.swt.custom.CCombo$1.handleEvent(CCombo.java:114) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.tencompetence.ldauthor.LDAuthorApp.start(LDAuthorApp.java:80) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:386) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) at org.eclipse.equinox.launcher.Main.main(Main.java:1212) My theory - it seems that the CCombo is not unregistering itself and still handling events from the Shell here: if (getShell () == event.widget) { getDisplay().asyncExec(new Runnable() { public void run() { if (isDisposed()) return; handleFocus (SWT.FocusOut); } }); } } But this only happens if: a). The Parent View is in a detached state AND b). The CCombo widget has the focus when closing the View. | resolved fixed | dc61c27 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-21T17:48:29Z" | "2008-11-13T23:46:40Z" |
255,403 | Bug 255403 Some images in eclipse are not transparent | null | resolved fixed | 35d4101 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-20T19:31:05Z" | "2008-11-14T22:00:00Z" |
253,673 | Bug 253673 Snippet207 doesn't rotate 45 | The snippet says it is rotating 45 but this is not the case because Math.cos() and Math.sin() use radians and not degrees. The snippet has to look like this to really rotate 45 one needs to pass "45 * Math.PI / 180" to the 2 functions. | resolved fixed | 6b31c0e | ["examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet207.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-20T17:48:22Z" | "2008-11-04T12:00:00Z" |
248,921 | Bug 248921 Getting immediately setting back a Region on a GC once setAdvanced is set to true causes the region to change provided the repaint region is offset | null | resolved fixed | bb1e385 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-20T16:18:21Z" | "2008-09-29T09:20:00Z" |
245,523 | Bug 245523 GC stops drawing after setting transform with dy=-1 | Build ID: Build id: I20080617-2000 Steps To Reproduce: 1. Set a transform with dy=-1 on a GC 2. Try to draw a line. Nothing will appear, and further drawing operations will silently fail too Example code: Transform transform = new Transform(gc.getDevice(), 1, 0, 0, 1, 0, -1); gc.setTransform(transform); gc.drawLine(0, 0, 100, 100); //==> line will not appear! If I change dy=-1 to -1.5f, everything works correctly. With values near -1.0 (like -1.0001), the drawing is grossly inaccurate. The bug seems to be in GC.checkGC(): it contains a line data.gdipYOffset = 0.5f / scaling; That line gets executed with scaling==-0.0. Then data.gdipYOffset becomes -Inf ==> GC is toast! | resolved fixed | dda8615 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/gdip/Gdip.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-19T21:05:47Z" | "2008-08-28T10:40:00Z" |
255,658 | Bug 255658 SWT.UNDERLINE_LINK needs more doc | I20081118-0800. Either SWT.UNDERLINE_LINK and/or TextStyle.underlineStyle need more doc: it should mention the important side effect of changing the cursor. | resolved fixed | 81189a2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-19T19:23:14Z" | "2008-11-18T14:53:20Z" |
255,821 | Bug 255821 Image size incorrect when using native loader. | Some images that are loaded with the native loader are not getting the correct size. They're smaller than they should be. The size is getting set on the NSBitmapImageRep, but not on the NSImage itself. | resolved fixed | a47c3ef | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-19T16:08:53Z" | "2008-11-19T15:53:20Z" |
249,210 | Bug 249210 Crash in Tree.setItemCount | Process: eclipse [16632] Path: /Users/krbarnes/Desktop/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [103] Date/Time: 2008-09-30 16:16:42.179 -0400 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 I get this occasionally while debugging. Usually happens when I terminate a launch, but I don't have a reproducible test case yet. Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000023 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_13-119 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_13-119) for macosx-x86, built on Sep 28 2007 23:59:21 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x90889688 Current thread (0x09a01500): JavaThread "main" [_thread_in_native, id=-1602011232] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(IIIZ)I+0 j org.eclipse.swt.internal.cocoa.NSOutlineView.reloadItem(Lorg/eclipse/swt/internal/cocoa/id;Z)V+20 j org.eclipse.swt.widgets.Tree.setItemCount(Lorg/eclipse/swt/widgets/TreeItem;I)V+214 j org.eclipse.swt.widgets.TreeItem.setItemCount(I)V+16 j org.eclipse.jface.viewers.TreeViewer$6.run()V+99 j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;Z)V+18 j org.eclipse.jface.viewers.TreeViewer.preservingSelection(Ljava/lang/Runnable;Z)V+22 j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;)V+3 j org.eclipse.jface.viewers.TreeViewer.setHasChildren(Ljava/lang/Object;Z)V+19 j org.eclipse.debug.internal.ui.viewers.model.HasChildrenUpdate.performUpdate()V+77 j org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor$1.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+48 j org.eclipse.ui.progress.UIJob$1.run()V+51 J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z v ~RuntimeStub::alignment_frame_return Runtime1 stub j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+89 j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x09afb4a0 JavaThread "Worker-24" [_thread_blocked, id=12308992] 0x09a35130 JavaThread "Worker-23" [_thread_blocked, id=10165760] 0x09af4290 JavaThread "Worker-22" [_thread_blocked, id=11589632] 0x09a2a390 JavaThread "Worker-21" [_thread_blocked, id=11649536] 0x09ae2910 JavaThread "Connect thread ottcvs1 session" [_thread_in_native, id=9937920] 0x09acdba0 JavaThread "Connect thread dev.eclipse.org session" [_thread_in_native, id=11775488] 0x09abb340 JavaThread "Worker-18" [_thread_blocked, id=11141632] 0x09aa98a0 JavaThread "Worker-16" [_thread_blocked, id=11329024] 0x09a9e740 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=11700736] 0x09a8e250 JavaThread "Worker-8" [_thread_blocked, id=10965504] 0x09a84680 JavaThread "Worker-5" [_thread_blocked, id=10932736] 0x09a4d2a0 JavaThread "Java indexing" daemon [_thread_blocked, id=9016320] 0x09a1d650 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10679296] 0x09a14d50 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8828416] 0x09a13770 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=8899072] 0x09a12ab0 JavaThread "State Data Manager" daemon [_thread_blocked, id=8887296] 0x09a08fc0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8524288] 0x09a08590 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8520192] 0x09a080e0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8516608] 0x09a07790 JavaThread "Finalizer" daemon [_thread_blocked, id=8510464] 0x09a07390 JavaThread "Reference Handler" daemon [_thread_blocked, id=8506880] =>0x09a01500 JavaThread "main" [_thread_in_native, id=-1602011232] Other Threads: 0x09a06ae0 VMThread [id=8448512] 0x09a09bc0 WatcherThread [id=8527872] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 12992K, used 9653K [0x0e1f0000, 0x0f000000, 0x0f5a0000) eden space 11584K, 82% used [0x0e1f0000, 0x0eb482c8, 0x0ed40000) from space 1408K, 6% used [0x0ed40000, 0x0ed55520, 0x0eea0000) to space 1408K, 0% used [0x0eea0000, 0x0eea0000, 0x0f000000) tenured generation total 171532K, used 139761K [0x0f5a0000, 0x19d23000, 0x1e1f0000) the space 171532K, 81% used [0x0f5a0000, 0x17e1c508, 0x17e1c600, 0x19d23000) compacting perm gen total 52992K, used 52752K [0x1e1f0000, 0x215b0000, 0x2e1f0000) the space 52992K, 99% used [0x1e1f0000, 0x215741b0, 0x21574200, 0x215b0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms40m -Xmx256m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libobjc.A.dylib 0x90889688 objc_msgSend + 24 1 com.apple.CoreFoundation 0x928b47fb __CFSetFindBuckets1b + 91 2 com.apple.CoreFoundation 0x928b4c89 CFSetRemoveValue + 697 3 com.apple.AppKit 0x93936928 removeChildRowEntries + 386 4 com.apple.AppKit 0x939345a0 -[NSOutlineView reloadItem:reloadChildren:] + 1359 5 libswt-pi-cocoa-3509.jnilib 0x357f8285 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__IIIZ + 366 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1eaa7f 0 + 203336319 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1ea9d3 0 + 203336147 10 ??? 0x0c1ea9d3 0 + 203336147 11 ??? 0x0c1eacd9 0 + 203336921 12 ??? 0x0c1ea9d3 0 + 203336147 13 ??? 0x0c1ea9d3 0 + 203336147 14 ??? 0x0c1ea9d3 0 + 203336147 15 ??? 0x0c1ea9d3 0 + 203336147 16 ??? 0x0c1ea9d3 0 + 203336147 17 ??? 0x0c1eaaaa 0 + 203336362 18 ??? 0x0ce8b820 0 + 216578080 19 ??? 0x0c25cdc0 0 + 203804096 20 ??? 0x0c1eab2b 0 + 203336491 21 ??? 0x0c1eab2b 0 + 203336491 22 ??? 0x0c1eab2b 0 + 203336491 23 ??? 0x0c1ea9d3 0 + 203336147 24 ??? 0x0c1eaa7f 0 + 203336319 25 ??? 0x0c1eaa7f 0 + 203336319 26 ??? 0x0c1eacd9 0 + 203336921 27 ??? 0x0c1ea9d3 0 + 203336147 28 ??? 0x0c1eaa7f 0 + 203336319 29 ??? 0x0c1eaa7f 0 + 203336319 30 ??? 0x0c1eadb0 0 + 203337136 31 ??? 0x0c1eadb0 0 + 203337136 32 ??? 0x0c1eaaaa 0 + 203336362 33 ??? 0x0c1eaaaa 0 + 203336362 34 ??? 0x0c1eaaaa 0 + 203336362 35 ??? 0x0c1e8227 0 + 203325991 36 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 37 libjvm.dylib 0x004d2356 0x3b9000 + 1151830 38 libjvm.dylib 0x004744b1 0x3b9000 + 767153 39 libjvm.dylib 0x00490e4f 0x3b9000 + 884303 40 libjvm.dylib 0x0060f78b JVM_InvokeMethod + 411 41 ??? 0x0c1f09b1 0 + 203360689 42 ??? 0x0c1eaaaa 0 + 203336362 43 ??? 0x0c1eaaaa 0 + 203336362 44 ??? 0x0c1eadb0 0 + 203337136 45 ??? 0x0c1eaaaa 0 + 203336362 46 ??? 0x0c1ea9d3 0 + 203336147 47 ??? 0x0c1ea9d3 0 + 203336147 48 ??? 0x0c1e8227 0 + 203325991 49 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 50 libjvm.dylib 0x004d2356 0x3b9000 + 1151830 51 libjvm.dylib 0x0045c68c 0x3b9000 + 669324 52 libjvm.dylib 0x005c824a JNI_CreateJavaVM_Impl + 101386 53 eclipse_1200.so 0x0001ef67 startJavaJNI + 1795 54 eclipse_1200.so 0x0001de11 startJavaVM + 120 55 eclipse_1200.so 0x0001ce01 run + 4756 56 org.eclipse.eclipse 0x0000234d original_main + 1773 57 org.eclipse.eclipse 0x00002a39 main + 1517 58 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libSystem.B.dylib 0x96f71f67 mach_msg_server + 491 3 libjvm.dylib 0x003c7ed5 0x3b9000 + 61141 4 libjvm.dylib 0x003c7c95 0x3b9000 + 60565 5 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 6 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x004d13fc 0x3b9000 + 1147900 4 libjvm.dylib 0x004161ed 0x3b9000 + 381421 5 libjvm.dylib 0x00415d57 0x3b9000 + 380247 6 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 7 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0c92b108 0 + 210940168 8 ??? 0x0c263980 0 + 203831680 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0c3d5444 0 + 205345860 8 ??? 0x0c97cdb0 0 + 211275184 9 ??? 0x0c263e00 0 + 203832832 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x96efc4e2 semaphore_wait_trap + 10 1 libjvm.dylib 0x004179ae 0x3b9000 + 387502 2 libjvm.dylib 0x00417695 0x3b9000 + 386709 3 libjvm.dylib 0x004164b8 0x3b9000 + 382136 4 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 5 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x004d12b9 0x3b9000 + 1147577 4 libjvm.dylib 0x00417fdb 0x3b9000 + 389083 5 libjvm.dylib 0x00417cb8 0x3b9000 + 388280 6 libjvm.dylib 0x004164b8 0x3b9000 + 382136 7 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 8 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x004d13fc 0x3b9000 + 1147900 4 libjvm.dylib 0x004180f0 0x3b9000 + 389360 5 libjvm.dylib 0x004164b8 0x3b9000 + 382136 6 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 7 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041890f 0x3b9000 + 391439 4 libjvm.dylib 0x0041845a 0x3b9000 + 390234 5 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 6 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x00418769 0x3b9000 + 391017 4 libjvm.dylib 0x006076c1 JVM_Sleep + 481 5 ??? 0x0c1f09b1 0 + 203360689 6 ??? 0x0c1ea9d3 0 + 203336147 7 ??? 0x0c1eacd9 0 + 203336921 8 ??? 0x0c1e8227 0 + 203325991 9 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 10 libjvm.dylib 0x00416763 0x3b9000 + 382819 11 libjvm.dylib 0x00416655 0x3b9000 + 382549 12 libjvm.dylib 0x00416595 0x3b9000 + 382357 13 libjvm.dylib 0x004164b8 0x3b9000 + 382136 14 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 15 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eaaaa 0 + 203336362 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d161a 0x3b9000 + 1148442 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1ea9d3 0 + 203336147 9 ??? 0x0c1eacd9 0 + 203336921 10 ??? 0x0c1e8227 0 + 203325991 11 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 12 libjvm.dylib 0x00416763 0x3b9000 + 382819 13 libjvm.dylib 0x00416655 0x3b9000 + 382549 14 libjvm.dylib 0x00416595 0x3b9000 + 382357 15 libjvm.dylib 0x004164b8 0x3b9000 + 382136 16 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 17 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 14: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 15: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 16: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c1f09b1 0 + 203360689 7 ??? 0x0c1ea9d3 0 + 203336147 8 ??? 0x0c1e8227 0 + 203325991 9 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 10 libjvm.dylib 0x00416763 0x3b9000 + 382819 11 libjvm.dylib 0x00416655 0x3b9000 + 382549 12 libjvm.dylib 0x00416595 0x3b9000 + 382357 13 libjvm.dylib 0x004164b8 0x3b9000 + 382136 14 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 15 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 17: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 18: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 19: 0 libSystem.B.dylib 0x96f4c5e2 select$DARWIN_EXTSN + 10 1 libnet.jnilib 0x33566012 Java_java_net_SocketInputStream_socketRead0 + 241 2 ??? 0x0c78d904 0 + 209246468 3 ??? 0x0cad8de8 0 + 212700648 4 ??? 0x0c78d5a8 0 + 209245608 5 ??? 0x0c763054 0 + 209072212 6 ??? 0x0c25cdc0 0 + 203804096 7 ??? 0x0c1eaaaa 0 + 203336362 8 ??? 0x0c1eacd9 0 + 203336921 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 com.apple.CoreFoundation 0x928ae0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x928aecf8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x9316ceca CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x96f2d6f5 _pthread_start + 321 6 libSystem.B.dylib 0x96f2d5b2 thread_start + 34 Thread 21: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 com.apple.CoreFoundation 0x928ae0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x928aecf8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x93f9d100 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x93f39bad -[NSThread main] + 45 6 com.apple.Foundation 0x93f39754 __NSThread__main__ + 308 7 libSystem.B.dylib 0x96f2d6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96f2d5b2 thread_start + 34 Thread 22: 0 libSystem.B.dylib 0x96f4c5e2 select$DARWIN_EXTSN + 10 1 libnet.jnilib 0x33566012 Java_java_net_SocketInputStream_socketRead0 + 241 2 ??? 0x0c78d904 0 + 209246468 3 ??? 0x0cad8de8 0 + 212700648 4 ??? 0x0c78d5a8 0 + 209245608 5 ??? 0x0c763054 0 + 209072212 6 ??? 0x0cd77054 0 + 215445588 7 ??? 0x0c25cdc0 0 + 203804096 8 ??? 0x0c1eacd9 0 + 203336921 9 ??? 0x0c1e8227 0 + 203325991 10 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 11 libjvm.dylib 0x00416763 0x3b9000 + 382819 12 libjvm.dylib 0x00416655 0x3b9000 + 382549 13 libjvm.dylib 0x00416595 0x3b9000 + 382357 14 libjvm.dylib 0x004164b8 0x3b9000 + 382136 15 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 16 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 23: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 24: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 25: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c25cdc0 0 + 203804096 10 ??? 0x0c1eaaaa 0 + 203336362 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 26: 0 libSystem.B.dylib 0x96efc4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96f03c9c mach_msg + 72 2 libjvm.dylib 0x004d1563 0x3b9000 + 1148259 3 libjvm.dylib 0x0041728a 0x3b9000 + 385674 4 libjvm.dylib 0x00416875 0x3b9000 + 383093 5 libjvm.dylib 0x005f8201 JVM_MonitorWait + 465 6 ??? 0x0c913359 0 + 210842457 7 ??? 0x0cd8a398 0 + 215524248 8 ??? 0x0c58993c 0 + 207132988 9 ??? 0x0c9d39a8 0 + 211630504 10 ??? 0x0c25cdc0 0 + 203804096 11 ??? 0x0c1e8227 0 + 203325991 12 libjvm.dylib 0x004d263a 0x3b9000 + 1152570 13 libjvm.dylib 0x00416763 0x3b9000 + 382819 14 libjvm.dylib 0x00416655 0x3b9000 + 382549 15 libjvm.dylib 0x00416595 0x3b9000 + 382357 16 libjvm.dylib 0x004164b8 0x3b9000 + 382136 17 libjvm.dylib 0x0067dcc5 JVM_RaiseSignal + 441189 18 libSystem.B.dylib 0x96f78fef _pthread_body + 27 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x38151d00 ebx: 0x928b11ce ecx: 0x9088a850 edx: 0xc0000003 edi: 0x38151d00 esi: 0x38151d00 ebp: 0xbfffe638 esp: 0xbfffe618 ss: 0x0000001f efl: 0x00010206 eip: 0x90889688 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0xc0000023 Binary Images: 0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Users/krbarnes/Desktop/eclipse/Eclipse.app/Contents/MacOS/eclipse 0x1a000 - 0x20fff +eclipse_1200.so ??? (???) /Users/krbarnes/Desktop/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20080731-1700/eclipse_1200.so 0x29000 - 0x30ffd com.apple.JavaVM 12.0.2 (12.0.2) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/JavaVM 0x49000 - 0x50fe0 libverify.dylib ??? (???) <7a69785e6278690ecba70a4ec32d732a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x56000 - 0x70fef libjava.jnilib ??? (???) <42b19094a14d6f296d7186946847ce86> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x7e000 - 0x89ffb libzip.jnilib ??? (???) <8d58d4a6b64d83d08732a310918c7f5a> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x3b9000 - 0x708ffb libjvm.dylib ??? (???) <5bd51fa3ce82d6e1bd1582f46b2b8bac> /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib 0x9e57000 - 0x9e57fff +liblocalfile_1_0_0.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/24/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib 0x30c64000 - 0x30c64ffe +libkeystoreNative.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/79/1/.cp/libkeystoreNative.jnilib 0x30d41000 - 0x30d44ffc libnio.jnilib ??? (???) <57a95ec155863e0a0e7b2636d7c461f2> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib 0x30e05000 - 0x30f23ff7 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x3355d000 - 0x33568ffb libnet.jnilib ??? (???) <d6087c096127755a3769819c04fe6a19> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib 0x357d9000 - 0x357dbffe +libswt-cocoa-3509.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/134/1/.cp/libswt-cocoa-3509.jnilib 0x357ea000 - 0x35804fff +libswt-pi-cocoa-3509.jnilib ??? (???) /Users/krbarnes/Desktop/eclipse/configuration/org.eclipse.osgi/bundles/134/1/.cp/libswt-pi-cocoa-3509.jnilib 0x35838000 - 0x35839ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x359ab000 - 0x359b0ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld 0x90003000 - 0x901d1fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x901d2000 - 0x901dbfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x901e9000 - 0x901f9ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x901fa000 - 0x90219ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x9021a000 - 0x90263fef com.apple.Metadata 10.5.2 (398.22) <a6b676925dd832780daf991e79adfebd> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x902c7000 - 0x90317ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x9063b000 - 0x90781ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90836000 - 0x90861fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x90868000 - 0x9086bfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x9086c000 - 0x9086efff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9086f000 - 0x90873fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x90874000 - 0x90954fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x90955000 - 0x909cfff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x909d0000 - 0x90de0fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x90de1000 - 0x90de2ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x90de3000 - 0x90de8fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x90de9000 - 0x912baf3e libGLProgrammability.dylib ??? (???) <fe1a33d4919c121aab831ad516da6a89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x912bb000 - 0x9190 | resolved fixed | 63f0ecd | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-14T23:04:03Z" | "2008-09-30T21:26:40Z" |
128,804 | Bug 128804 No settings callback when High Contrast is turned off | 3.2 M5 We only get the settings callback when High Contrast mode is turned on but not when it is turned off. STEPS 1) Run the class attached 2) Change to High Contrast mode - you get the callback (prints to console) 3) Change it back - no print to console. | resolved fixed | cbdd911 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-14T22:39:22Z" | "2006-02-21T13:53:20Z" |
255,373 | Bug 255373 Textlayout border and error underline are not bidi aware | the code that draws the border and error/squiggly underline is not aware of bidi (i.e. and logical sequence of characters can visually be split apart in bidi) | resolved fixed | 22c7899 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-14T22:08:45Z" | "2008-11-14T19:13:20Z" |
255,398 | Bug 255398 IndexOutOfBoundsException in Image.setBackground | This was changes release to setBackground as part of native image loading are causing index out of bounds exceptions. java.lang.ArrayIndexOutOfBoundsException: 400 at org.eclipse.swt.graphics.Image.setBackground(Image.java:1231) at Stub.main(Stub.java:31) public static void main(String[] args) { try { final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Parent Shell"); Color red = display.getSystemColor(SWT.COLOR_RED); Color blue = display.getSystemColor(SWT.COLOR_BLUE); Color yellow = display.getSystemColor(SWT.COLOR_YELLOW); Image image = new Image(display, 100, 100); GC gc = new GC(image); gc.setBackground(blue); gc.fillRectangle(0, 0, 100, 100); gc.setForeground(red); gc.setLineWidth(10); gc.drawLine(0, 0, 100, 100); gc.drawLine(100, 0, 0, 100); gc.dispose(); ImageData data = image.getImageData(); data.transparentPixel = data.getPixel(0, 50); image.dispose(); final Image img = new Image(display, data); img.setBackground(yellow); System.out.println(Integer.toHexString(img.getImageData().getPixel(0, 50))); ImageData d = img.getImageData(); d.transparentPixel = -1; final Image img2 = new Image(display, d); shell.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { event.gc.drawImage(img, 10, 10); event.gc.drawImage(img2, 10, 150); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } img.dispose(); display.dispose(); } catch (Throwable t) { t.printStackTrace(); } | resolved fixed | b2127d5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-14T22:04:59Z" | "2008-11-14T19:13:20Z" |
252,418 | Bug 252418 Can't replace text in spinner | text entered in spinner is alway prepended to the text that's already there. (ie you can't turn 100, into 10 with the keyboard). | resolved fixed | fe06bdb | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-14T19:46:47Z" | "2008-10-28T16:06:40Z" |
253,220 | Bug 253220 Support native image loading | null | resolved fixed | e5c0f14 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBitmapImageRep.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSGraphicsContext.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSImage.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSImageRep.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-13T18:51:11Z" | "2008-11-03T16:33:20Z" |
254,797 | Bug 254797 Upside down topsy turvey text | null | resolved fixed | ca92157 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-12T20:50:26Z" | "2008-11-10T20:46:40Z" |
254,865 | Bug 254865 Annotation underlines not properly drawn when end of range not visible | null | resolved fixed | fd154e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-11T22:06:06Z" | "2008-11-11T13:26:40Z" |
254,947 | Bug 254947 underlineColor, strikeoutColor, borderColor not respected when tex is selected | We changed the code to use underlineColor, strikeoutColor, borderColor (if set) even when the text is selected. Motif is forcing selection color for all cases. | resolved fixed | f125bca | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-11T20:07:02Z" | "2008-11-11T19:00:00Z" |
254,808 | Bug 254808 implement image pattern fill on text | null | resolved fixed | 1e9c1ec | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-10T23:10:00Z" | "2008-11-10T23:33:20Z" |
254,607 | Bug 254607 emulated coolbar height is wrong when it has multi rows of different size | Version: 3.5.0 Build id: I20080930-0921 run the new TextEditor example drag the coolitems one on its own row Notice the bottom of the last row is clipped off This happens cause layoutItems() and computeSize() are not following the same rules for row height. This happen on all platforms but windows | resolved fixed | 5479bfb | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-07T17:24:13Z" | "2008-11-07T15:00:00Z" |
253,225 | Bug 253225 Implement Control.print() | null | resolved fixed | 12b349d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-06T17:51:28Z" | "2008-11-03T16:33:20Z" |
252,388 | Bug 252388 Check box shows indeterminate state before checked state | click a check box to change if from unchecked to check. It first goes to an intermediate "-" state, then changes again to checked. | resolved fixed | 2cd5166 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T23:13:11Z" | "2008-10-28T16:06:40Z" |
253,254 | Bug 253254 [Browser] Exception while disposing SWT Mozilla browser | null | resolved fixed | 617f0bd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T20:48:54Z" | "2008-11-03T19:20:00Z" |
253,065 | Bug 253065 Window -> Show View -> Other ... is broken | eclipse.buildId=I20081030-1917 java.version=1.5.0_16 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/bhunt/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/bhunt/.eclipse_keyring -consoleLog -showlocation Error Sat Nov 01 11:29:11 CDT 2008 Unhandled event loop exception java.lang.NullPointerException at org.eclipse.swt.widgets.Display.cascadeWindow(Display.java:491) at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:525) at org.eclipse.swt.widgets.Widget.createWidget(Widget.java:446) at org.eclipse.swt.widgets.Control.createWidget(Control.java:749) at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:162) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:274) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:351) at org.eclipse.jface.window.Window.createShell(Window.java:487) at org.eclipse.jface.window.Window.create(Window.java:430) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) at org.eclipse.jface.window.Window.open(Window.java:790) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:100) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:281) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:134) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1088) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1112) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:924) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2922) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2655) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:370) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | resolved fixed | 91431fc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T20:17:40Z" | "2008-11-01T17:20:00Z" |
251,762 | Bug 251762 block selection, getSelectionText and getSelectionTextCount should be aware of block selection | getSelectionText and getSelectionTextCount should be aware of block selection. getSelectionText() should always return the same text a copy/cut operation set in the clipboard. getSelectionTextCount() returns getSelectionText().length. NOTE: in block selection , getSelectionRange().y can be different from getSelectionTextCount(). the only diferrence being that clibboard text uses system line demiliters while the text returned by getSelectionText uses model line demiliters. | resolved fixed | fe440aa | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T20:16:28Z" | "2008-10-22T18:26:40Z" |
250,175 | Bug 250175 fix DND in block selection mode | null | resolved fixed | 25aa012 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T19:37:25Z" | "2008-10-08T21:06:40Z" |
253,259 | Bug 253259 Label in synchronize view is getting cut off. | null | resolved fixed | d0d36c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T18:18:17Z" | "2008-11-03T19:20:00Z" |
253,964 | Bug 253964 Occasional crash on quit after dragging text | Now that dragging StyledText works, you can often get a crash on quit with the following crash log. Steps to reproduce: 1. Launch Eclipse 2. Load a Java file in the Java editor. 3. Drag some text around within a document. 4. Quit eclipse. Result: Stack trace below. =========================== Process: eclipse [26820] Path: /Applications/eclipseNightly/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [103] Date/Time: 2008-11-05 08:40:40.455 -0800 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000028 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_16-130 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-130) for macosx-x86, built on Jul 7 2008 13:38:30 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x004c8fcb Current thread (0x11a01500): JavaThread "main" [_thread_in_vm, id=-1602482272] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) v ~RuntimeStub::throw_class_cast_exception Runtime1 stub J org.eclipse.swt.widgets.Display.GetWidget(I)Lorg/eclipse/swt/widgets/Widget; v ~RuntimeStub::alignment_frame_return Runtime1 stub j org.eclipse.swt.widgets.Display.getWidget(I)Lorg/eclipse/swt/widgets/Widget;+1 j org.eclipse.swt.widgets.Display.findWidget(I)Lorg/eclipse/swt/widgets/Widget;+6 j org.eclipse.swt.dnd.DragSource.dragSourceProc(IIII)I+26 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I+0 j org.eclipse.swt.internal.cocoa.NSApplication.terminate(Lorg/eclipse/swt/internal/cocoa/id;)V+19 j org.eclipse.swt.widgets.Display.applicationDelegateProc(III)I+190 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Display.applicationSendEvent(III)V+234 j org.eclipse.swt.widgets.Display.applicationProc(III)I+21 v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I J org.eclipse.swt.widgets.Display.readAndDispatch()Z j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x11adba80 JavaThread "Worker-21" [_thread_blocked, id=11803136] 0x11acd3f0 JavaThread "Worker-17" [_thread_blocked, id=10107392] 0x11ac9400 JavaThread "Worker-16" [_thread_blocked, id=12648960] 0x11aacea0 JavaThread "Worker-11" [_thread_blocked, id=12767744] 0x11a54be0 JavaThread "Java indexing" daemon [_thread_blocked, id=10221056] 0x11a2bea0 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=10017792] 0x11a16e30 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10351104] 0x11a13680 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=9039872] 0x11a12ce0 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=8902144] 0x11a08f20 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8528896] 0x11a08470 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8525312] 0x11a08080 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8518656] 0x11a07750 JavaThread "Finalizer" daemon [_thread_blocked, id=8515072] 0x11a07370 JavaThread "Reference Handler" daemon [_thread_blocked, id=8508928] =>0x11a01500 JavaThread "main" [_thread_in_vm, id=-1602482272] Other Threads: 0x11a06ac0 VMThread [id=8503808] 0x11a09b00 WatcherThread [id=8532480] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 6656K, used 1844K [0x161e0000, 0x16910000, 0x17590000) eden space 5952K, 27% used [0x161e0000, 0x1637c3d8, 0x167b0000) from space 704K, 27% used [0x167b0000, 0x167e0c50, 0x16860000) to space 704K, 0% used [0x16860000, 0x16860000, 0x16910000) tenured generation total 87384K, used 56829K [0x17590000, 0x1cae6000, 0x261e0000) the space 87384K, 65% used [0x17590000, 0x1ad0f6a0, 0x1ad0f800, 0x1cae6000) compacting perm gen total 48896K, used 48868K [0x261e0000, 0x291a0000, 0x361e0000) the space 48896K, 99% used [0x261e0000, 0x291992f8, 0x29199400, 0x291a0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms40m -Xmx256m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libjvm.dylib 0x004c8fcb 0x3b9000 + 1114059 1 libjvm.dylib 0x00541de7 0x3b9000 + 1609191 2 ??? 0x14254822 0 + 337987618 3 ??? 0x144cf50a 0 + 340587786 4 ??? 0x14252dc0 0 + 337980864 5 ??? 0x141e0aaa 0 + 337513130 6 ??? 0x141e0aaa 0 + 337513130 7 ??? 0x141e0aaa 0 + 337513130 8 ??? 0x141de227 0 + 337502759 9 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 10 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 11 libjvm.dylib 0x00470072 0x3b9000 + 749682 12 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 13 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 14 ??? 0x0000f39b 0 + 62363 15 com.apple.AppKit 0x935f2ff8 __NSPasteboardProvideData + 165 16 com.apple.CoreFoundation 0x96e79300 __CFPasteboardResolvePromiseForItemLocal + 176 17 com.apple.CoreFoundation 0x96e796e5 CFPasteboardResolveAllPromisedData + 357 18 com.apple.Foundation 0x957ee1da _nsnote_callback + 106 19 com.apple.CoreFoundation 0x96e6faba __CFXNotificationPost + 362 20 com.apple.CoreFoundation 0x96e6fd93 _CFXNotificationPostNotification + 179 21 com.apple.Foundation 0x957eb440 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128 22 com.apple.Foundation 0x957f4c88 -[NSNotificationCenter postNotificationName:object:] + 56 23 com.apple.AppKit 0x93456bb4 -[NSApplication terminate:] + 353 24 libswt-pi-cocoa-3517.jnilib 0x38145478 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 401 25 ??? 0x141e69b1 0 + 337537457 26 ??? 0x141e0a7f 0 + 337513087 27 ??? 0x141e09d3 0 + 337512915 28 ??? 0x141de227 0 + 337502759 29 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 30 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 31 libjvm.dylib 0x00470072 0x3b9000 + 749682 32 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 33 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 34 ??? 0x0000f258 0 + 62040 35 com.apple.AppKit 0x93377b03 -[NSApplication sendAction:to:from:] + 112 36 com.apple.AppKit 0x93426540 -[NSMenu performActionForItemAtIndex:] + 493 37 com.apple.AppKit 0x93426245 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220 38 com.apple.AppKit 0x93425ecb -[NSMenu performKeyEquivalent:] + 866 39 com.apple.AppKit 0x93424770 -[NSApplication _handleKeyEquivalent:] + 492 40 com.apple.AppKit 0x93341733 -[NSApplication sendEvent:] + 3999 41 libswt-pi-cocoa-3517.jnilib 0x3814ddbe Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 478 42 ??? 0x141e69b1 0 + 337537457 43 ??? 0x141e0a7f 0 + 337513087 44 ??? 0x141e09d3 0 + 337512915 45 ??? 0x141de227 0 + 337502759 46 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 47 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 48 libjvm.dylib 0x00470072 0x3b9000 + 749682 49 libjvm.dylib 0x005ce430 JNI_CreateJavaVM_Impl + 127328 50 libswt-cocoa-3517.jnilib 0x380f3f12 callback + 747 51 ??? 0x0000f058 0 + 61528 52 libswt-pi-cocoa-3517.jnilib 0x38145478 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 401 53 ??? 0x144c6658 0 + 340551256 54 ??? 0x14d19b68 0 + 349281128 55 ??? 0x141e0b2b 0 + 337513259 56 ??? 0x141e09d3 0 + 337512915 57 ??? 0x141e0a7f 0 + 337513087 58 ??? 0x141e0a7f 0 + 337513087 59 ??? 0x141e0cd9 0 + 337513689 60 ??? 0x141e09d3 0 + 337512915 61 ??? 0x141e0a7f 0 + 337513087 62 ??? 0x141e0a7f 0 + 337513087 63 ??? 0x141e0db0 0 + 337513904 64 ??? 0x141e0db0 0 + 337513904 65 ??? 0x141e0aaa 0 + 337513130 66 ??? 0x141e0aaa 0 + 337513130 67 ??? 0x141e0aaa 0 + 337513130 68 ??? 0x141de227 0 + 337502759 69 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 70 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 71 libjvm.dylib 0x00474101 0x3b9000 + 766209 72 libjvm.dylib 0x00490a9f 0x3b9000 + 883359 73 libjvm.dylib 0x0060f46b JVM_InvokeMethod + 411 74 ??? 0x141e69b1 0 + 337537457 75 ??? 0x141e0aaa 0 + 337513130 76 ??? 0x141e0aaa 0 + 337513130 77 ??? 0x141e0db0 0 + 337513904 78 ??? 0x141e0aaa 0 + 337513130 79 ??? 0x141e09d3 0 + 337512915 80 ??? 0x141e09d3 0 + 337512915 81 ??? 0x141de227 0 + 337502759 82 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 83 libjvm.dylib 0x004d1fa6 0x3b9000 + 1150886 84 libjvm.dylib 0x0045c2dc 0x3b9000 + 668380 85 libjvm.dylib 0x005c7f3a JNI_CreateJavaVM_Impl + 101482 86 eclipse_1200.so 0x0001ef67 startJavaJNI + 1795 87 eclipse_1200.so 0x0001de11 startJavaVM + 120 88 eclipse_1200.so 0x0001ce01 run + 4756 89 org.eclipse.eclipse 0x0000234d original_main + 1773 90 org.eclipse.eclipse 0x00002a39 main + 1517 91 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libSystem.B.dylib 0x96bc3f67 mach_msg_server + 491 3 libjvm.dylib 0x003c7b35 0x3b9000 + 60213 4 libjvm.dylib 0x003c78f5 0x3b9000 + 59637 5 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x004d104c 0x3b9000 + 1146956 4 libjvm.dylib 0x00415d7d 0x3b9000 + 380285 5 libjvm.dylib 0x004158e7 0x3b9000 + 379111 6 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x14606848 0 + 341862472 8 ??? 0x14259980 0 + 338008448 9 ??? 0x141de227 0 + 337502759 10 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 11 libjvm.dylib 0x004162f3 0x3b9000 + 381683 12 libjvm.dylib 0x004161e5 0x3b9000 + 381413 13 libjvm.dylib 0x00416125 0x3b9000 + 381221 14 libjvm.dylib 0x00416048 0x3b9000 + 381000 15 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x14435044 0 + 339955780 8 ??? 0x14652630 0 + 342173232 9 ??? 0x14259e00 0 + 338009600 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x96b4e4e2 semaphore_wait_trap + 10 1 libjvm.dylib 0x004175fe 0x3b9000 + 386558 2 libjvm.dylib 0x004171f5 0x3b9000 + 385525 3 libjvm.dylib 0x00416048 0x3b9000 + 381000 4 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 5 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x004d0f09 0x3b9000 + 1146633 4 libjvm.dylib 0x00417c2b 0x3b9000 + 388139 5 libjvm.dylib 0x00417908 0x3b9000 + 387336 6 libjvm.dylib 0x00416048 0x3b9000 + 381000 7 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 8 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x004d104c 0x3b9000 + 1146956 4 libjvm.dylib 0x00417d40 0x3b9000 + 388416 5 libjvm.dylib 0x00416048 0x3b9000 + 381000 6 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x0041855f 0x3b9000 + 390495 4 libjvm.dylib 0x004180aa 0x3b9000 + 389290 5 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0aaa 0 + 337513130 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 com.apple.CoreFoundation 0x96e8e0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96e8ed54 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x90e03e83 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123 5 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 7 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 14: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 com.apple.CoreFoundation 0x96e8e0ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x96e8ed54 CFRunLoopRun + 84 4 com.apple.DesktopServices 0x90e03ffc TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216 5 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 6 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 7 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 15: 0 libSystem.B.dylib 0x96b5568e __semwait_signal + 10 1 libSystem.B.dylib 0x96b8036d pthread_cond_wait$UNIX2003 + 73 2 ...ple.CoreServices.CarbonCore 0x901c024f TSWaitOnCondition + 126 3 ...ple.CoreServices.CarbonCore 0x9019f18e TSWaitOnConditionTimedRelative + 202 4 ...ple.CoreServices.CarbonCore 0x901bfecc MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x90e0efba TNodeSyncTask::SyncTaskProc(void*) + 84 6 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 16: 0 libSystem.B.dylib 0x96b7ef66 kevent + 10 1 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 2 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 17: 0 libSystem.B.dylib 0x96b9e5e2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 2 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 18: 0 libSystem.B.dylib 0x96b4e506 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x96b8084f _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x96b820d3 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x95834b1c -[NSCondition waitUntilDate:] + 236 4 com.apple.Foundation 0x95834930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 5 com.apple.Foundation 0x95834895 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.AppKit 0x9330c358 -[NSUIHeartBeat _heartBeatThread:] + 753 7 com.apple.Foundation 0x957eebad -[NSThread main] + 45 8 com.apple.Foundation 0x957ee754 __NSThread__main__ + 308 9 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 10 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 19: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d126a 0x3b9000 + 1147498 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x141e09d3 0 + 337512915 9 ??? 0x141e0cd9 0 + 337513689 10 ??? 0x141de227 0 + 337502759 11 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 12 libjvm.dylib 0x004162f3 0x3b9000 + 381683 13 libjvm.dylib 0x004161e5 0x3b9000 + 381413 14 libjvm.dylib 0x00416125 0x3b9000 + 381221 15 libjvm.dylib 0x00416048 0x3b9000 + 381000 16 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 21: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 22: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 23: 0 libSystem.B.dylib 0x96b4e4a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x96b55c9c mach_msg + 72 2 libjvm.dylib 0x004d11b3 0x3b9000 + 1147315 3 libjvm.dylib 0x00416e1a 0x3b9000 + 384538 4 libjvm.dylib 0x00416405 0x3b9000 + 381957 5 libjvm.dylib 0x005f7ee1 JVM_MonitorWait + 465 6 ??? 0x141e69b1 0 + 337537457 7 ??? 0x141e09d3 0 + 337512915 8 ??? 0x146860fc 0 + 342384892 9 ??? 0x14252dc0 0 + 337980864 10 ??? 0x141e0aaa 0 + 337513130 11 ??? 0x141de227 0 + 337502759 12 libjvm.dylib 0x004d228a 0x3b9000 + 1151626 13 libjvm.dylib 0x004162f3 0x3b9000 + 381683 14 libjvm.dylib 0x004161e5 0x3b9000 + 381413 15 libjvm.dylib 0x00416125 0x3b9000 + 381221 16 libjvm.dylib 0x00416048 0x3b9000 + 381000 17 libjvm.dylib 0x0067d935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x96bcafef _pthread_body + 27 Thread 24: 0 libSystem.B.dylib 0x96b4e506 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x96b8084f _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x96b820d3 pthread_cond_timedwait_relative_np + 47 3 ...ple.CoreServices.CarbonCore 0x9019f1ba TSWaitOnConditionTimedRelative + 246 4 ...ple.CoreServices.CarbonCore 0x901bfecc MPWaitOnQueue + 208 5 com.apple.DesktopServices 0x90e10f04 TFolderSizeTask::FolderSizeTaskProc(void*) + 104 6 ...ple.CoreServices.CarbonCore 0x901be463 PrivateMPEntryPoint + 56 7 libSystem.B.dylib 0x96b7f6f5 _pthread_start + 321 8 libSystem.B.dylib 0x96b7f5b2 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000020 ebx: 0x00541d84 ecx: 0x12000c6c edx: 0x11a4056c edi: 0x12000800 esi: 0x11a007d0 ebp: 0xbfffd590 esp: 0xbfffd568 ss: 0x0000001f efl: 0x00010282 eip: 0x004c8fcb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000028 Binary Images: 0x1000 - 0x3fff +org.eclipse.eclipse 3.4 (3.4) /Applications/eclipseNightly/Eclipse.app/Contents/MacOS/eclipse 0x1a000 - 0x20fff +eclipse_1200.so ??? (???) /Applications/eclipseNightly/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.0.v20080731-1700/eclipse_1200.so 0x29000 - 0x2fffd com.apple.JavaVM 12.2.0 (12.2.0) <8b6c3936c233b265a94623e1912240b4> /System/Library/Frameworks/JavaVM.framework/JavaVM 0x47000 - 0x4efe0 libverify.dylib ??? (???) <db3ce414deddfe3c77467fd396440ae7> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x54000 - 0x5afff JavaNativeFoundation ??? (???) <fd9995f2d5028539d72a2567904d4f10> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x64000 - 0x7efef libjava.jnilib ??? (???) <24aa78e55ee848457b927ec18adb3d31> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x8c000 - 0x97ffb libzip.jnilib ??? (???) <a1d735f527a054aa35a1d2600a506c00> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x3b9000 - 0x708ffb libjvm.dylib ??? (???) <6bff7ba84147422a68494f6ae9942121> /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib 0x38022000 - 0x3802cffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/URLMount 0x38034000 - 0x38039ff3 libCGXCoreImage.A.dylib ??? (???) <31761f6461b8dd390dc4df480b1fb564> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x380f1000 - 0x380f3ffe +libswt-cocoa-3517.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/137/1/.cp/libswt-cocoa-3517.jnilib 0x3812c000 - 0x38156fff +libswt-pi-cocoa-3517.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/137/1/.cp/libswt-pi-cocoa-3517.jnilib 0x381da000 - 0x381dbff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x3826b000 - 0x3826bfff +liblocalfile_1_0_0.jnilib ??? (???) /Applications/eclipseNightly/configuration/org.eclipse.osgi/bundles/26/1/.cp/os/macosx/liblocalfile_1_0_0.jnilib 0x38c43000 - 0x38c45fff +eu.willmore.GrowlCode GrowlCode v0.82 (1.8) <79ea82c73851a68ade002f4d7765ce6c> /Library/InputManagers/GrowlCode/GrowlCode.bundle/Contents/MacOS/GrowlCode 0x38ca6000 - 0x38dc4ff7 com.apple.RawCamera.bundle 2.0.7 (2.0.7) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x3c67d000 - 0x3c688ffb libnet.jnilib ??? (???) <250fea9171e19993c63b75eeefee309c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jnilib 0x3c68f000 - 0x3c692ffc libnio.jnilib ??? (???) <d7851c2b818264cc33e7dfc63a2f9fe8> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jnilib 0x3c90e000 - 0x3c910fff +com.syntevo.SmartSVNCMPlugIn ??? (1.0) /Users/skovatch/Library/Contextual Menu Items/SmartSVN CM.plugin/Contents/MacOS/SmartSVN CM 0x3c9ad000 - 0x3c9afffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM 0x3c9b5000 - 0x3c9b6ffd com.apple.BluetoothMenu 2.1 (2.1f17) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu 0x3c9bb000 - 0x3c9bcfff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn 0x3cb83000 - 0x3cb86fff com.apple.BezelServicesFW 1.4.832 (1.4.832) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x3d48e000 - 0x3d493fff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu 0x3d4a5000 - 0x3d4bffff +AdobeBIB ??? (???) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB 0x3e1b0000 - 0x3e21eff7 com.apple.Bluetooth 2.1 (2.1f17) <4fc7c4c461f04dfad116abd0153107d3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x3e738000 - 0x3e774fc7 +com.adobe.vcmenu ??? (4.0.0.344) /Library/Contextual Menu Items/ADFSMenu.plugin/Contents/MacOS/ADFSMenu 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <14ac3b684fa5a31932fa89c4bba7a29b> /usr/lib/dyld 0x90020000 - 0x90025ffb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x90026000 - 0x900b9ff3 com.apple.ApplicationServices.ATS 3.4 (???) <a96cd91dabc68545183c11de8f92c7e4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x900c8000 - 0x900c8ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x900c9000 - 0x900d9fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x900da000 - 0x90134ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90135000 - 0x90174fff com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate 0x90175000 - 0x9044fff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <5682aae1e2cf5ae750d5a4dea98c084c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90450000 - 0x90596ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x90597000 - 0x90651fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90652000 - 0x9066fff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x90670000 - 0x906b2fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x906e5000 - 0x9070ffff com.apple.CoreMediaPrivate 11.0 (11.0) <e37d6ebd5934b482c864ba6eaf122488> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate 0x90710000 - 0x90738ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x90739000 - 0x90747ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x90748000 - 0x9074efff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9074f000 - 0x90758fff com. | resolved fixed | 5417e7d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-05T17:40:20Z" | "2008-11-05T18:33:20Z" |
253,057 | Bug 253057 selection changes must send out selection event notifications | null | resolved fixed | 53ea450 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-04T22:22:16Z" | "2008-11-01T14:33:20Z" |
253,058 | Bug 253058 StyledText should handle mouse click sequences in block selection mode | null | resolved fixed | aecaa62 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-04T20:18:05Z" | "2008-11-01T14:33:20Z" |
253,720 | Bug 253720 Setting clipping causes printing to be flipped | import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageLoader; import org.eclipse.swt.graphics.TextLayout; import org.eclipse.swt.graphics.TextStyle; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.printing.PrintDialog; import org.eclipse.swt.printing.Printer; import org.eclipse.swt.printing.PrinterData; import org.eclipse.swt.widgets.*; public class PR190793 { public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); Control control = shell; // shell.setLayout(new FillLayout()); // Button control = new Button(shell, SWT.TOGGLE | SWT.FLAT); // System.out.println(control.view.isFlipped()); // Table table = new Table(shell, SWT.BORDER); // System.out.println(table.view.isFlipped()); shell.addListener(SWT.MouseDown, new Listener() { public void handleEvent(Event event) { PrintDialog dialog = new PrintDialog(shell); final PrinterData data = dialog.open(); if (data == null) return; new Thread() { public void run() { Printer printer = new Printer(data); printer.startJob(""); GC gc = new GC(printer); System.out.println(gc.getClipping()); for (int i = 0; i < 2; i++) { printer.startPage(); //COMMENT TO SEE IT WORKING gc.setClipping(0, 0, 500, 500); String str = "HelloWorld\nLine2"; TextStyle style = new TextStyle(null, null, printer.getSystemColor(SWT.COLOR_RED)); gc.drawText(str, 0, 0); TextLayout layout = new TextLayout(printer); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(gc, 100, 0); layout.dispose(); Image img = new Image(printer, "worker.png"); gc.drawImage(img, 160, 0); img.dispose(); gc.drawLine(0, 0, 100, 0); printer.endPage(); } gc.dispose(); printer.endJob(); printer.dispose(); System.out.println("done"); } }.run(); } }); control.addListener(SWT.Paint, new Listener() { public void handleEvent(Event event) { GC gc = event.gc; //gc.setAdvanced(true); String str = "HelloWorld\nLine2"; TextStyle style = new TextStyle(null, null, display.getSystemColor(SWT.COLOR_RED)); Image img = new Image(display, "worker.png"); { gc.drawLine(0,0, 30, 30); gc.drawText(str, 0, 0, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(gc, 100, 0); layout.dispose(); gc.drawImage(img, 160, 0); } { GC g = new GC(shell); g.drawLine(0, 50, 30, 80); g.drawText(str, 0, 50, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(g, 100, 50); layout.dispose(); g.drawImage(img, 160, 50); g.dispose(); } Image image = new Image(display, 300, 100); GC imageGC = new GC(image); { imageGC.drawLine(0,0, 1000, 1000); imageGC.drawText(str, 0, 0, true); TextLayout layout = new TextLayout(display); layout.setText(str); layout.setStyle(style, 2, 4); layout.draw(imageGC, 100, 0); layout.dispose(); imageGC.drawImage(img, 160, 0); } imageGC.dispose(); gc.drawImage(image, 0, 100); image.dispose(); img.dispose(); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } | resolved fixed | d86ccf7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-04T16:09:29Z" | "2008-11-04T14:46:40Z" |
253,265 | Bug 253265 ToolItem names are not being reported to screen reader | Build id: N20081102-2000 - Run Eclipse - Turn on VoiceOver - Use Ctrl+Option+arrow keys to move the VoiceOver cursor (black rectangle) to a tool item in the Eclipse tool bar. - VoiceOver should speak the name of the tool item (which is the same as the tooltip). This works on Carbon, but I believe I had to just make tool items speak their tooltip (since most applications - including Eclipse - just use the same string for the tooltip and the tool item's accessible name). I don't think I ever got the full SWT accessibility API working for tool items. | resolved fixed | ef782aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T23:34:37Z" | "2008-11-03T19:20:00Z" |
253,294 | Bug 253294 remove printlns in Accessibility | There's a debug println in Accessible.getRangeForLineParameterizedAttribute and one in SWTAccessibleDelegate.accessibilitySetValue_forAttributethat should be removed. | resolved fixed | a4c485f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T22:29:48Z" | "2008-11-03T22:06:40Z" |
239,141 | Bug 239141 [Mac] Application menu hook example needed | Need a code sample/snippet that implements the equivalent "application menu hook" from carbon. This allows the SWT application to behave more like a native OS X application. In RCP/carbon the workbench has something called CarbonUIEnhancer.java - the same thing will be needed for cocoa. That file contains a good example of a SWT/carbon application menu hook for SWT/carbon. | resolved fixed | 6103a5c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSToolbar.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T22:11:49Z" | "2008-07-01T16:33:20Z" |
252,486 | Bug 252486 [DND] Cannot drag from StyledText | tested using DragExample. | resolved fixed | f17083d | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T21:52:28Z" | "2008-10-28T18:53:20Z" |
252,903 | Bug 252903 replace initWithFrame(new NSRect()) with init() | Instead of passing in an empty rect we should just call init() and create less garbage. | resolved fixed | 36b2e18 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T18:55:37Z" | "2008-10-30T20:53:20Z" |
252,678 | Bug 252678 StyledText #setLineSpacing(int) not working in GTK | Build ID: I20080917-0800 Steps To Reproduce: 1. enter a paragraph that has multiple lines 2. increase the spacing by calling StyledText#setLineSpacing(int) More information: Spacing does not work in GTK, but it seems once you have certain # of line, the spacing starts to work. | resolved fixed | e3e8b41 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:40:20Z" | "2008-10-29T19:53:20Z" |
252,895 | Bug 252895 StyledText strikeout over tab space | Build ID: I20080917-0800 Steps To Reproduce: 1. Get SWT Text Editor from examples 2. enter few TAB spaces 3. select the TAB spaces 4. apply strikeout notice that strikeout is not shown if we apply underline, underline is shown over the tab spaces. Shouldn't it be consistent? More information: if you first apply strikeout, then underline, the strikeout appears. | resolved fixed | fd28797 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:31:50Z" | "2008-10-30T20:53:20Z" |
252,749 | Bug 252749 Bullet not working in styled text | Build ID: I20080917-0800 Steps To Reproduce: 1. load the attached sample text into styled text 2. scroll down a bit 3. select some lines 4. and apply any bullet style notice the bullet is not applied More information: if you select first few lines of the text, the bullet works. | resolved fixed | 83265ff | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:26:44Z" | "2008-10-30T12:33:20Z" |
252,642 | Bug 252642 block selection doesn't work on win2000 | block selection doesn't work on windows 2000 or any other configuration that doesn't have advance graphics. | resolved fixed | 7e75f62 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:21:45Z" | "2008-10-29T19:53:20Z" |
252,747 | Bug 252747 double underline doesn't show in win32 | Build ID: I20080917-0800 Steps To Reproduce: 1. enter some text in styled text area 2. apply underline (let style be double) More information: double underline is not shown | resolved fixed | 0f63003 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:17:12Z" | "2008-10-30T12:33:20Z" |
246,274 | Bug 246274 SWT.ARROW Button direction not consistent when RTL | - run the ControlExample, go to the Button tab - select the SWT.RIGHT_TO_LEFT radio and the "Right" alignment radio -> on 64-bit Vista this makes the arrows on the buttons point to the right, but on win2000 and RHEL5 they point to the left | resolved fixed | a296477 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:13:25Z" | "2008-09-04T20:26:40Z" |
246,541 | Bug 246541 [misc] BIDI: Java editor does not ensure LTR for declarations and invocations with RTL names | null | resolved fixed | d590e56 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T17:09:35Z" | "2008-09-08T10:33:20Z" |
253,240 | Bug 253240 Missing autorealese pool in printer | null | resolved fixed | 77b4fec | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T16:41:53Z" | "2008-11-03T16:33:20Z" |
252,245 | Bug 252245 Implement Printing on Cocoa | null | resolved fixed | 64dd74a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTPrinterView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/cocoa/org/eclipse/swt/printing/Printer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T16:00:55Z" | "2008-10-27T17:53:20Z" |
253,189 | Bug 253189 NullPointerException when trying to print | Build ID: M20080911-1700 Steps To Reproduce: When I try to print a UML diagram created by the Soyatec eUML2 plugin, the print dialog does not open. In the log I see a NullPointerException in the string conversion code. 1. Create class diagram 2. Click on print button in toolbar Obviously the plugin is not providing a filename for the "Print to file" option, but eclipse should not blow up just because a plugin is behaving badly. More information: Environemnt Ubuntu 8.04 32-bit, Sun JDK 1.6.0_07-b06. The stack trace from the log is as follows: !ENTRY org.eclipse.ui 4 0 2008-11-03 14:09:38.029 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:51) at org.eclipse.swt.printing.Printer.init(Printer.java:744) at org.eclipse.swt.graphics.Device.<init>(Device.java:155) at org.eclipse.swt.printing.Printer.<init>(Printer.java:304) at com.soyatec.uml.obf.gas.<init>(SourceFile:27) at com.soyatec.uml.obf.aaq.e(SourceFile:150) at com.soyatec.uml.obf.hag.f(SourceFile:63) at com.soyatec.uml.obf.ho.run(SourceFile:289) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:386) 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:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | resolved fixed | 6032830 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Printing/gtk/org/eclipse/swt/printing/Printer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-11-03T15:33:23Z" | "2008-11-03T13:46:40Z" |
252,370 | Bug 252370 fix cell accessibility post-3.5M3 | null | resolved fixed | a9df4ea | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T20:25:29Z" | "2008-10-28T13:20:00Z" |
252,424 | Bug 252424 background color of List only sets background of items. | null | resolved fixed | 397cb8a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T19:29:58Z" | "2008-10-28T16:06:40Z" |
252,422 | Bug 252422 reduce damaging of Table/Tree column headers | null | resolved fixed | 29bb787 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T18:13:25Z" | "2008-10-28T16:06:40Z" |
252,679 | Bug 252679 TableColumn/TreeColumn don't send Move and Resize events | null | resolved fixed | 5d68331 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T18:10:02Z" | "2008-10-29T19:53:20Z" |
252,427 | Bug 252427 List - changing font size doesn't update item height | null | resolved fixed | be0ee75 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T18:04:12Z" | "2008-10-28T16:06:40Z" |
252,995 | Bug 252995 Drop down tool items are selected on mouse up | null | resolved fixed | dc5446a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T16:14:16Z" | "2008-10-31T16:20:00Z" |
247,866 | Bug 247866 Images not centered in tool items | If you attach the perspective switching tool bar to the left and get turn off the labels, the icons are drawn in the upper right corner of each tool item instead of being centered. | resolved fixed | c67a9c1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-31T14:52:56Z" | "2008-09-18T17:46:40Z" |
252,441 | Bug 252441 Can't select plugins in run configurations | In a run configuration, the table of plugins on the "Plug-Ins" tab is missing. See the attached screen shot. If you resize the window for a while, it will occasionally flash but then hides again. | resolved fixed | 6a6df6c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-29T21:03:42Z" | "2008-10-28T16:06:40Z" |
252,460 | Bug 252460 (Test Plan) ControlExample's ToolTip Orientation | Build ID: I20081027-1800 Steps To Reproduce: 1. Get ControlExample 2. Click on sash control tab 3. change the orientation More information: not sure if the orientation is correctly applied. | resolved fixed | 4d200ba | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/SashTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-29T16:29:28Z" | "2008-10-28T18:53:20Z" |
247,558 | Bug 247558 FileDialog passes files with no extension, even when filter requires extension | Build ID: 120080617-2000 Steps To Reproduce: 1. Create a FileDialog 2. Set a filter for *.txt using FileDialog.setFilterExtensions 3. open the dialog, and navigate to a file with no extension More information: This is probably only an OSX bug. | resolved fixed | 49d9e77 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-29T15:16:16Z" | "2008-09-16T21:20:00Z" |
252,464 | Bug 252464 (Test Plan) ControlExample's Shell example | Build ID: I20081027-1800 Steps To Reproduce: 1. Run ControlExample 2. select shell control tab 3. run any shell example More information: notice the example created a button with no text, and it doesn't seem to do anything either. | resolved fixed | 3f67b1b | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ShellTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-29T14:57:55Z" | "2008-10-28T18:53:20Z" |
252,252 | Bug 252252 Can't get a context menu on a tree item | Right-clicking on tree items isn't working in the 10/25 nightly build. It _is_ working on the code editor, so it's not completely broken, but I seem to remember this working as of Friday. 1. In any workspace, expand a project. 2. Right-click on a folder or a file Nothing happens. | resolved fixed | 3552dbd | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-27T19:58:59Z" | "2008-10-27T17:53:20Z" |
252,232 | Bug 252232 scrollbars are disabled | This was working in the Thursday night build, but now fails. Using some CVS datestamp compares I've narrowed it down to the accessibility changes that were released late Thursday night/Friday morning. Scott please investigate ASAP, thanks! | resolved fixed | 327daae | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-27T18:41:50Z" | "2008-10-27T17:53:20Z" |
251,582 | Bug 251582 No splash screen progress using Cocoa | Using I20091021, there's no progress displayed on the splashscreen. | resolved fixed | 2ea4335 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-27T16:58:32Z" | "2008-10-21T17:26:40Z" |
251,779 | Bug 251779 Snippet124 crashes | - run Snippet124 - double-click the second item, which should open an in-place editor, but instead crashes with the following: Process: java [3711] Path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java Identifier: java Version: ??? (???) Code Type: PPC (Native) Parent Process: eclipse [2964] Date/Time: 2008-10-22 16:42:05.372 -0400 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_16-133 mixed mode, sharing) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-133) for macosx-ppc, built on Aug 27 2008 10:57:21 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x061e4268 Current thread (0x0100cf00): JavaThread "Thread-0" daemon [_thread_in_native, id=-1598746508] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;I)I+0 j org.eclipse.swt.widgets.Widget.callSuperBoolean(II)Z+26 j org.eclipse.swt.widgets.Widget.becomeFirstResponder(II)Z+3 j org.eclipse.swt.widgets.Control.becomeFirstResponder(II)Z+3 j org.eclipse.swt.widgets.Text.becomeFirstResponder(II)Z+8 j org.eclipse.swt.widgets.Display.windowDelegateProc(II)I+99 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(III)Z+0 j org.eclipse.swt.internal.cocoa.NSWindow.makeFirstResponder(Lorg/eclipse/swt/internal/cocoa/NSResponder;)Z+19 j org.eclipse.swt.widgets.Control.forceFocus()Z+69 j org.eclipse.swt.widgets.Control.setFocus()Z+18 j org.eclipse.swt.snippets.Snippet124$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+158 j org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+71 j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25 j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73 j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4 j org.eclipse.swt.widgets.Widget.notifyListeners(ILorg/eclipse/swt/widgets/Event;)V+19 j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+88 j org.eclipse.swt.widgets.Display.applicationSendMouseEvent(Lorg/eclipse/swt/internal/cocoa/NSEvent;Z)V+5 j org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(IIIIII)I+82 j org.eclipse.swt.widgets.Display.applicationProc(IIIIII)I+29 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Widget.callSuper(III)V+31 j org.eclipse.swt.widgets.Widget.mouseDown(III)V+4 j org.eclipse.swt.widgets.Control.mouseDown(III)V+16 j org.eclipse.swt.widgets.Table.mouseDown(III)V+4 j org.eclipse.swt.widgets.Display.windowDelegateProc(III)I+276 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Widget.callSuper(III)V+31 j org.eclipse.swt.widgets.Widget.windowSendEvent(III)V+4 j org.eclipse.swt.widgets.Display.windowDelegateProc(III)I+714 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Display.applicationSendEvent(III)V+251 j org.eclipse.swt.widgets.Display.applicationProc(III)I+21 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I+0 j org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(Lorg/eclipse/swt/internal/cocoa/NSEvent;)V+19 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+79 j org.eclipse.swt.snippets.Snippet124.main([Ljava/lang/String;)V+218 v ~StubRoutines::call_stub Java Threads: ( => current thread ) =>0x0100cf00 JavaThread "Thread-0" daemon [_thread_in_native, id=-1598746508] 0x0100a8b0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8422400] 0x01009e20 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8418816] 0x010099f0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8415232] 0x01009250 JavaThread "Finalizer" daemon [_thread_blocked, id=8476160] 0x01008ea0 JavaThread "Reference Handler" daemon [_thread_blocked, id=8470016] 0x01001610 JavaThread "main" [_thread_in_native, id=-260042752] Other Threads: 0x01008620 VMThread [id=8466432] 0x0100bfe0 WatcherThread [id=8484864] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 576K, used 491K [0x26020000, 0x260c0000, 0x26720000) eden space 512K, 93% used [0x26020000, 0x26097840, 0x260a0000) from space 64K, 20% used [0x260a0000, 0x260a35a0, 0x260b0000) to space 64K, 0% used [0x260b0000, 0x260b0000, 0x260c0000) tenured generation total 1408K, used 156K [0x26720000, 0x26880000, 0x2a020000) the space 1408K, 11% used [0x26720000, 0x267472c8, 0x26747400, 0x26880000) compacting perm gen total 8192K, used 1236K [0x2a020000, 0x2a820000, 0x2e020000) the space 8192K, 15% used [0x2a020000, 0x2a155088, 0x2a155200, 0x2a820000) ro space 8192K, 63% used [0x2e020000, 0x2e537d70, 0x2e537e00, 0x2e820000) rw space 12288K, 43% used [0x2e820000, 0x2ed4fe28, 0x2ed50000, 0x2f420000) Virtual Machine arguments: JVM args: -Djava.library.path=/Users/grant/Documents/workspaceCocoa/org.eclipse.swt.cocoa.macosx -Dfile.encoding=MacRoman Java command: org.eclipse.swt.snippets.Snippet124 launcher type: SUN_STANDARD Thread 0 Crashed: 0 libswt-pi-cocoa-3513.jnilib 0x061e4268 textView_1willChangeSelectionFromCharacterRange_1toCharacterRange + 128 1 com.apple.AppKit 0x96823630 -[NSTextView(NSSharing) setSelectedRanges:affinity:stillSelecting:] + 944 2 com.apple.AppKit 0x9681e808 _NSEditTextCellWithOptions + 2916 3 com.apple.AppKit 0x968b9468 -[NSCell _selectOrEdit:inView:target:editor:event:start:end:] + 336 4 com.apple.AppKit 0x968b9300 -[NSActionCell _selectOrEdit:inView:target:editor:event:start:end:] + 128 5 com.apple.AppKit 0x9681dbac -[NSTextFieldCell _selectOrEdit:inView:target:editor:event:start:end:] + 388 6 com.apple.AppKit 0x9681da10 -[NSCell selectWithFrame:inView:editor:delegate:start:length:] + 80 7 com.apple.AppKit 0x9681d45c -[NSTextField selectText:] + 192 8 com.apple.AppKit 0x9681d380 -[NSTextField becomeFirstResponder] + 116 9 libswt-pi-cocoa-3513.jnilib 0x061d8d10 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2I + 588 10 ??? 0x039e62c0 0 + 60711616 11 ??? 0x039df9ec 0 + 60684780 12 ??? 0x039df92c 0 + 60684588 13 ??? 0x039df92c 0 + 60684588 14 ??? 0x039df92c 0 + 60684588 15 ??? 0x039df92c 0 + 60684588 16 ??? 0x039dd160 0 + 60674400 17 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 18 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 19 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 20 libclient.dylib 0x005d65d4 JNI_CreateJavaVM_Impl + 133940 21 libswt-cocoa-3513.jnilib 0x0618fe08 callback + 1048 22 libswt-cocoa-3513.jnilib 0x06168224 fn5_2 + 40 23 com.apple.AppKit 0x967c3254 -[NSWindow makeFirstResponder:] + 240 24 libswt-pi-cocoa-3513.jnilib 0x061da898 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend_1bool__III + 532 25 ??? 0x039e62c0 0 + 60711616 26 ??? 0x039df92c 0 + 60684588 27 ??? 0x039df92c 0 + 60684588 28 ??? 0x039df92c 0 + 60684588 29 ??? 0x039df92c 0 + 60684588 30 ??? 0x039dfe0c 0 + 60685836 31 ??? 0x039dfaac 0 + 60684972 32 ??? 0x039dfaac 0 + 60684972 33 ??? 0x039dfaac 0 + 60684972 34 ??? 0x039dfaac 0 + 60684972 35 ??? 0x039dfaac 0 + 60684972 36 ??? 0x039df92c 0 + 60684588 37 ??? 0x039dfaac 0 + 60684972 38 ??? 0x039df9ec 0 + 60684780 39 ??? 0x039dd160 0 + 60674400 40 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 41 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 42 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 43 libclient.dylib 0x005d65d4 JNI_CreateJavaVM_Impl + 133940 44 libswt-cocoa-3513.jnilib 0x0618fe08 callback + 1048 45 libswt-cocoa-3513.jnilib 0x061729ac fn2_6 + 72 46 com.apple.AppKit 0x967f1658 -[NSTableView mouseDown:] + 5464 47 libswt-pi-cocoa-3513.jnilib 0x061d8ff4 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 600 48 ??? 0x039e62c0 0 + 60711616 49 ??? 0x039df9ec 0 + 60684780 50 ??? 0x039dfaac 0 + 60684972 51 ??? 0x039dfaac 0 + 60684972 52 ??? 0x039dfaac 0 + 60684972 53 ??? 0x039dfaac 0 + 60684972 54 ??? 0x039dd160 0 + 60674400 55 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 56 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 57 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 58 libclient.dylib 0x005d65d4 JNI_CreateJavaVM_Impl + 133940 59 libswt-cocoa-3513.jnilib 0x0618fe08 callback + 1048 60 libswt-cocoa-3513.jnilib 0x0616a604 fn4_3 + 48 61 com.apple.AppKit 0x967aee38 -[NSWindow sendEvent:] + 4512 62 libswt-pi-cocoa-3513.jnilib 0x061d8ff4 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 600 63 ??? 0x039e62c0 0 + 60711616 64 ??? 0x039df9ec 0 + 60684780 65 ??? 0x039dfaac 0 + 60684972 66 ??? 0x039dfaac 0 + 60684972 67 ??? 0x039dd160 0 + 60674400 68 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 69 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 70 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 71 libclient.dylib 0x005d65d4 JNI_CreateJavaVM_Impl + 133940 72 libswt-cocoa-3513.jnilib 0x0618fe08 callback + 1048 73 libswt-cocoa-3513.jnilib 0x0616a604 fn4_3 + 48 74 com.apple.AppKit 0x967821dc -[NSApplication sendEvent:] + 3256 75 libswt-pi-cocoa-3513.jnilib 0x061d8ff4 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 600 76 ??? 0x039e62c0 0 + 60711616 77 ??? 0x039df9ec 0 + 60684780 78 ??? 0x039dfaac 0 + 60684972 79 ??? 0x039dd160 0 + 60674400 80 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 81 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 82 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 83 libclient.dylib 0x005d65d4 JNI_CreateJavaVM_Impl + 133940 84 libswt-cocoa-3513.jnilib 0x0618fe08 callback + 1048 85 libswt-cocoa-3513.jnilib 0x0616a514 fn1_3 + 48 86 libswt-pi-cocoa-3513.jnilib 0x061cea5c Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 532 87 ??? 0x039e62c0 0 + 60711616 88 ??? 0x039df9ec 0 + 60684780 89 ??? 0x039dfaac 0 + 60684972 90 ??? 0x039df92c 0 + 60684588 91 ??? 0x039dd160 0 + 60674400 92 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 93 libclient.dylib 0x004c3b94 0x3c9000 + 1026964 94 libclient.dylib 0x0046a1e8 0x3c9000 + 659944 95 libclient.dylib 0x005d7ab4 JNI_CreateJavaVM_Impl + 139284 96 java 0x000028d0 0x1000 + 6352 97 java 0x00005944 0x1000 + 18756 98 com.apple.Foundation 0x951884d8 __NSThreadPerformPerform + 340 99 com.apple.CoreFoundation 0x915df2a4 CFRunLoopRunSpecific + 1104 100 java 0x00005698 0x1000 + 18072 101 java 0x000027b8 0x1000 + 6072 Thread 1: 0 libSystem.B.dylib 0x960d2e4c __semwait_signal + 12 1 libSystem.B.dylib 0x9610fa00 _pthread_cond_wait + 1580 2 com.apple.Foundation 0x951c667c -[NSCondition wait] + 268 3 com.apple.Foundation 0x95188014 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 932 4 com.apple.Foundation 0x951d0c7c -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 144 5 java 0x00005ab0 0x1000 + 19120 6 java 0x0000493c 0x1000 + 14652 7 java 0x000054cc 0x1000 + 17612 8 libSystem.B.dylib 0x9610e658 _pthread_start + 316 Thread 2: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libSystem.B.dylib 0x96155c14 mach_msg_server + 500 3 libclient.dylib 0x003d63a0 0x3c9000 + 54176 4 libclient.dylib 0x003d60c0 0x3c9000 + 53440 5 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 6 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 3: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libclient.dylib 0x0040c6a4 0x3c9000 + 276132 3 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 4 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 4: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libclient.dylib 0x00607448 JVM_MonitorWait + 664 3 ??? 0x039dfaac 0 + 60684972 4 ??? 0x039dd160 0 + 60674400 5 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 6 libclient.dylib 0x0040d1e0 0x3c9000 + 279008 7 libclient.dylib 0x0040d0cc 0x3c9000 + 278732 8 libclient.dylib 0x0040d05c 0x3c9000 + 278620 9 libclient.dylib 0x0040cf18 0x3c9000 + 278296 10 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 11 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 5: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libclient.dylib 0x00607448 JVM_MonitorWait + 664 3 ??? 0x039df9bc 0 + 60684732 4 ??? 0x039dd160 0 + 60674400 5 libclient.dylib 0x004c3e24 0x3c9000 + 1027620 6 libclient.dylib 0x0040d1e0 0x3c9000 + 279008 7 libclient.dylib 0x0040d0cc 0x3c9000 + 278732 8 libclient.dylib 0x0040d05c 0x3c9000 + 278620 9 libclient.dylib 0x0040cf18 0x3c9000 + 278296 10 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 11 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 6: 0 libSystem.B.dylib 0x960cc488 semaphore_wait_trap + 8 1 libclient.dylib 0x0040e360 0x3c9000 + 283488 2 libclient.dylib 0x0040cf18 0x3c9000 + 278296 3 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 4 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 7: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libclient.dylib 0x00564b74 0x3c9000 + 1686388 2 libclient.dylib 0x0040ea04 0x3c9000 + 285188 3 libclient.dylib 0x0040cf18 0x3c9000 + 278296 4 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 5 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 8: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libclient.dylib 0x0040ee90 0x3c9000 + 286352 3 libclient.dylib 0x0040cf18 0x3c9000 + 278296 4 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 5 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 9: 0 libSystem.B.dylib 0x960cc438 mach_msg_trap + 8 1 libSystem.B.dylib 0x960d335c mach_msg + 56 2 libclient.dylib 0x0040f22c 0x3c9000 + 287276 3 libclient.dylib 0x006974b0 JVM_RaiseSignal + 481680 4 libSystem.B.dylib 0x9615de88 _pthread_body + 36 Thread 0 crashed with PPC Thread State 32: srr0: 0x061e4268 srr1: 0x0200f030 dar: 0x00000000 dsisr: 0x40000000 r0: 0x00000000 r1: 0xbfff9290 r2: 0x00000000 r3: 0x00000000 r4: 0x00000000 r5: 0x00000454 r6: 0x00000ec7 r7: 0x00000006 r8: 0x00000000 r9: 0x007306f0 r10: 0xbfff8f80 r11: 0x44222462 r12: 0x005b8280 r13: 0x00185840 r14: 0x001621e0 r15: 0xa0c73280 r16: 0x001613f0 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000 r20: 0xbfff9380 r21: 0x00000000 r22: 0xa0c73280 r23: 0x00000000 r24: 0x00000000 r25: 0x00000000 r26: 0xa0c63280 r27: 0x00162b30 r28: 0x96436378 r29: 0xbfff9380 r30: 0xbfff9290 r31: 0x061e4200 cr: 0x24222462 xer: 0x00000000 lr: 0x061e425c ctr: 0x005b8280 vrsave: 0x00000000 Binary Images: 0x1000 - 0xbff0 java ??? (???) <727a17f70b18b7e195567d45efb76903> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java 0x11000 - 0x18fff com.apple.JavaVM 12.2.0 (12.2.0) <66f0b4a638cd0a2c2ab76c8b13382b51> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x31000 - 0x59fff libxslt.1.dylib ??? (???) <a69bf3978edd9dd905726660011bb6e6> /usr/lib/libxslt.1.dylib 0x74000 - 0x7bff0 libverify.dylib ??? (???) <20fbb32d23e43ee34e0e4c0fd203c35c> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib 0x80000 - 0x88ffb JavaNativeFoundation ??? (???) <58945db353536225d2413c7eb06c6256> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x91000 - 0xb7fff libcups.2.dylib ??? (???) <0baa8f1a940b5d8c4d8e4e63fffef410> /usr/lib/libcups.2.dylib 0xd7000 - 0xe3fff libzip.jnilib ??? (???) <e313cdc00e14c0a7b3a2c534e9ddac3d> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib 0x300000 - 0x31dfff libjava.jnilib ??? (???) <2896522f3f6e6fbe76cb5bc9fe4a6e27> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib 0x3c9000 - 0x72bfff libclient.dylib ??? (???) <43c74cccf5adb9857ebd88161e41463e> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient.dylib 0x1100000 - 0x11cffff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x6161000 - 0x618fffc +libswt-cocoa-3513.jnilib ??? (???) <e1280a7de06753a7f899ddb3989328db> /Users/grant/Documents/workspaceCocoa/org.eclipse.swt.cocoa.macosx/libswt-cocoa-3513.jnilib 0x61aa000 - 0x61e4fff +libswt-pi-cocoa-3513.jnilib ??? (???) <c7633c84f05f99b7a227372e6c2cf30a> /Users/grant/Documents/workspaceCocoa/org.eclipse.swt.cocoa.macosx/libswt-pi-cocoa-3513.jnilib 0x9555000 - 0x964eff3 com.apple.RawCamera.bundle 2.0.7 (2.0.7) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0xad09000 - 0xad0ffff com.apple.DictionaryServiceComponent 1.1 (1.1) <497d9f0ead14e782b36e32f74baa003e> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x8fe00000 - 0x8fe30b23 dyld 96.2 (???) <39109181acbf30fed542e6c9abcf1798> /usr/lib/dyld 0x9008f000 - 0x90097ffb libCGATS.A.dylib ??? (???) <3c50a1f1f03470a8baadd22a17a4b547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x900dd000 - 0x90654ff3 com.apple.CoreGraphics 1.351.33 (???) <83d4f302053d3fe5f69c8e20b3a0c34f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9065c000 - 0x90716fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib 0x9073f000 - 0x90a68fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x90a69000 - 0x90ae4fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x90ae5000 - 0x90aecfff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x90b30000 - 0x90d16ffb com.apple.security 5.0.4 (34102) <9a5739b5b522f963b320fd71581b9cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x90d17000 - 0x90d40ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x90ee2000 - 0x90ee3fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib 0x90ee4000 - 0x90f19fff com.apple.AE 402.2 (402.2) <0b15a08da8ec38b74fb9dd6e579ed25f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x90f1a000 - 0x90f31ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x90f32000 - 0x9126bfeb com.apple.HIToolbox 1.5.4 (???) <ffe389390ecc05cf8770c81db6511bd1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9126c000 - 0x912ccfff com.apple.CoreText 2.0.3 (???) <4ce8460abbfca7c9bd655ae0173976df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x912cd000 - 0x91334ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib 0x913b3000 - 0x91434fff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91435000 - 0x91454fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x91463000 - 0x9146bfff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib 0x914e1000 - 0x91575fff com.apple.framework.IOKit 1.5.1 (???) <9bd6b9e0f0a9a25c3a1d379da04dd8be> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x91576000 - 0x9169bffb com.apple.CoreFoundation 6.5.4 (476.15) <cad7eb450d1f930417aeeca9eb00dbcd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9169c000 - 0x9176ffff com.apple.CoreServices.OSServices 226.5 (226.5) <e50f547a3d8d316885b424e282bd80fe> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x91770000 - 0x917ffffb com.apple.DesktopServices 1.4.7 (1.4.7) <5792e9dc03f76544c71dedd802a1fa36> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9184b000 - 0x9188cffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x9188e000 - 0x918ddfff libGLImage.dylib ??? (???) <274f96cdf247e29c74dc476d166928ca> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x918de000 - 0x918fdfff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91996000 - 0x919a1ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib 0x919e5000 - 0x91a04fff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib 0x91a05000 - 0x91a12fff libCSync.A.dylib ??? (???) <e0395a40546c6c8b244962512e74c35e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x91a13000 - 0x91a62fff com.apple.Metadata 10.5.2 (398.22) <7063f883d9d901fea72151597ccd4e6a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x91a63000 - 0x91a7fffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x91a8c000 - 0x91a8cffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x91a8d000 - 0x91ac6fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91bed000 - 0x91bf8ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x91bf9000 - 0x91bfcffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x91bfd000 - 0x91c53fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x91c54000 - 0x91d3dfff libxml2.2.dylib ??? (???) <6bf1a24e68615e0edf843988f5a0a1f4> /usr/lib/libxml2.2.dylib 0x91d3e000 - 0x91d9affb com.apple.HIServices 1.7.0 (???) <48d200891cc9dd795ee547d526c6a45b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x91d9b000 - 0x91da6fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x91da7000 - 0x91e2cfff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib 0x91e2d000 - 0x91f14fff com.apple.JavaScriptCore 5525.18 (5525.18) <d94ee2a4a7aa244335a4a2a49a5aaeec> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x91f15000 - 0x91f15fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x91f16000 - 0x91f5dfff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x92073000 - 0x92109fff com.apple.LaunchServices 290 (290) <fd3ffed6d3e33d356610d5eac6c7088a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9210a000 - 0x9221effa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x92fc1000 - 0x93326ff2 com.apple.QuartzCore 1.5.5 (1.5.5) <e5fa65979d5e0bb75ec19aea053ce83d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x93327000 - 0x93328ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x93329000 - 0x93447ff7 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93448000 - 0x934cfffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x934d0000 - 0x93532ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x93533000 - 0x93564fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x935c1000 - 0x9365bff7 com.apple.ApplicationServices.ATS 3.4 (???) <77bbf58ddc32846bdfdea2bd30ab6fb9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x93667000 - 0x93669ffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9366a000 - 0x93673fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x93889000 - 0x93889ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x9388a000 - 0x939d2ffb libicucore.A.dylib ??? (???) <2d1f8cb81754c6b68809a4aa6c7b94a3> /usr/lib/libicucore.A.dylib 0x93b23000 - 0x93b60fff libRIP.A.dylib ??? (???) <2a8fc4eb2a2120c341c15b54f807041d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x93b61000 - 0x93bfafc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x93c9b000 - 0x93c9bff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93c9c000 - 0x93cbcff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x93cbd000 - 0x93e07ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x93e08000 - 0x93e21fff com.apple.CoreVideo 1.5.0 (1.5.0) <f1e561d4ba585d5740e3d4990729b8de> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x93e22000 - 0x93e2eff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93e2f000 - 0x93e42ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93f21000 - 0x93fa9fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x93faa000 - 0x94564fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x94565000 - 0x94866ffb com.apple.CoreServices.CarbonCore 786.6 (786.6) <94736308a0b44830c732ebb1bebd78f8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x94867000 - 0x94875fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib 0x94893000 - 0x948beff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib 0x949bb000 - 0x949bbfff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x94cba000 - 0x94d44fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x94d45000 - 0x95173ffa libGLProgrammability.dylib ??? (???) <603a9704539c585a35801c2452930cb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x95174000 - 0x95179ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x9517e000 - 0x953c3ffb com.apple.Foundation 6.5.6 (677.21) <8350383f1c44d18e471451ce92a1572c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x95493000 - 0x95543fff edu.mit.Kerberos 6.0.12 (6.0.12) <c72d937eebc3e56ea636d332e2bb18cf> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x955c0000 - 0x95ca1ff3 com.apple.WebCore 5525.18.1 (5525.18.1) <c339884f32c81b029105d8a0243db0ff> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x95ca2000 - 0x95ca5fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x95ccd000 - 0x95d8ffff com.apple.WebKit 5525.18 (5525.18) <ef0071ec0d5faa5b198348bc4f909c7c> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x95d90000 - 0x95da3fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x960cb000 - 0x96264fe3 libSystem.B.dylib ??? (???) <787ea59c19201d04a507b13d2bb3f9ac> /usr/lib/libSystem.B.dylib 0x9628c000 - 0x96351ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x96352000 - 0x9636dffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9636e000 - 0x96375ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x96376000 - 0x96459fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib 0x965da000 - 0x965dafff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x965db000 - 0x9668bfff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x9668c000 - 0x966b9fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x966ba000 - 0x96e2ffff com.apple.AppKit 6.5.3 (949.34) <5a94250c410980eb9047e9a5f0f9b558> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96e30000 - 0x96e48ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x96e49000 - 0x96ecfff9 com.apple.CFNetwork 339.5 (339.5) <b401902ddbf0d923e7b584e579ce0b4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x96ed0000 - 0x96ed4ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/R | resolved fixed | d51a1e9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-27T16:53:35Z" | "2008-10-22T21:13:20Z" |
252,064 | Bug 252064 Accessibility API needs to work on Label | - get the latest org.eclipse.swt and org.eclipse.swt.examples from HEAD - run org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample - turn on VoiceOver - hover the mouse over the large image of a running man in the right-hand column VoiceOver should say "Overriding platform name for Label" or something like that, but instead, it is saying "image". This is an SWT Label control with an image and no text. The getName accessibility listener has been added, but it is not being called. This works for Button, and may other controls now, but it needs to work for Label, too. | resolved fixed | ad94482 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-24T22:50:06Z" | "2008-10-24T20:26:40Z" |
252,079 | Bug 252079 VoiceOver won't read contents of StyledText | VoiceOver won't read the contents of a StyledText box. -- Run org.eclipse.swt.examples.accessibility.ControlsWithLabelsExample -- Turn on VoiceOver -- Mouse over the StyledText Voiceover says 'blank text' instead of reading the contents of the text box. (This was noted in my initial checkin but I never wrote a tracking bug.) | resolved fixed | 967b5f8 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-24T22:46:04Z" | "2008-10-24T23:13:20Z" |
210,443 | Bug 210443 [flex-hierarchy] Mac: Using down arrow to quickly move down some tree controls causes them to jump back to top | null | closed fixed | c8d5e49 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-24T19:48:56Z" | "2007-11-20T20:20:00Z" |
222,791 | Bug 222791 Spinner accepts non-numeric input in Cocoa | Build ID: I20080207-1530 Steps To Reproduce: 1. Open Control example 2. Choose 'Spinner' tab 3. Type non-numeric characters into the spinner box (e.g. 'abc') Note that the spinner input accepts non-numerics, unlike other platforms like Carbon where only numbers are accepted. | resolved fixed | de616cb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCharacterSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFormatter.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSNumberFormatter.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSString.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-24T05:39:59Z" | "2008-03-14T18:40:00Z" |
251,149 | Bug 251149 SWT Accessibility API needs to work on all Controls | - get the latest org.eclipse.swt and org.eclipse.swt.examples code from HEAD - run org.eclipse.swt.examples.accessibility.SimpleButtonNameExample - turn on VoiceOver - type the Tab key to switch focus back and forth from the button labelled "Button" and the button with a picture of a running man - VoiceOver should say "Running man button" when the image button has focus. Instead, it is just saying "button". This needs to work for all native controls, and at present, it seems to only be working for subclasses of Canvas and Composite. Note that this example works on Carbon. For a more complicated example containing most of the native controls (no accessible api used for controls in left column; accessible name and help overridden for controls in right column), see org.eclipse.swt.examples.accessibility.ControlsWithAccessibleNamesExample. This example (mostly) works on Carbon, but only the Canvas, Composite, and Shell controls work on Cocoa. | resolved fixed | f059eca | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSButton.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSComboBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSControl.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSDatePicker.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSImageView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableArray.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOutlineView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSPopUpButton.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSScroller.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSearchField.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSecureTextField.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSlider.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSStepper.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTextField.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-24T05:33:03Z" | "2008-10-16T20:46:40Z" |
251,618 | Bug 251618 Text glitch after inserting an image | null | resolved fixed | 18524e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-23T19:48:10Z" | "2008-10-21T20:13:20Z" |
250,574 | Bug 250574 Group does not layout correctly. | null | resolved fixed | 81188d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSBox.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-23T17:55:13Z" | "2008-10-12T14:00:00Z" |
251,128 | Bug 251128 Display.readAndDispatch() and sleep() should not try/catch and call printStackTrace() | When Scott committed the first code for accessitiblity, he said: "One (potentially controversial) change I made to Display was to put try/catch blocks in readAndDispatch() and sleep() so that an exception doesnt silently exit the program. The semantics of these methods didnt change, but dumping a backtrace is more useful than exiting." I agree that it is useful, definitely during development but as an underlying toolkit, we can't catch, print and swallow exceptions. This is a policy decision that is decided by the application. I think we need to take it out. | resolved fixed | 99b05de | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-23T14:19:21Z" | "2008-10-16T18:00:00Z" |
251,614 | Bug 251614 Space in font name | Build ID: I20080917-0800 Steps To Reproduce: There is a problem when getting font names. Say we want "Lucida Grande", one version return this, but the other version returns without the space i.e. "LucidaGrande" They are the same font, but can't be matched because of the space. please see the snippet below. Snippet: package bugs; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class SpaceInFontName { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); String name = shell.getFont().getFontData()[0].getName(); System.out.println(name); // outputs "Lucida Grande" FontData d = display.getFontList("LucidaGrande", true)[0]; Font f = new Font (display, d); System.out.println(f.getFontData()[0].getName()); // outputs "Lucida Grande" FontData[] fonts = display.getFontList(null, true);// getFontList returns "LucidaGrande" for (int i = 0; i < fonts.length; i++) { FontData fontData = fonts[i]; System.out.println(fontData.getName()); } // shell.open(); // while (!shell.isDisposed()) { // if (!display.readAndDispatch()) { // display.sleep(); // } // } // display.dispose(); } } More information: | resolved fixed | 6818679 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T20:37:28Z" | "2008-10-21T20:13:20Z" |
251,469 | Bug 251469 Accessible.getDescription should not return name | - Load SWT Cocoa and the SWT examples from HEAD. - Run org.eclipse.swt.examples.accessibility.AccessibleShapesExample - turn on VoiceOver - type the TAB key to give focus to the various shapes Note that the shapes report their name twice. In Accessible.getDescription(), if there isn't any description, then we should just return, instead of asking the application for a name. | resolved fixed | a2a2b61 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/cocoa/org/eclipse/swt/accessibility/SWTAccessibleDelegate.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Sash.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T19:33:50Z" | "2008-10-20T19:13:20Z" |
251,516 | Bug 251516 [Browser] cannot type U into web browser text area | Build ID: M20080911-1700 Steps To Reproduce: 1. Configure your OS to use a German keyboard layout 2. Create an html file with the following contents (see attachment): <html> <head></head> <body> <textarea></textarea> </body> </html> 3. open the html file in the eclipse browser 4. attempt to type a U (capital letter, not u)("{" on most english keyboards) into the text area 5. Nothing is printed More information: This issue occurs on windows XP and Vista. Untested on other platforms. This issue also occurs for instances of the SWT Browser widget, NOT just the browser view used in eclipse to view html files. It's possible to type u It's possible to cut and paste the letters in It's possible to enter it using keyboard code (Alt + 154) I tested the same file with Firefox and Internet Explorer without any problems I'm happy to provide further information and perform further tests if required | resolved fixed | d8d3e8f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T19:21:37Z" | "2008-10-21T11:53:20Z" |
251,583 | Bug 251583 Crash using I20091021 Cocoa | Process: eclipse [15724] Path: /Users/chrisaniszczyk/eclipses/eclipse-SDK-3.5M3/eclipse/Eclipse.app/Contents/MacOS/eclipse Identifier: org.eclipse.eclipse Version: 3.4 (3.4) Code Type: X86 (Native) Parent Process: launchd [155] Date/Time: 2008-10-21 13:05:10.110 -0500 OS Version: Mac OS X 10.5.5 (9F33) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020 Crashed Thread: 0 Application Specific Information: Java information: Version: Java HotSpot(TM) Client VM (1.5.0_16-133 mixed mode) Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-133) for macosx-x86, built on Aug 27 2008 11:00:20 by root with gcc 4.0.1 (Apple Inc. build 5465) Exception type: Bus Error (0xa) at pc=0x90ec9688 Current thread (0x00501530): JavaThread "main" [_thread_in_native, id=-1606533216] Stack: [0xbf800000,0xc0000000) Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I J org.eclipse.swt.widgets.Widget.callSuper(III)V v ~RuntimeStub::alignment_frame_return Runtime1 stub j org.eclipse.swt.widgets.Widget.keyDown(III)V+4 j org.eclipse.swt.widgets.Control.keyDown(III)V+108 J org.eclipse.swt.widgets.Display.windowDelegateProc(III)I v ~RuntimeStub::alignment_frame_return Runtime1 stub v ~StubRoutines::call_stub J org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I J org.eclipse.swt.widgets.Widget.callSuper(III)V J org.eclipse.swt.widgets.Display.windowDelegateProc(III)I v ~RuntimeStub::alignment_frame_return Runtime1 stub v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Lorg/eclipse/swt/internal/cocoa/objc_super;II)I+0 j org.eclipse.swt.widgets.Display.applicationSendEvent(III)V+234 j org.eclipse.swt.widgets.Display.applicationProc(III)I+21 v ~StubRoutines::call_stub j org.eclipse.swt.internal.cocoa.OS.objc_msgSend(III)I+0 j org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(Lorg/eclipse/swt/internal/cocoa/NSEvent;)V+19 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+79 j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+393 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub Java Threads: ( => current thread ) 0x0056d610 JavaThread "Worker-7" [_thread_blocked, id=16495616] 0x0056d490 JavaThread "Worker-6" [_thread_blocked, id=13280256] 0x0056c770 JavaThread "Worker-5" [_thread_blocked, id=13276672] 0x0056c2c0 JavaThread "Worker-4" [_thread_blocked, id=16144896] 0x0056bec0 JavaThread "Worker-3" [_thread_blocked, id=9177088] 0x00564f10 JavaThread "Worker-2" [_thread_blocked, id=8573440] 0x0055f760 JavaThread "Worker-1" [_thread_in_Java, id=10867712] 0x00546420 JavaThread "Java indexing" daemon [_thread_blocked, id=10240000] 0x00534bf0 JavaThread "Worker-0" [_thread_blocked, id=10269696] 0x00527bc0 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=10076160] 0x0051e230 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=10405376] 0x00514b30 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=9058816] 0x00512ec0 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=8914944] 0x005123e0 JavaThread "State Data Manager" daemon [_thread_blocked, id=8903168] 0x00508f30 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8526336] 0x00508480 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8522752] 0x005080a0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8516096] 0x00507760 JavaThread "Finalizer" daemon [_thread_blocked, id=8512512] 0x00507380 JavaThread "Reference Handler" daemon [_thread_blocked, id=8507392] =>0x00501530 JavaThread "main" [_thread_in_native, id=-1606533216] Other Threads: 0x00506ad0 VMThread [id=8503808] 0x00509a70 WatcherThread [id=8529920] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 18240K, used 13313K [0x161e0000, 0x175a0000, 0x18940000) eden space 16256K, 70% used [0x161e0000, 0x16d191b8, 0x171c0000) from space 1984K, 91% used [0x171c0000, 0x17387428, 0x173b0000) to space 1984K, 0% used [0x173b0000, 0x173b0000, 0x175a0000) tenured generation total 241984K, used 118725K [0x18940000, 0x27590000, 0x361e0000) the space 241984K, 49% used [0x18940000, 0x1fd31560, 0x1fd31600, 0x27590000) compacting perm gen total 45056K, used 45010K [0x361e0000, 0x38de0000, 0x461e0000) the space 45056K, 99% used [0x361e0000, 0x38dd4ad0, 0x38dd4c00, 0x38de0000) No shared spaces configured. Virtual Machine arguments: JVM args: -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Xms256m -Xmx512m -XX:MaxPermSize=256m -Dorg.eclipse.swt.internal.carbon.smallFonts Java command: <unknown> launcher type: generic Thread 0 Crashed: 0 libobjc.A.dylib 0x90ec9688 objc_msgSend + 24 1 com.apple.AppKit 0x911c180c -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 1951 2 com.apple.AppKit 0x911c03fe -[NSTSMInputContext interpretKeyEvents:] + 1202 3 com.apple.AppKit 0x911bff1a -[NSView interpretKeyEvents:] + 70 4 com.apple.AppKit 0x911bfe2a -[NSTextView keyDown:] + 748 5 libswt-pi-cocoa-3513.jnilib 0x4dec5403 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 478 6 ??? 0x1475c863 0 + 343263331 7 ??? 0x14770380 0 + 343344000 8 ??? 0x14251dc0 0 + 337976768 9 ??? 0x141df9d3 0 + 337508819 10 ??? 0x141df9d3 0 + 337508819 11 ??? 0x144927e0 0 + 340338656 12 ??? 0x14251dc0 0 + 337976768 13 ??? 0x141dd227 0 + 337498663 14 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 15 libjvm.dylib 0x11adbfa6 0x119c3000 + 1150886 16 libjvm.dylib 0x11a7a072 0x119c3000 + 749682 17 libjvm.dylib 0x11bd8430 JNI_CreateJavaVM_Impl + 127328 18 libswt-cocoa-3513.jnilib 0x4de03f12 callback + 747 19 ??? 0x0000f118 0 + 61720 20 com.apple.AppKit 0x911303a5 -[NSWindow sendEvent:] + 8511 21 libswt-pi-cocoa-3513.jnilib 0x4dec5403 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 478 22 ??? 0x1475c863 0 + 343263331 23 ??? 0x14770380 0 + 343344000 24 ??? 0x14492da0 0 + 340340128 25 ??? 0x14251dc0 0 + 337976768 26 ??? 0x141dd227 0 + 337498663 27 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 28 libjvm.dylib 0x11adbfa6 0x119c3000 + 1150886 29 libjvm.dylib 0x11a7a072 0x119c3000 + 749682 30 libjvm.dylib 0x11bd8430 JNI_CreateJavaVM_Impl + 127328 31 libswt-cocoa-3513.jnilib 0x4de03f12 callback + 747 32 ??? 0x0000f118 0 + 61720 33 com.apple.AppKit 0x910fc311 -[NSApplication sendEvent:] + 2941 34 libswt-pi-cocoa-3513.jnilib 0x4dec5403 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2II + 478 35 ??? 0x141e59b1 0 + 337533361 36 ??? 0x141dfa7f 0 + 337508991 37 ??? 0x141df9d3 0 + 337508819 38 ??? 0x141dd227 0 + 337498663 39 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 40 libjvm.dylib 0x11adbfa6 0x119c3000 + 1150886 41 libjvm.dylib 0x11a7a072 0x119c3000 + 749682 42 libjvm.dylib 0x11bd8430 JNI_CreateJavaVM_Impl + 127328 43 libswt-cocoa-3513.jnilib 0x4de03f12 callback + 747 44 ??? 0x0000f058 0 + 61528 45 libswt-pi-cocoa-3513.jnilib 0x4debcabd Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__III + 401 46 ??? 0x141e59b1 0 + 337533361 47 ??? 0x141dfa7f 0 + 337508991 48 ??? 0x141df9d3 0 + 337508819 49 ??? 0x141dfb2b 0 + 337509163 50 ??? 0x141df9d3 0 + 337508819 51 ??? 0x141dfa7f 0 + 337508991 52 ??? 0x141dfa7f 0 + 337508991 53 ??? 0x141dfcd9 0 + 337509593 54 ??? 0x141df9d3 0 + 337508819 55 ??? 0x141dfa7f 0 + 337508991 56 ??? 0x141dfa7f 0 + 337508991 57 ??? 0x141dfdb0 0 + 337509808 58 ??? 0x141dfdb0 0 + 337509808 59 ??? 0x141dfaaa 0 + 337509034 60 ??? 0x141dfaaa 0 + 337509034 61 ??? 0x141dfaaa 0 + 337509034 62 ??? 0x141dd227 0 + 337498663 63 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 64 libjvm.dylib 0x11adbfa6 0x119c3000 + 1150886 65 libjvm.dylib 0x11a7e101 0x119c3000 + 766209 66 libjvm.dylib 0x11a9aa9f 0x119c3000 + 883359 67 libjvm.dylib 0x11c1946b JVM_InvokeMethod + 411 68 ??? 0x141e59b1 0 + 337533361 69 ??? 0x141dfaaa 0 + 337509034 70 ??? 0x141dfaaa 0 + 337509034 71 ??? 0x141dfdb0 0 + 337509808 72 ??? 0x141dfaaa 0 + 337509034 73 ??? 0x141df9d3 0 + 337508819 74 ??? 0x141df9d3 0 + 337508819 75 ??? 0x141dd227 0 + 337498663 76 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 77 libjvm.dylib 0x11adbfa6 0x119c3000 + 1150886 78 libjvm.dylib 0x11a662dc 0x119c3000 + 668380 79 libjvm.dylib 0x11bd1f3a JNI_CreateJavaVM_Impl + 101482 80 eclipse_1200.so 0x00093f67 startJavaJNI + 1795 81 eclipse_1200.so 0x00092e11 startJavaVM + 120 82 eclipse_1200.so 0x00091e01 run + 4756 83 org.eclipse.eclipse 0x0000234d original_main + 1773 84 org.eclipse.eclipse 0x00002a39 main + 1517 85 org.eclipse.eclipse 0x00001aaa start + 54 Thread 1: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libSystem.B.dylib 0x93935f67 mach_msg_server + 491 3 libjvm.dylib 0x119d1b85 0x119c3000 + 60293 4 libjvm.dylib 0x119d1945 0x119c3000 + 59717 5 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 2: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11adb04c 0x119c3000 + 1146956 4 libjvm.dylib 0x11a1fdcd 0x119c3000 + 380365 5 libjvm.dylib 0x11a1f937 0x119c3000 + 379191 6 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 3: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x1463ae08 0 + 342076936 8 ??? 0x14258980 0 + 338004352 9 ??? 0x141dd227 0 + 337498663 10 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 11 libjvm.dylib 0x11a20343 0x119c3000 + 381763 12 libjvm.dylib 0x11a20235 0x119c3000 + 381493 13 libjvm.dylib 0x11a20175 0x119c3000 + 381301 14 libjvm.dylib 0x11a20098 0x119c3000 + 381080 15 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 16 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 4: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x143e5004 0 + 339628036 8 ??? 0x146c7cb0 0 + 342654128 9 ??? 0x14258e00 0 + 338005504 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 5: 0 libSystem.B.dylib 0x938c04e2 semaphore_wait_trap + 10 1 libjvm.dylib 0x11a2164e 0x119c3000 + 386638 2 libjvm.dylib 0x11a21245 0x119c3000 + 385605 3 libjvm.dylib 0x11a20098 0x119c3000 + 381080 4 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 5 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 6: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11adaf09 0x119c3000 + 1146633 4 libjvm.dylib 0x11a21c7b 0x119c3000 + 388219 5 libjvm.dylib 0x11a21958 0x119c3000 + 387416 6 libjvm.dylib 0x11a20098 0x119c3000 + 381080 7 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 8 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 7: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11adb04c 0x119c3000 + 1146956 4 libjvm.dylib 0x11a21d90 0x119c3000 + 388496 5 libjvm.dylib 0x11a20098 0x119c3000 + 381080 6 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 7 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 8: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a225af 0x119c3000 + 390575 4 libjvm.dylib 0x11a220fa 0x119c3000 + 389370 5 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 6 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 9: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a22409 0x119c3000 + 390153 4 libjvm.dylib 0x11c113a1 JVM_Sleep + 481 5 ??? 0x141e59b1 0 + 337533361 6 ??? 0x141df9d3 0 + 337508819 7 ??? 0x141dfcd9 0 + 337509593 8 ??? 0x141dd227 0 + 337498663 9 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 10 libjvm.dylib 0x11a20343 0x119c3000 + 381763 11 libjvm.dylib 0x11a20235 0x119c3000 + 381493 12 libjvm.dylib 0x11a20175 0x119c3000 + 381301 13 libjvm.dylib 0x11a20098 0x119c3000 + 381080 14 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 15 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 10: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 11: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 12: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 13: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfaaa 0 + 337509034 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 14: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x147b8dbc 0 + 343641532 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 13 libjvm.dylib 0x11a20343 0x119c3000 + 381763 14 libjvm.dylib 0x11a20235 0x119c3000 + 381493 15 libjvm.dylib 0x11a20175 0x119c3000 + 381301 16 libjvm.dylib 0x11a20098 0x119c3000 + 381080 17 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 15: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb26a 0x119c3000 + 1147498 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x141df9d3 0 + 337508819 9 ??? 0x141dfcd9 0 + 337509593 10 ??? 0x141dd227 0 + 337498663 11 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 12 libjvm.dylib 0x11a20343 0x119c3000 + 381763 13 libjvm.dylib 0x11a20235 0x119c3000 + 381493 14 libjvm.dylib 0x11a20175 0x119c3000 + 381301 15 libjvm.dylib 0x11a20098 0x119c3000 + 381080 16 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 17 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 16: 0 libjvm.dylib 0x11a8153c 0x119c3000 + 779580 1 libjvm.dylib 0x11a96a10 0x119c3000 + 866832 2 libjvm.dylib 0x11a96b8a 0x119c3000 + 867210 3 libjvm.dylib 0x11a96b8a 0x119c3000 + 867210 4 libjvm.dylib 0x11ada123 0x119c3000 + 1143075 5 ??? 0x1425346d 0 + 337982573 6 ??? 0x144cd9a9 0 + 340580777 7 ??? 0x14ce53b8 0 + 349066168 8 ??? 0x14251dc0 0 + 337976768 9 ??? 0x141df9d3 0 + 337508819 10 ??? 0x141df9d3 0 + 337508819 11 ??? 0x141df9d3 0 + 337508819 12 ??? 0x141dfaaa 0 + 337509034 13 ??? 0x141df9d3 0 + 337508819 14 ??? 0x141df9d3 0 + 337508819 15 ??? 0x141df9d3 0 + 337508819 16 ??? 0x141df9d3 0 + 337508819 17 ??? 0x141dfb2b 0 + 337509163 18 ??? 0x141df9d3 0 + 337508819 19 ??? 0x141df9d3 0 + 337508819 20 ??? 0x1464a828 0 + 342140968 21 ??? 0x14917208 0 + 345076232 22 ??? 0x14251dc0 0 + 337976768 23 ??? 0x141dfaaa 0 + 337509034 24 ??? 0x141dfe31 0 + 337509937 25 ??? 0x141dfdb0 0 + 337509808 26 ??? 0x141df9d3 0 + 337508819 27 ??? 0x141df9d3 0 + 337508819 28 ??? 0x141dfaaa 0 + 337509034 29 ??? 0x145f59ac 0 + 341793196 30 ??? 0x14251dc0 0 + 337976768 31 ??? 0x141df9d3 0 + 337508819 32 ??? 0x141df9d3 0 + 337508819 33 ??? 0x141df9d3 0 + 337508819 34 ??? 0x145f59ac 0 + 341793196 35 ??? 0x141df9d3 0 + 337508819 36 ??? 0x141df9d3 0 + 337508819 37 ??? 0x141df9d3 0 + 337508819 38 ??? 0x141dfaaa 0 + 337509034 39 ??? 0x141df9d3 0 + 337508819 40 ??? 0x141dfaaa 0 + 337509034 41 ??? 0x141dd227 0 + 337498663 42 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 43 libjvm.dylib 0x11a20343 0x119c3000 + 381763 44 libjvm.dylib 0x11a20235 0x119c3000 + 381493 45 libjvm.dylib 0x11a20175 0x119c3000 + 381301 46 libjvm.dylib 0x11a20098 0x119c3000 + 381080 47 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 48 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 17: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x147b8dbc 0 + 343641532 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 13 libjvm.dylib 0x11a20343 0x119c3000 + 381763 14 libjvm.dylib 0x11a20235 0x119c3000 + 381493 15 libjvm.dylib 0x11a20175 0x119c3000 + 381301 16 libjvm.dylib 0x11a20098 0x119c3000 + 381080 17 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 18: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x147b8dbc 0 + 343641532 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 13 libjvm.dylib 0x11a20343 0x119c3000 + 381763 14 libjvm.dylib 0x11a20235 0x119c3000 + 381493 15 libjvm.dylib 0x11a20175 0x119c3000 + 381301 16 libjvm.dylib 0x11a20098 0x119c3000 + 381080 17 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 19: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a20e6a 0x119c3000 + 384618 4 libjvm.dylib 0x11a20455 0x119c3000 + 382037 5 libjvm.dylib 0x11c01ee1 JVM_MonitorWait + 465 6 ??? 0x141e59b1 0 + 337533361 7 ??? 0x141df9d3 0 + 337508819 8 ??? 0x147b8dbc 0 + 343641532 9 ??? 0x14251dc0 0 + 337976768 10 ??? 0x141dfaaa 0 + 337509034 11 ??? 0x141dd227 0 + 337498663 12 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 13 libjvm.dylib 0x11a20343 0x119c3000 + 381763 14 libjvm.dylib 0x11a20235 0x119c3000 + 381493 15 libjvm.dylib 0x11a20175 0x119c3000 + 381301 16 libjvm.dylib 0x11a20098 0x119c3000 + 381080 17 libjvm.dylib 0x11c87935 JVM_RaiseSignal + 441077 18 libSystem.B.dylib 0x9393cfef _pthread_body + 27 Thread 20: 0 libSystem.B.dylib 0x938c04a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x938c7c9c mach_msg + 72 2 libjvm.dylib 0x11adb1b3 0x119c3000 + 1147315 3 libjvm.dylib 0x11a22409 0x119c3000 + 390153 4 libjvm.dylib 0x11c113a1 JVM_Sleep + 481 5 ??? 0x141e59b1 0 + 337533361 6 ??? 0x141df9d3 0 + 337508819 7 ??? 0x141dfaaa 0 + 337509034 8 ??? 0x141dd227 0 + 337498663 9 libjvm.dylib 0x11adc28a 0x119c3000 + 1151626 10 libjvm.dylib 0x11a20343 0x119c3000 + 381763 | resolved fixed | 121f742 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T18:13:17Z" | "2008-10-21T17:26:40Z" |
251,581 | Bug 251581 Wrong cursor when editing | This happens in Eclipse. Open the console and a java editor. Give the Java editor focus, the move the mouse over the console and notice the I-beam cursor. Give focus to the console. The I-beam changes to the default arrow. Move the mouse over the editor, then back into the console. The I-beam is back and stays now. The I-beam should not go away. | resolved fixed | 9b44ec1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T18:07:26Z" | "2008-10-21T17:26:40Z" |
249,880 | Bug 249880 [Dialogs] Table.remove(int, int) very slow with large lists | We use an org.eclipse.ui.dialogs.FilteredItemsSelectionDialog to select from a list of ~500,000 items. This is initially displayed reasonably quickly, but when the user types a character to reduce the number of items, the UI thread hangs for several, sometimes many seconds. Each time I've interrupted this hang using the debugger, the UI thread is in org.eclipse.swt.widgets.Table.remove(int, int), where it is in a loop calling GTK to removing the elements one at a time. I don't have a unit test demonstrating this, but a test that might mimic our plug-in environment is to list all of the Eclipse and JDK jar files to a text file: $ find /opt/eclipse /opt/eclipse-ext/ /usr/lib/jvm/java-6-sun \ -name '*.jar' -o -name '*.zip' | xargs -n 1 unzip -l | grep / | \ awk '{print $4}'| sort | uniq > /tmp/classes However, this "only" creates a list of 170k items, so adding other source bases to the list may be necessary for the problem to be obvious. | resolved fixed | 5b1a45e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T15:49:44Z" | "2008-10-06T21:53:20Z" |
225,266 | Bug 225266 Cocoa port has no org.eclipse.swt.internal.carbon.smallFonts equivalent | Eclipse Carbon ships with the org.eclipse.swt.internal.carbon.smallFonts flag turned on and I like to add it to me self-hosted workspaces as well. I feel that Eclipse benefits from the smaller fonts on OS X. The Cocoa port doesn't have any small fonts support so far. Is that intentional? | resolved fixed | b335ad1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSFont.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-22T05:55:36Z" | "2008-04-02T07:06:40Z" |
251,603 | Bug 251603 Spacing not working in TextLayout | Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text 2. Without select anything, try increase the spacing by calling styledText.setLineSpacing(int) 3. Note that spacing is not applied More information: | resolved fixed | 6b7c150 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-21T22:10:34Z" | "2008-10-21T20:13:20Z" |
251,607 | Bug 251607 TextLayout - TextStyle's border not showing bottom line in StyledText | Build ID: I20080917-0800 Steps To Reproduce: 1. Enter some text in the styled text 2. Select any text and apply border style 3. Notice that the bottom part of the box is not drawn/shown More information: | resolved fixed | 9121b95 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2008-10-21T21:45:21Z" | "2008-10-21T20:13:20Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.