Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336311

Summary: Eclipse IDE crashes multiple times when editing source files with CDT
Product: [Eclipse Project] Platform Reporter: Christoph <cschol2112>
Component: RuntimeAssignee: platform-runtime-inbox <platform-runtime-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: cschol2112, jamesblackburn+eclipse
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Christoph CLA 2011-02-04 00:53:14 EST
Build Identifier: M20100909-0800

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000267c618, pid=4348, tid=3468
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDeclarator.postAccept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+14
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00000000002ab800):  JavaThread "main" [_thread_in_Java, id=3468, stack(0x0000000002560000,0x0000000002660000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000038de3029e

Registers:
RAX=0x00000000da128850, RBX=0x0000000000000004, RCX=0x00000000f8e3cbd0, RDX=0x000000000013009e
RSP=0x000000000265c988, RBP=0x000000000265c9e0, RSI=0x00000000dc5ce198, RDI=0x0000000002665ea3
R8=0x00000000db0fb4c0, R9=0x00000000db37f710, R10=0x000000006de66650, R11=0x00000000dc5ce198
R12=0x0000000000000000, R13=0x000000038de3029e, R14=0x00000000d8011d18, R15=0x00000000002ab800
RIP=0x000000000267c618, EFLAGS=0x0000000000010206

Register to memory mapping:

RAX=0x00000000da128850
{instance class} 
 - klass: {other class}

RBX=0x0000000000000004
0x0000000000000004 is pointing to unknown location

RCX=0x00000000f8e3cbd0

[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xe0000000]

Stack: [0x0000000002560000,0x0000000002660000],  sp=0x000000000265c988,  free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDeclarator.postAccept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+14
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTDeclarator.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+216
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTAmbiguityResolver.visit(Lorg/eclipse/cdt/core/dom/ast/IASTDeclaration;)I+39
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDefinition.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+9
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTCompositeTypeSpecifier.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+115
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTSimpleDeclaration.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+52
j  org.eclipse.cdt.internal.core.dom.parser.ASTTranslationUnit.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+70
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTranslationUnit.resolveAmbiguities()V+8
j  org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.resolveAmbiguities()V+16
j  org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parse()Lorg/eclipse/cdt/core/dom/ast/IASTTranslationUnit;+84
j  org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage.getCompletionNode(Lorg/eclipse/cdt/core/parser/FileContent;Lorg/eclipse/cdt/core/parser/IScannerInfo;Lorg/eclipse/cdt/core/parser/IncludeFileContentProvider;Lorg/eclipse/cdt/core/index/IIndex;Lorg/eclipse/cdt/core/parser/IParserLogService;I)Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+36
j  org.eclipse.cdt.internal.core.model.TranslationUnit.getCompletionNode(Lorg/eclipse/cdt/core/index/IIndex;II)Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+90
j  org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext.getCompletionNode()Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+186
j  org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;+13
j  org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;+49
j  org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Ljava/lang/String;Lorg/eclipse/core/runtime/SubProgressMonitor;)Ljava/util/List;+70
j  org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectProposals(Lorg/eclipse/jface/text/ITextViewer;ILorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;)Ljava/util/List;+56
j  org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+106
j  org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+27
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+29
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Lorg/eclipse/jface/text/contentassist/CompletionProposalPopup;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+2
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup$14.run()V+63
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.incrementalComplete()Ljava/lang/String;+119
j  org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions()Ljava/lang/String;+21
j  org.eclipse.cdt.internal.ui.editor.CEditor$AdaptedSourceViewer.doOperation(I)V+40
j  org.eclipse.ui.texteditor.ContentAssistAction$1.run()V+9
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.ui.texteditor.ContentAssistAction.run()V+68
j  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j  org.eclipse.ui.commands.ActionHandler.execute(Ljava/util/Map;)Ljava/lang/Object;+64
j  org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+79
j  org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+115
j  org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j  org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Lorg/eclipse/jface/bindings/Binding;Lorg/eclipse/swt/widgets/Event;)Z+210
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)Z+131
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)V+14
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(Lorg/eclipse/swt/widgets/Event;)V+165
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(Lorg/eclipse/ui/internal/keys/WorkbenchKeyboard;Lorg/eclipse/swt/widgets/Event;)V+2
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+177


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000000078e9000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=5112, stack(0x000000000ea70000,0x000000000eb70000)]
  0x0000000006143800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=4168, stack(0x000000000d980000,0x000000000da80000)]
  0x0000000006144800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=4796, stack(0x000000000cf10000,0x000000000d010000)]
  0x000000000613c800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=4696, stack(0x000000000c0f0000,0x000000000c1f0000)]
  0x0000000006143000 JavaThread "Worker-9" [_thread_blocked, id=5100, stack(0x000000000c990000,0x000000000ca90000)]
  0x0000000006141800 JavaThread "Worker-7" [_thread_blocked, id=3680, stack(0x000000000c790000,0x000000000c890000)]
  0x0000000006140000 JavaThread "Worker-6" [_thread_blocked, id=4700, stack(0x000000000c690000,0x000000000c790000)]
  0x000000000613f800 JavaThread "Worker-5" [_thread_blocked, id=3848, stack(0x000000000c590000,0x000000000c690000)]
  0x000000000613e800 JavaThread "Worker-4" [_thread_blocked, id=1908, stack(0x000000000c490000,0x000000000c590000)]
  0x000000000613e000 JavaThread "Worker-3" [_thread_blocked, id=2184, stack(0x000000000c390000,0x000000000c490000)]
  0x000000000613d000 JavaThread "Java indexing" daemon [_thread_blocked, id=4824, stack(0x000000000c290000,0x000000000c390000)]
  0x000000000613a800 JavaThread "Worker-JM" [_thread_blocked, id=4020, stack(0x00000000091f0000,0x00000000092f0000)]
  0x0000000006139800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=4936, stack(0x00000000090f0000,0x00000000091f0000)]
  0x0000000006138000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3844, stack(0x0000000008ef0000,0x0000000008ff0000)]
  0x0000000006137800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2524, stack(0x0000000008df0000,0x0000000008ef0000)]
  0x0000000006136800 JavaThread "State Data Manager" daemon [_thread_blocked, id=572, stack(0x0000000007340000,0x0000000007440000)]
  0x0000000006135000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4636, stack(0x00000000066e0000,0x00000000067e0000)]
  0x0000000006121000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1064, stack(0x00000000065e0000,0x00000000066e0000)]
  0x0000000000528000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4540, stack(0x00000000064e0000,0x00000000065e0000)]
  0x0000000000523800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4232, stack(0x00000000063e0000,0x00000000064e0000)]
  0x0000000006120800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3120, stack(0x00000000062e0000,0x00000000063e0000)]
  0x000000000050d800 JavaThread "Finalizer" daemon [_thread_blocked, id=4028, stack(0x0000000005fe0000,0x00000000060e0000)]
  0x0000000000504000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4612, stack(0x0000000005ee0000,0x0000000005fe0000)]
