Bug 61910 - Windows XP Service Pack 2 (SP2) access violation
Summary: Windows XP Service Pack 2 (SP2) access violation
Status: RESOLVED DUPLICATE of bug 56390
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-12 11:05 EDT by Simon Jefferies CLA
Modified: 2004-05-12 11:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Jefferies CLA 2004-05-12 11:05:28 EDT
I am beta testing Windows XP S2 and can not use eclipse M8 with it.  Everytime 
I try and run my application through it I get an access violation from calling 
the org.eclipse.swt.internal.win32.OS.ScriptTextOut method.  I have filed a bug 
report with Microsoft as it is their code that has changed and caused the 
problem, however it may be worth investigating from this end?

Exception..................

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at 
PC=0x72675F52
Function=ScriptApplyDigitSubstitution+0x12D0
Library=C:\WINNT\system32\USP10.dll

Current Java thread:
	at org.eclipse.swt.internal.win32.OS.ScriptTextOut(Native Method)
	at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:470)
	at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:339)
	at org.eclipse.swt.custom.StyledTextRenderer.drawLine
(StyledTextRenderer.java:133)
	at org.eclipse.swt.custom.StyledText.performPaint(StyledText.java:5637)
	at org.eclipse.swt.custom.StyledText.handlePaint(StyledText.java:5041)
	at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4725)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778)
	at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:781)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2994)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146)
	at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374)
	at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647)
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:257)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at org.eclipse.ui.internal.ide.IDEApplication.run
(IDEApplication.java:90)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:277)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:239)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
	at org.eclipse.core.launcher.Main.run(Main.java:692)
	at org.eclipse.core.launcher.Main.main(Main.java:676)
Comment 1 Simon Jefferies CLA 2004-05-12 11:09:32 EDT
Correction:  This seems to only occur when I run Ant through eclipse, not Java 
applications.
Comment 2 Rafael Chaves CLA 2004-05-12 11:13:14 EDT

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