Bug 58116 - specific line syntax causes eclipse to crash
Summary: specific line syntax causes eclipse to crash
Status: CLOSED DUPLICATE of bug 56390
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David J. Orme CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-11 23:17 EDT by anubis CLA
Modified: 2011-06-13 11:37 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 anubis CLA 2004-04-11 23:17:28 EDT
pasting the following line into eclipse 3.0 m8 causes eclipse to crash 100% of 
the time

public Sites insert(String namein, double xin, double yin, Sites sin){//
(PR_Node p){//, PR_Node r){

error log file is as follows

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at 
PC=0x74785F52
Function=ScriptApplyDigitSubstitution+0x12D0
Library=C:\WINDOWS\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.RedrawWindow(Native Method)
	at org.eclipse.swt.widgets.Canvas.scroll(Canvas.java:157)
	at org.eclipse.swt.custom.StyledText.scrollHorizontal
(StyledText.java:6307)
	at org.eclipse.swt.custom.StyledText.scrollHorizontalBar
(StyledText.java:6360)
	at org.eclipse.swt.custom.StyledText.showLocation(StyledText.java:7537)
	at org.eclipse.swt.custom.StyledText.showCaret(StyledText.java:7564)
	at org.eclipse.swt.custom.StyledText.showCaret(StyledText.java:7554)
	at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:5555)
	at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:6391)
	at org.eclipse.swt.custom.StyledText.paste(StyledText.java:5586)
	at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3362)
	at org.eclipse.jface.text.source.SourceViewer.doOperation
(SourceViewer.java:732)
	at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.doOperation
(JavaSourceViewer.java:124)
	at 
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer
.doOperation(CompilationUnitEditor.java:194)
	at org.eclipse.ui.texteditor.TextOperationAction$1.run
(TextOperationAction.java:122)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
	at org.eclipse.ui.texteditor.TextOperationAction.run
(TextOperationAction.java:120)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68)
	at org.eclipse.ui.internal.commands.Command.execute(Command.java:173)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand
(WorkbenchKeyboard.java:463)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press
(WorkbenchKeyboard.java:855)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent
(WorkbenchKeyboard.java:896)
	at 
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings
(WorkbenchKeyboard.java:522)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2
(WorkbenchKeyboard.java:488)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent
(WorkbenchKeyboard.java:261)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:768)
	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.Control.sendKeyEvent(Control.java:1720)
	at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716)
	at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3041)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:2944)
	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)

Dynamic libraries:
0x00400000 - 0x00407000 	C:\WINDOWS\system32\javaw.exe
0x77CC0000 - 0x77D75000 	C:\WINDOWS\system32\ntdll.dll
0x77E60000 - 0x77F50000 	C:\WINDOWS\system32\kernel32.dll
0x77F50000 - 0x77FEB000 	C:\WINDOWS\system32\ADVAPI32.dll
0x77340000 - 0x773D1000 	C:\WINDOWS\system32\RPCRT4.dll
0x77D80000 - 0x77E11000 	C:\WINDOWS\system32\USER32.dll
0x773E0000 - 0x77425000 	C:\WINDOWS\system32\GDI32.dll
0x77C10000 - 0x77C68000 	C:\WINDOWS\system32\MSVCRT.dll
0x76390000 - 0x763AD000 	C:\WINDOWS\system32\IMM32.DLL
0x629C0000 - 0x629C9000 	C:\WINDOWS\system32\LPK.DLL
0x74770000 - 0x747DB000 	C:\WINDOWS\system32\USP10.dll
0x08000000 - 0x08138000 	C:\Program Files\Java\j2re1.4.2_03
\bin\client\jvm.dll
0x76B40000 - 0x76B6D000 	C:\WINDOWS\system32\WINMM.dll
0x5CD70000 - 0x5CD77000 	C:\WINDOWS\system32\serwvdrv.dll
0x5B0A0000 - 0x5B0A7000 	C:\WINDOWS\system32\umdmxfrm.dll
0x10000000 - 0x10007000 	C:\Program Files\Java\j2re1.4.2_03\bin\hpi.dll
0x00830000 - 0x0083E000 	C:\Program Files\Java\j2re1.4.2_03
\bin\verify.dll
0x00840000 - 0x00859000 	C:\Program Files\Java\j2re1.4.2_03\bin\java.dll
0x00860000 - 0x0086D000 	C:\Program Files\Java\j2re1.4.2_03\bin\zip.dll
0x03300000 - 0x0334D000 	C:\eclipse\plugins\org.eclipse.swt.win32_3.0.0
\os\win32\x86\swt-win32-3044.dll
0x774D0000 - 0x7760D000 	C:\WINDOWS\system32\ole32.dll
0x77430000 - 0x774CA000 	C:\WINDOWS\system32\COMCTL32.dll
0x763B0000 - 0x763F9000 	C:\WINDOWS\system32\comdlg32.dll
0x772D0000 - 0x7731E000 	C:\WINDOWS\system32\SHLWAPI.dll
0x7C800000 - 0x7D010000 	C:\WINDOWS\system32\SHELL32.dll
0x77120000 - 0x771AC000 	C:\WINDOWS\system32\OLEAUT32.dll
0x4D6C0000 - 0x4D7AC000 	C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.2600.2096_x-ww_a7d210bd\comctl32.dll
0x63000000 - 0x63014000 	C:\WINDOWS\system32\SynTPFcs.dll
0x77C00000 - 0x77C08000 	C:\WINDOWS\system32\VERSION.dll
0x74720000 - 0x7476B000 	C:\WINDOWS\system32\MSCTF.dll
0x038F0000 - 0x0391E000 	C:\WINDOWS\system32\msctfime.ime
0x77E20000 - 0x77E31000 	C:\WINDOWS\system32\Secur32.dll
0x77610000 - 0x776BF000 	C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 	C:\WINDOWS\system32\COMRes.dll
0x605D0000 - 0x605D9000 	C:\WINDOWS\system32\mslbui.dll
0x03980000 - 0x0398F000 	C:\Program Files\Java\j2re1.4.2_03\bin\net.dll
0x71AB0000 - 0x71AC7000 	C:\WINDOWS\system32\WS2_32.dll
0x71AA0000 - 0x71AA8000 	C:\WINDOWS\system32\WS2HELP.dll
0x03990000 - 0x03998000 	C:\Program Files\Java\j2re1.4.2_03\bin\nio.dll
0x039A0000 - 0x039A8000 
	C:\eclipse\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86