=>0x00000000002ab800 JavaThread "main" [_thread_in_Java, id=3468, stack(0x0000000002560000,0x0000000002660000)]

Other Threads:
  0x0000000000500000 VMThread [stack: 0x0000000005de0000,0x0000000005ee0000] [id=1884]
  0x0000000006155800 WatcherThread [stack: 0x00000000067e0000,0x00000000068e0000] [id=4052]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 118208K, used 14951K [0x00000000f8000000, 0x0000000100000000, 0x0000000100000000)
  eden space 105792K, 14% used [0x00000000f8000000,0x00000000f8e99c90,0x00000000fe750000)
  from space 12416K, 0% used [0x00000000fe750000,0x00000000fe750000,0x00000000ff370000)
  to   space 11968K, 0% used [0x00000000ff450000,0x00000000ff450000,0x0000000100000000)
 PSOldGen        total 71104K, used 39599K [0x00000000e8000000, 0x00000000ec570000, 0x00000000f8000000)
  object space 71104K, 55% used [0x00000000e8000000,0x00000000ea6abea8,0x00000000ec570000)
 PSPermGen       total 111104K, used 75598K [0x00000000d8000000, 0x00000000dec80000, 0x00000000e8000000)
  object space 111104K, 68% used [0x00000000d8000000,0x00000000dc9d3a90,0x00000000dec80000)

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 	C:\Windows\system32\javaw.exe
0x0000000077c50000 - 0x0000000077dfb000 	C:\Windows\SYSTEM32\ntdll.dll
0x0000000077a30000 - 0x0000000077b4f000 	C:\Windows\system32\kernel32.dll
0x000007fefdc60000 - 0x000007fefdccb000 	C:\Windows\system32\KERNELBASE.dll
0x000007fefe9a0000 - 0x000007fefea7b000 	C:\Windows\system32\ADVAPI32.dll
0x000007feffd60000 - 0x000007feffdff000 	C:\Windows\system32\msvcrt.dll
0x000007fefe740000 - 0x000007fefe75f000 	C:\Windows\SYSTEM32\sechost.dll
0x000007fefea90000 - 0x000007fefebbe000 	C:\Windows\system32\RPCRT4.dll
0x0000000077b50000 - 0x0000000077c4a000 	C:\Windows\system32\USER32.dll
0x000007fefe360000 - 0x000007fefe3c7000 	C:\Windows\system32\GDI32.dll
0x000007feffd50000 - 0x000007feffd5e000 	C:\Windows\system32\LPK.dll
0x000007fefebc0000 - 0x000007fefec8a000 	C:\Windows\system32\USP10.dll
0x000007fefe760000 - 0x000007fefe78e000 	C:\Windows\system32\IMM32.DLL
0x000007feffe00000 - 0x000007fefff09000 	C:\Windows\system32\MSCTF.dll
0x0000000180000000 - 0x000000018005e000 	C:\Windows\system32\guard64.dll
0x000007fefdba0000 - 0x000007fefdba9000 	C:\Windows\system32\fltlib.dll
0x000000006d7f0000 - 0x000000006dee0000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefc8d0000 - 0x000007fefc90b000 	C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
0x000000006d310000 - 0x000000006d31a000 	C:\Program Files\Java\jre6\bin\hpi.dll
0x0000000077e20000 - 0x0000000077e27000 	C:\Windows\system32\PSAPI.DLL
0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
0x000007fefd470000 - 0x000007fefd487000 	C:\Windows\system32\CRYPTSP.dll
0x000007fefd170000 - 0x000007fefd1b7000 	C:\Windows\system32\rsaenh.dll
0x000007fefcea0000 - 0x000007fefcebe000 	C:\Windows\system32\USERENV.dll
0x000007fefdbb0000 - 0x000007fefdbbf000 	C:\Windows\system32\profapi.dll
0x000007fefdad0000 - 0x000007fefdadf000 	C:\Windows\system32\CRYPTBASE.dll
0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
0x000007fefff10000 - 0x000007fefff5d000 	C:\Windows\system32\WS2_32.dll
0x000007fefea80000 - 0x000007fefea88000 	C:\Windows\system32\NSI.dll
0x000007fefd410000 - 0x000007fefd464000 	C:\Windows\system32\mswsock.dll
0x000007fefd400000 - 0x000007fefd407000 	C:\Windows\System32\wship6.dll
0x000007fefb340000 - 0x000007fefb355000 	C:\Windows\system32\NLAapi.dll
0x000007fefd290000 - 0x000007fefd2eb000 	C:\Windows\system32\DNSAPI.dll
0x000007fef8320000 - 0x000007fef832b000 	C:\Windows\System32\winrnr.dll
0x000007fef8300000 - 0x000007fef8315000 	C:\Windows\system32\napinsp.dll
0x000007fef82e0000 - 0x000007fef82f9000 	C:\Windows\system32\pnrpnsp.dll
0x000007fef8900000 - 0x000007fef892e000 	C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fefe2e0000 - 0x000007fefe351000 	C:\Windows\system32\SHLWAPI.dll
0x000007fefcd90000 - 0x000007fefcd97000 	C:\Windows\System32\wshtcpip.dll
0x000007fefacb0000 - 0x000007fefacd7000 	C:\Windows\system32\IPHLPAPI.DLL
0x000007fefaca0000 - 0x000007fefacab000 	C:\Windows\system32\WINNSI.DLL
0x000007fef88f0000 - 0x000007fef88f8000 	C:\Windows\system32\rasadhlp.dll
0x000007fefa3c0000 - 0x000007fefa413000 	C:\Windows\System32\fwpuclnt.dll
0x0000000072000000 - 0x0000000072012000 	D:\devel\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810\eclipse_1309.dll
0x000007fefc080000 - 0x000007fefc274000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007fefcd80000 - 0x000007fefcd8c000 	C:\Windows\system32\VERSION.dll
0x000007fefbea0000 - 0x000007fefbef6000 	C:\Windows\system32\uxtheme.dll
0x000007fefe790000 - 0x000007fefe992000 	C:\Windows\system32\ole32.dll
0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
0x0000000010000000 - 0x000000001009b000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\152\1\.cp\swt-win32-3655.dll
0x000007fefe200000 - 0x000007fefe2d7000 	C:\Windows\system32\OLEAUT32.dll
0x000007fefe650000 - 0x000007fefe6e8000 	C:\Windows\system32\comdlg32.dll
0x000007fefec90000 - 0x000007feffa16000 	C:\Windows\system32\SHELL32.dll
0x000007feffa20000 - 0x000007feffb4a000 	C:\Windows\system32\WININET.dll
0x0000000077e10000 - 0x0000000077e13000 	C:\Windows\system32\Normaliz.dll
0x000007feffbd0000 - 0x000007feffd48000 	C:\Windows\system32\urlmon.dll
0x000007fefdcd0000 - 0x000007fefde36000 	C:\Windows\system32\CRYPT32.dll
0x000007fefdc50000 - 0x000007fefdc5f000 	C:\Windows\system32\MSASN1.dll
0x000007fefdfa0000 - 0x000007fefe1f9000 	C:\Windows\system32\iertutil.dll
0x000007fefba40000 - 0x000007fefba58000 	C:\Windows\system32\dwmapi.dll
0x0000000006ef0000 - 0x0000000006f0e000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\152\1\.cp\swt-gdip-win32-3655.dll
0x000007fefbc80000 - 0x000007fefbe95000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_2b4f45e87195fcc4\gdiplus.dll
0x000007fefb8a0000 - 0x000007fefb9ca000 	C:\Windows\system32\WindowsCodecs.dll
0x0000000007480000 - 0x0000000007491000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\31\1\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fefc800000 - 0x000007fefc854000 	C:\Windows\system32\oleacc.dll
0x000007fefbf00000 - 0x000007fefc02c000 	C:\Windows\system32\propsys.dll
0x000007fefe5b0000 - 0x000007fefe649000 	C:\Windows\system32\CLBCatQ.DLL
0x000007fef79b0000 - 0x000007fef7b7a000 	C:\Windows\system32\explorerframe.dll
0x000007fefbb30000 - 0x000007fefbb73000 	C:\Windows\system32\DUser.dll
0x000007fefbb80000 - 0x000007fefbc72000 	C:\Windows\system32\DUI70.dll
0x0000000009f80000 - 0x0000000009f94000 	C:\Windows\system32\RpcRtRemote.dll
0x000007fef1cc0000 - 0x000007fef1cfb000 	C:\Windows\system32\mlang.dll
0x000007fefb620000 - 0x000007fefb627000 	C:\Windows\system32\msimg32.dll
0x000007feeda40000 - 0x000007feeda51000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\34\1\.cp\jWinHttp-1.0.0.dll
0x000007fef97e0000 - 0x000007fef984e000 	C:\Windows\system32\WINHTTP.dll
0x000007fef93a0000 - 0x000007fef9404000 	C:\Windows\system32\webio.dll
0x000007fefa8f0000 - 0x000007fefa908000 	C:\Windows\system32\dhcpcsvc.DLL
0x000007fefa230000 - 0x000007fefa241000 	C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefda40000 - 0x000007fefda65000 	C:\Windows\system32\SspiCli.dll
0x000007fefcff0000 - 0x000007fefcff9000 	C:\Windows\system32\credssp.dll
0x000007fefde60000 - 0x000007fefde96000 	C:\Windows\system32\CFGMGR32.dll
0x000007fefda70000 - 0x000007fefdac7000 	C:\Windows\system32\apphelp.dll

