Bug 15602 - OutOfMemoryError
Summary: OutOfMemoryError
Status: RESOLVED DUPLICATE of bug 15677
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-09 08:27 EDT by Christophe Elek CLA
Modified: 2002-06-03 12:07 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 Christophe Elek CLA 2002-05-09 08:27:26 EDT
M5 NT
Don't know how to reproduce, not critical for me 

!ENTRY org.eclipse.jdt.debug.ui 4 150 Thu May 09 08:28:29 EDT 2002
!MESSAGE Internal Error
!STACK Java Model Exception: Java Model Status [org.eclipse.update.internal.core
does not exist.]
	at
org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:478)
	at org.eclipse.jdt.internal.core.JavaElement.openHierarchy(JavaElement.java:507)
	at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:288)
	at
org.eclipse.jdt.internal.core.SourceRefElement.getSourceRange(SourceRefElement.java:108)
	at org.eclipse.jdt.internal.core.JavaElement.getSourceElementAt(JavaElement.java:409)
	at
org.eclipse.jdt.internal.core.CompilationUnit.getElementAt(CompilationUnit.java:400)
	at
org.eclipse.jdt.internal.debug.ui.actions.AddBreakpointAction.getType0(AddBreakpointAction.java:133)
	at
org.eclipse.jdt.internal.debug.ui.actions.AddBreakpointAction.getType(AddBreakpointAction.java:113)
	at
org.eclipse.jdt.internal.debug.ui.actions.AddBreakpointAction.breakpointCanBeCreated(AddBreakpointAction.java:91)
	at
org.eclipse.jdt.internal.debug.ui.actions.AddBreakpointAction.update(AddBreakpointAction.java:187)
	at
org.eclipse.jdt.internal.debug.ui.actions.AddBreakpointAction.selectionChanged(AddBreakpointAction.java:180)
	at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:170)
	at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:224)
	at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:235)
	at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:147)
	at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:1367)
	at org.eclipse.jface.text.TextViewer.setSelectedRange(TextViewer.java:1258)
	at
org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertProposal(CompletionProposalPopup.java:181)
	at
org.eclipse.jface.text.contentassist.CompletionProposalPopup.insertSelectedProposal(CompletionProposalPopup.java:162)
	at
org.eclipse.jface.text.contentassist.CompletionProposalPopup.verifyKey(CompletionProposalPopup.java:344)
	at
org.eclipse.jface.text.contentassist.ContentAssistant$InternalListener.verifyKey(ContentAssistant.java:563)
	at
org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey(TextViewer.java:391)
	at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:49)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
	at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:4586)
	at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4333)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:883)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:866)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:733)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:349)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:162)
	at org.eclipse.core.launcher.Main.run(Main.java:588)
	at org.eclipse.core.launcher.Main.main(Main.java:437)
!ENTRY org.eclipse.core.resources 1 4 Thu May 09 08:31:45 EDT 2002
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Thu May 09 08:31:45 EDT 2002
!MESSAGE java.lang.OutOfMemoryError
!STACK java.lang.OutOfMemoryError
	<<no stack trace available>>
Comment 1 Philipe Mulet CLA 2002-05-14 09:02:45 EDT
First exception is likely a duplicate of bug 15677.
Unclear how it could cause the memory outage then.
Comment 2 Philipe Mulet CLA 2002-05-28 09:43:50 EDT
The original exception is likely a duplicate of bug 15677.
The memory issue is not reproduceable.

Closing, please reopen if more info is available.

*** This bug has been marked as a duplicate of 15677 ***
Comment 3 Kent Johnson CLA 2002-06-03 12:07:14 EDT
No reproduceable steps.