\core_2_1_0b.dll
0x74C80000 - 0x74CAC000 	C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760E6000 	C:\WINDOWS\system32\MSVCP60.dll
0x03D70000 - 0x03FFF000 	C:\WINDOWS\system32\xpsp2res.dll
0x76380000 - 0x76385000 	C:\WINDOWS\system32\msimg32.dll
0x06330000 - 0x06345000 	C:\WINDOWS\system32\SSSensor.dll
0x5C2C0000 - 0x5C300000 	C:\WINDOWS\ime\sptip.dll
0x04140000 - 0x04151000 	C:\WINDOWS\IME\SPGRMR.DLL
0x74810000 - 0x74A72000 	C:\WINDOWS\system32\msi.dll
0x76620000 - 0x766D2000 	C:\WINDOWS\system32\USERENV.dll
0x04160000 - 0x041BB000 	C:\Program Files\Common Files\Microsoft 
Shared\Ink\SKCHUI.DLL
0x76C90000 - 0x76CB8000 	C:\WINDOWS\system32\imagehlp.dll
0x5D090000 - 0x5D131000 	C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000 	C:\WINDOWS\system32\PSAPI.DLL

Heap at VM Abort:
Heap
 def new generation   total 1792K, used 1129K [0x10010000, 0x10200000, 
0x104f0000)
  eden space 1600K,  58% used [0x10010000, 0x100fa6e8, 0x101a0000)
  from space 192K,  99% used [0x101a0000, 0x101cfff8, 0x101d0000)
  to   space 192K,   0% used [0x101d0000, 0x101d0000, 0x10200000)
 tenured generation   total 23060K, used 17437K [0x104f0000, 0x11b75000, 
0x14010000)
   the space 23060K,  75% used [0x104f0000, 0x115f7550, 0x115f7600, 0x11b75000)
 compacting perm gen  total 23296K, used 23089K [0x14010000, 0x156d0000, 
0x18010000)
   the space 23296K,  99% used [0x14010000, 0x1569c5a0, 0x1569c600, 0x156d0000)

Local Time = Sun Apr 11 23:03:22 2004
Elapsed Time = 22
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
#
Comment 1 anubis CLA 2004-04-13 00:55:43 EDT

*** This bug has been marked as a duplicate of 56390 ***
Comment 2 Richard Kulp CLA 2004-05-03 17:32:34 EDT
M1 released, move all resolved to Verified, as prelude to closing.
Comment 3 Richard Kulp CLA 2004-05-03 17:36:11 EDT
M1 released, move all resolved/verified to Closed.