VM Arguments:
jvm_args: -Xms40m -Xmx384m -XX:MaxPermSize=256m 
java_command: D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -os win32 -ws win32 -arch x86_64 -showsplash -launcher D:\devel\eclipse\eclipse.exe -name Eclipse --launcher.library D:\devel\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810\eclipse_1309.dll -startup D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -exitdata e18_5c -vm C:\Windows\system32\javaw.exe -vmargs -Xms40m -Xmx384m -XX:MaxPermSize=256m -jar D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\ImageMagick-6.6.4-Q16;C:\Perl64\site\bin;C:\Perl64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Program Files\7-Zip;C:\Program Files (x86)\GnuWin32\bin;C:\tdmMinGW32\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Mercurial\bin;C:\Program Files (x86)\Bazaar;C:\Program Files (x86)\Mercurial;C:\Python27
USERNAME=Christoph
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7600 

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 4158316k(2113256k free), swap 8314732k(5909468k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (19.0-b09) for windows-amd64 JRE (1.6.0_23-b05), built on Nov 13 2010 02:43:42 by "java_re" with MS VC++ 8.0 (VS2005)

time: Thu Feb 03 22:29:28 2011
elapsed time: 736 seconds


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000267c618, pid=4348, tid=3468
#
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDeclarator.postAccept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+14
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00000000002ab800):  JavaThread "main" [_thread_in_Java, id=3468, stack(0x0000000002560000,0x0000000002660000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000038de3029e

Registers:
RAX=0x00000000da128850, RBX=0x0000000000000004, RCX=0x00000000f8e3cbd0, RDX=0x000000000013009e
RSP=0x000000000265c988, RBP=0x000000000265c9e0, RSI=0x00000000dc5ce198, RDI=0x0000000002665ea3
R8=0x00000000db0fb4c0, R9=0x00000000db37f710, R10=0x000000006de66650, R11=0x00000000dc5ce198
R12=0x0000000000000000, R13=0x000000038de3029e, R14=0x00000000d8011d18, R15=0x00000000002ab800
RIP=0x000000000267c618, EFLAGS=0x0000000000010206

Register to memory mapping:

RAX=0x00000000da128850
{instance class} 
 - klass: {other class}

RBX=0x0000000000000004
0x0000000000000004 is pointing to unknown location

RCX=0x00000000f8e3cbd0

[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xe0000000]

Stack: [0x0000000002560000,0x0000000002660000],  sp=0x000000000265c988,  free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDeclarator.postAccept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+14
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTDeclarator.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+216
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTAmbiguityResolver.visit(Lorg/eclipse/cdt/core/dom/ast/IASTDeclaration;)I+39
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFunctionDefinition.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+9
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTCompositeTypeSpecifier.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+115
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTSimpleDeclaration.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+52
j  org.eclipse.cdt.internal.core.dom.parser.ASTTranslationUnit.accept(Lorg/eclipse/cdt/core/dom/ast/ASTVisitor;)Z+70
j  org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTranslationUnit.resolveAmbiguities()V+8
j  org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.resolveAmbiguities()V+16
j  org.eclipse.cdt.internal.core.dom.parser.AbstractGNUSourceCodeParser.parse()Lorg/eclipse/cdt/core/dom/ast/IASTTranslationUnit;+84
j  org.eclipse.cdt.core.dom.parser.AbstractCLikeLanguage.getCompletionNode(Lorg/eclipse/cdt/core/parser/FileContent;Lorg/eclipse/cdt/core/parser/IScannerInfo;Lorg/eclipse/cdt/core/parser/IncludeFileContentProvider;Lorg/eclipse/cdt/core/index/IIndex;Lorg/eclipse/cdt/core/parser/IParserLogService;I)Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+36
j  org.eclipse.cdt.internal.core.model.TranslationUnit.getCompletionNode(Lorg/eclipse/cdt/core/index/IIndex;II)Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+90
j  org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext.getCompletionNode()Lorg/eclipse/cdt/core/dom/ast/IASTCompletionNode;+186
j  org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;+13
j  org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalComputerDescriptor.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/List;+49
j  org.eclipse.cdt.internal.ui.text.contentassist.CompletionProposalCategory.computeCompletionProposals(Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;Ljava/lang/String;Lorg/eclipse/core/runtime/SubProgressMonitor;)Ljava/util/List;+70
j  org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.collectProposals(Lorg/eclipse/jface/text/ITextViewer;ILorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/cdt/ui/text/contentassist/ContentAssistInvocationContext;)Ljava/util/List;+56
j  org.eclipse.cdt.internal.ui.text.contentassist.ContentAssistProcessor.computeCompletionProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+106
j  org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(Lorg/eclipse/jface/text/ITextViewer;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+27
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+29
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Lorg/eclipse/jface/text/contentassist/CompletionProposalPopup;I)[Lorg/eclipse/jface/text/contentassist/ICompletionProposal;+2
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup$14.run()V+63
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.jface.text.contentassist.CompletionProposalPopup.incrementalComplete()Ljava/lang/String;+119
j  org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions()Ljava/lang/String;+21
j  org.eclipse.cdt.internal.ui.editor.CEditor$AdaptedSourceViewer.doOperation(I)V+40
j  org.eclipse.ui.texteditor.ContentAssistAction$1.run()V+9
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.ui.texteditor.ContentAssistAction.run()V+68
j  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j  org.eclipse.ui.commands.ActionHandler.execute(Ljava/util/Map;)Ljava/lang/Object;+64
j  org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+79
j  org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+115
j  org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j  org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(Lorg/eclipse/jface/bindings/Binding;Lorg/eclipse/swt/widgets/Event;)Z+210
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)Z+131
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(Ljava/util/List;Lorg/eclipse/swt/widgets/Event;)V+14
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(Lorg/eclipse/swt/widgets/Event;)V+165
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(Lorg/eclipse/ui/internal/keys/WorkbenchKeyboard;Lorg/eclipse/swt/widgets/Event;)V+2
j  org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+177


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000000078e9000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=5112, stack(0x000000000ea70000,0x000000000eb70000)]
  0x0000000006143800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=4168, stack(0x000000000d980000,0x000000000da80000)]
  0x0000000006144800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=4796, stack(0x000000000cf10000,0x000000000d010000)]
  0x000000000613c800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=4696, stack(0x000000000c0f0000,0x000000000c1f0000)]
  0x0000000006143000 JavaThread "Worker-9" [_thread_blocked, id=5100, stack(0x000000000c990000,0x000000000ca90000)]
  0x0000000006141800 JavaThread "Worker-7" [_thread_blocked, id=3680, stack(0x000000000c790000,0x000000000c890000)]
  0x0000000006140000 JavaThread "Worker-6" [_thread_blocked, id=4700, stack(0x000000000c690000,0x000000000c790000)]
  0x000000000613f800 JavaThread "Worker-5" [_thread_blocked, id=3848, stack(0x000000000c590000,0x000000000c690000)]
  0x000000000613e800 JavaThread "Worker-4" [_thread_blocked, id=1908, stack(0x000000000c490000,0x000000000c590000)]
  0x000000000613e000 JavaThread "Worker-3" [_thread_blocked, id=2184, stack(0x000000000c390000,0x000000000c490000)]
  0x000000000613d000 JavaThread "Java indexing" daemon [_thread_blocked, id=4824, stack(0x000000000c290000,0x000000000c390000)]
  0x000000000613a800 JavaThread "Worker-JM" [_thread_blocked, id=4020, stack(0x00000000091f0000,0x00000000092f0000)]
  0x0000000006139800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=4936, stack(0x00000000090f0000,0x00000000091f0000)]
  0x0000000006138000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3844, stack(0x0000000008ef0000,0x0000000008ff0000)]
  0x0000000006137800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2524, stack(0x0000000008df0000,0x0000000008ef0000)]
  0x0000000006136800 JavaThread "State Data Manager" daemon [_thread_blocked, id=572, stack(0x0000000007340000,0x0000000007440000)]
  0x0000000006135000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4636, stack(0x00000000066e0000,0x00000000067e0000)]
  0x0000000006121000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1064, stack(0x00000000065e0000,0x00000000066e0000)]
  0x0000000000528000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4540, stack(0x00000000064e0000,0x00000000065e0000)]
  0x0000000000523800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4232, stack(0x00000000063e0000,0x00000000064e0000)]
  0x0000000006120800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3120, stack(0x00000000062e0000,0x00000000063e0000)]
  0x000000000050d800 JavaThread "Finalizer" daemon [_thread_blocked, id=4028, stack(0x0000000005fe0000,0x00000000060e0000)]
  0x0000000000504000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4612, stack(0x0000000005ee0000,0x0000000005fe0000)]
