Bug 73631 - Stack overflow when trying to copy text Ctrl-C
Summary: Stack overflow when trying to copy text Ctrl-C
Status: RESOLVED DUPLICATE of bug 73578
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 18:58 EDT by Federico Andres Lois CLA
Modified: 2004-09-09 19:06 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 Federico Andres Lois CLA 2004-09-09 18:58:17 EDT
I could reproduce this error, when trying to work with the ArrayBlockingQueue
class from the JDK 1.5.

I try to copy that .java to my own compilation unit and it continues to fail so
I get that the problem is somehow in the Document Model. To reproduce it, just
open the source code of the ArrayBlockingQueue file of the JDK 1.5 and select
some code and try to copy it to the clipboard.

Hope this helps

Greetings
Federico


-------------- LOG MESSAGE ---------------------

!ENTRY org.eclipse.ui 4 0 sep 09, 2004 12:51:39.842
!MESSAGE java.lang.StackOverflowError
!STACK 0
java.lang.StackOverflowError
	at java.util.HashMap.get(Unknown Source)
	at
org.eclipse.jdt.core.dom.DefaultBindingResolver.getTypeBinding(DefaultBindingResolver.java:879)
	at org.eclipse.jdt.core.dom.TypeBinding.getElementType(TypeBinding.java:67)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:548)
	at org.eclipse.jdt.core.dom.MethodBinding.getKey(MethodBinding.java:167)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:513)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:549)
	at org.eclipse.jdt.core.dom.MethodBinding.getKey(MethodBinding.java:167)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:513)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:549)
	at org.eclipse.jdt.core.dom.MethodBinding.getKey(MethodBinding.java:167)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:513)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:549)
	at org.eclipse.jdt.core.dom.MethodBinding.getKey(MethodBinding.java:167)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:513)
	at org.eclipse.jdt.core.dom.TypeBinding.getKey(TypeBinding.java:549)
....... and so on ......
Comment 1 Federico Andres Lois CLA 2004-09-09 19:06:31 EDT

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