eclipse - 使用 CFBuilder 插件时堆栈溢出

标签 eclipse coldfusion coldfusionbuilder

在过去 30 分钟使用 CFBuilder(我将其作为 Eclipse 插件)工作时,我遇到此错误 4 次:

A stack overflow has occurred. 
You are recommended to exit the workbench. 
Subsequent errors may happen and may terminate the workbench without warning. 
See the .log file for more details. 
Do you want to exit workbench?.

与:

Unhandled event loop exception
java.lang.StackOverflowError

日志文件有这样的内容:

!ENTRY org.eclipse.ui 4 0 2010-05-11 09:41:51.951
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.StackOverflowError
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
 at java.util.Arrays.mergeSort(Unknown Source)
 at java.util.Arrays.mergeSort(Unknown Source)
 at java.util.Arrays.mergeSort(Unknown Source)
 at java.util.Arrays.sort(Unknown Source)
 at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1613)
 at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1603)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getVariable(CFMLDOMUtils.java:2375)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2484)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2495)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2495)
 at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
 (and so on - repeat n times)

每当我复制/粘贴某些内容时就会发生这种情况。有谁知道这是怎么回事吗?

最佳答案

这似乎是一个 CFB 错误 http://forums.adobe.com/thread/551761

编辑:我现在看到你在那里添加了评论;)

关于eclipse - 使用 CFBuilder 插件时堆栈溢出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2811328/

相关文章:

java - Eclipse - 运行服务器时模拟全磁盘

jquery - 如何仅验证英文字母字符

encryption - Coldfusion HMAC-SHA1 加密

cordova - PhoneGap 构建错误 "plugin unsupported: ..."

coldfusion - 开始使用 ColdFusion?

android - 需要帮助理解 GLES 2.0 的 glDrawElements

java - 如何确定 Eclipse 运行配置需要哪些源文件

eclipse - 如何强制 eclipse 使用指定的界面语言?

hibernate - CFML 使用哪个版本的 Hibernate?

coldfusion - COLDFUSION BUILDER 是否支持 Coldfusion 8?