=>0x00000000002ab800 JavaThread "main" [_thread_in_Java, id=3468, stack(0x0000000002560000,0x0000000002660000)]

Other Threads:
  0x0000000000500000 VMThread [stack: 0x0000000005de0000,0x0000000005ee0000] [id=1884]
  0x0000000006155800 WatcherThread [stack: 0x00000000067e0000,0x00000000068e0000] [id=4052]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 118208K, used 14951K [0x00000000f8000000, 0x0000000100000000, 0x0000000100000000)
  eden space 105792K, 14% used [0x00000000f8000000,0x00000000f8e99c90,0x00000000fe750000)
  from space 12416K, 0% used [0x00000000fe750000,0x00000000fe750000,0x00000000ff370000)
  to   space 11968K, 0% used [0x00000000ff450000,0x00000000ff450000,0x0000000100000000)
 PSOldGen        total 71104K, used 39599K [0x00000000e8000000, 0x00000000ec570000, 0x00000000f8000000)
  object space 71104K, 55% used [0x00000000e8000000,0x00000000ea6abea8,0x00000000ec570000)
 PSPermGen       total 111104K, used 75598K [0x00000000d8000000, 0x00000000dec80000, 0x00000000e8000000)
  object space 111104K, 68% used [0x00000000d8000000,0x00000000dc9d3a90,0x00000000dec80000)

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 	C:\Windows\system32\javaw.exe
0x0000000077c50000 - 0x0000000077dfb000 	C:\Windows\SYSTEM32\ntdll.dll
0x0000000077a30000 - 0x0000000077b4f000 	C:\Windows\system32\kernel32.dll
0x000007fefdc60000 - 0x000007fefdccb000 	C:\Windows\system32\KERNELBASE.dll
0x000007fefe9a0000 - 0x000007fefea7b000 	C:\Windows\system32\ADVAPI32.dll
0x000007feffd60000 - 0x000007feffdff000 	C:\Windows\system32\msvcrt.dll
0x000007fefe740000 - 0x000007fefe75f000 	C:\Windows\SYSTEM32\sechost.dll
0x000007fefea90000 - 0x000007fefebbe000 	C:\Windows\system32\RPCRT4.dll
0x0000000077b50000 - 0x0000000077c4a000 	C:\Windows\system32\USER32.dll
0x000007fefe360000 - 0x000007fefe3c7000 	C:\Windows\system32\GDI32.dll
0x000007feffd50000 - 0x000007feffd5e000 	C:\Windows\system32\LPK.dll
0x000007fefebc0000 - 0x000007fefec8a000 	C:\Windows\system32\USP10.dll
0x000007fefe760000 - 0x000007fefe78e000 	C:\Windows\system32\IMM32.DLL
0x000007feffe00000 - 0x000007fefff09000 	C:\Windows\system32\MSCTF.dll
0x0000000180000000 - 0x000000018005e000 	C:\Windows\system32\guard64.dll
0x000007fefdba0000 - 0x000007fefdba9000 	C:\Windows\system32\fltlib.dll
0x000000006d7f0000 - 0x000000006dee0000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefc8d0000 - 0x000007fefc90b000 	C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
0x000000006d310000 - 0x000000006d31a000 	C:\Program Files\Java\jre6\bin\hpi.dll
0x0000000077e20000 - 0x0000000077e27000 	C:\Windows\system32\PSAPI.DLL
0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
0x000007fefd470000 - 0x000007fefd487000 	C:\Windows\system32\CRYPTSP.dll
0x000007fefd170000 - 0x000007fefd1b7000 	C:\Windows\system32\rsaenh.dll
0x000007fefcea0000 - 0x000007fefcebe000 	C:\Windows\system32\USERENV.dll
0x000007fefdbb0000 - 0x000007fefdbbf000 	C:\Windows\system32\profapi.dll
0x000007fefdad0000 - 0x000007fefdadf000 	C:\Windows\system32\CRYPTBASE.dll
0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
0x000007fefff10000 - 0x000007fefff5d000 	C:\Windows\system32\WS2_32.dll
0x000007fefea80000 - 0x000007fefea88000 	C:\Windows\system32\NSI.dll
0x000007fefd410000 - 0x000007fefd464000 	C:\Windows\system32\mswsock.dll
0x000007fefd400000 - 0x000007fefd407000 	C:\Windows\System32\wship6.dll
0x000007fefb340000 - 0x000007fefb355000 	C:\Windows\system32\NLAapi.dll
0x000007fefd290000 - 0x000007fefd2eb000 	C:\Windows\system32\DNSAPI.dll
0x000007fef8320000 - 0x000007fef832b000 	C:\Windows\System32\winrnr.dll
0x000007fef8300000 - 0x000007fef8315000 	C:\Windows\system32\napinsp.dll
0x000007fef82e0000 - 0x000007fef82f9000 	C:\Windows\system32\pnrpnsp.dll
0x000007fef8900000 - 0x000007fef892e000 	C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fefe2e0000 - 0x000007fefe351000 	C:\Windows\system32\SHLWAPI.dll
0x000007fefcd90000 - 0x000007fefcd97000 	C:\Windows\System32\wshtcpip.dll
0x000007fefacb0000 - 0x000007fefacd7000 	C:\Windows\system32\IPHLPAPI.DLL
0x000007fefaca0000 - 0x000007fefacab000 	C:\Windows\system32\WINNSI.DLL
0x000007fef88f0000 - 0x000007fef88f8000 	C:\Windows\system32\rasadhlp.dll
0x000007fefa3c0000 - 0x000007fefa413000 	C:\Windows\System32\fwpuclnt.dll
0x0000000072000000 - 0x0000000072012000 	D:\devel\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810\eclipse_1309.dll
0x000007fefc080000 - 0x000007fefc274000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007fefcd80000 - 0x000007fefcd8c000 	C:\Windows\system32\VERSION.dll
0x000007fefbea0000 - 0x000007fefbef6000 	C:\Windows\system32\uxtheme.dll
0x000007fefe790000 - 0x000007fefe992000 	C:\Windows\system32\ole32.dll
0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
0x0000000010000000 - 0x000000001009b000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\152\1\.cp\swt-win32-3655.dll
0x000007fefe200000 - 0x000007fefe2d7000 	C:\Windows\system32\OLEAUT32.dll
0x000007fefe650000 - 0x000007fefe6e8000 	C:\Windows\system32\comdlg32.dll
0x000007fefec90000 - 0x000007feffa16000 	C:\Windows\system32\SHELL32.dll
0x000007feffa20000 - 0x000007feffb4a000 	C:\Windows\system32\WININET.dll
0x0000000077e10000 - 0x0000000077e13000 	C:\Windows\system32\Normaliz.dll
0x000007feffbd0000 - 0x000007feffd48000 	C:\Windows\system32\urlmon.dll
0x000007fefdcd0000 - 0x000007fefde36000 	C:\Windows\system32\CRYPT32.dll
0x000007fefdc50000 - 0x000007fefdc5f000 	C:\Windows\system32\MSASN1.dll
0x000007fefdfa0000 - 0x000007fefe1f9000 	C:\Windows\system32\iertutil.dll
0x000007fefba40000 - 0x000007fefba58000 	C:\Windows\system32\dwmapi.dll
0x0000000006ef0000 - 0x0000000006f0e000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\152\1\.cp\swt-gdip-win32-3655.dll
0x000007fefbc80000 - 0x000007fefbe95000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_2b4f45e87195fcc4\gdiplus.dll
0x000007fefb8a0000 - 0x000007fefb9ca000 	C:\Windows\system32\WindowsCodecs.dll
0x0000000007480000 - 0x0000000007491000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\31\1\.cp\os\win32\x86_64\localfile_1_0_0.dll
0x000007fefc800000 - 0x000007fefc854000 	C:\Windows\system32\oleacc.dll
0x000007fefbf00000 - 0x000007fefc02c000 	C:\Windows\system32\propsys.dll
0x000007fefe5b0000 - 0x000007fefe649000 	C:\Windows\system32\CLBCatQ.DLL
0x000007fef79b0000 - 0x000007fef7b7a000 	C:\Windows\system32\explorerframe.dll
0x000007fefbb30000 - 0x000007fefbb73000 	C:\Windows\system32\DUser.dll
0x000007fefbb80000 - 0x000007fefbc72000 	C:\Windows\system32\DUI70.dll
0x0000000009f80000 - 0x0000000009f94000 	C:\Windows\system32\RpcRtRemote.dll
0x000007fef1cc0000 - 0x000007fef1cfb000 	C:\Windows\system32\mlang.dll
0x000007fefb620000 - 0x000007fefb627000 	C:\Windows\system32\msimg32.dll
0x000007feeda40000 - 0x000007feeda51000 	D:\devel\eclipse\configuration\org.eclipse.osgi\bundles\34\1\.cp\jWinHttp-1.0.0.dll
0x000007fef97e0000 - 0x000007fef984e000 	C:\Windows\system32\WINHTTP.dll
0x000007fef93a0000 - 0x000007fef9404000 	C:\Windows\system32\webio.dll
0x000007fefa8f0000 - 0x000007fefa908000 	C:\Windows\system32\dhcpcsvc.DLL
0x000007fefa230000 - 0x000007fefa241000 	C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefda40000 - 0x000007fefda65000 	C:\Windows\system32\SspiCli.dll
0x000007fefcff0000 - 0x000007fefcff9000 	C:\Windows\system32\credssp.dll
0x000007fefde60000 - 0x000007fefde96000 	C:\Windows\system32\CFGMGR32.dll
0x000007fefda70000 - 0x000007fefdac7000 	C:\Windows\system32\apphelp.dll

VM Arguments:
jvm_args: -Xms40m -Xmx384m -XX:MaxPermSize=256m 
java_command: D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -os win32 -ws win32 -arch x86_64 -showsplash -launcher D:\devel\eclipse\eclipse.exe -name Eclipse --launcher.library D:\devel\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810\eclipse_1309.dll -startup D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -exitdata e18_5c -vm C:\Windows\system32\javaw.exe -vmargs -Xms40m -Xmx384m -XX:MaxPermSize=256m -jar D:\devel\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\ImageMagick-6.6.4-Q16;C:\Perl64\site\bin;C:\Perl64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Program Files\7-Zip;C:\Program Files (x86)\GnuWin32\bin;C:\tdmMinGW32\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Mercurial\bin;C:\Program Files (x86)\Bazaar;C:\Program Files (x86)\Mercurial;C:\Python27
USERNAME=Christoph
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7600 

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 4158316k(2113256k free), swap 8314732k(5909468k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (19.0-b09) for windows-amd64 JRE (1.6.0_23-b05), built on Nov 13 2010 02:43:42 by "java_re" with MS VC++ 8.0 (VS2005)

time: Thu Feb 03 22:29:28 2011
elapsed time: 736 seconds


Reproducible: Couldn't Reproduce

Steps to Reproduce:
N/A
Comment 1 James Blackburn CLA 2011-02-04 03:07:46 EST
Duplicate

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