IE浏览器没有Mozilla的堆栈溢出? [英] stack overflow with IE not with Mozilla?

查看:69
本文介绍了IE浏览器没有Mozilla的堆栈溢出?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


有人得到了堆栈溢出使用我在使用Internet Explorer时编写的

Javascript程序时出现错误消息,但在使用Mozilla时没有




任何想法至于我怎么知道发生了什么?


干杯,


Geoff

Hello,

Some one is getting the "stack overflow" error message when using a
Javascript program which I wrote when using Internet Explorer but not
when using Mozilla.

Any ideas as to how I might find out what is happening?

Cheers,

Geoff

推荐答案

3月26日晚上8:44,Geoff Cox写道:
On Mar 26, 8:44 pm, Geoff Cox wrote:

有人正在获得堆栈溢出使用我在使用Internet Explorer时编写的

Javascript程序时出现错误消息,但在使用Mozilla时没有




任何想法至于我怎么会发现发生了什么?
Some one is getting the "stack overflow" error message when using a
Javascript program which I wrote when using Internet Explorer but not
when using Mozilla.

Any ideas as to how I might find out what is happening?



堆栈溢出消息不是JScript引擎运行时错误

消息。实际上,整个内部消息表没有单词stack单个出现的单个出现。因此,除非我错过了一些东西 -

这总是可能的 - 你可能会得到一个最终用户自己的诊断某些真正的问题。 堆栈溢出目前只是其中一个商品,因为其中包括许多互联网安全

热门文章。因此,为了找出发生了什么,我会:

1.要求用户确认问题是否可以在某些特定资源上重现。

2.在此处发布链接。

"Stack overflow" message is not among JScript engine run-time error
messages. Actually the whole internal message table doesn''t have a
single occurrence of the word "stack". So unless I missed something -
which is always possible - you may be getting an end-user''s own
diagnosis of some real problem. "Stack overflow" is just one of biz-
words on air currently because included in many "Internet security"
popular articles. So to find out what is happening I would:
1. Ask user to confirm that the problem is reproducible on some
particular resource.
2. Post a link here.


2007年3月26日13:26:50 -0700,VK < sc ********** @ yahoo.comwrote:
On 26 Mar 2007 13:26:50 -0700, "VK" <sc**********@yahoo.comwrote:

> 3月26日晚上8:44,Geoff Cox写道:
>On Mar 26, 8:44 pm, Geoff Cox wrote:

>有人正在获得堆栈溢出。使用我在使用Internet Explorer时编写的Javascript程序但在使用Mozilla时没有
时出现错误消息。

关于如何找出正在发生的事情的任何想法?
>Some one is getting the "stack overflow" error message when using a
Javascript program which I wrote when using Internet Explorer but not
when using Mozilla.

Any ideas as to how I might find out what is happening?


堆栈溢出消息不在JScript引擎运行时错误消息中。实际上,整个内部消息表没有单词出现单词stack。因此,除非我错过了一些东西 -
这总是可行的 - 你可能会得到最终用户自己的某些真正问题的诊断。 堆栈溢出目前只是其中一个商业词汇,因为它包含在许多互联网安全热门文章中。所以为了找出发生的事情我会:
1。要求用户确认问题在某些特定资源上是否可重现。
2。在这里发布链接。


"Stack overflow" message is not among JScript engine run-time error
messages. Actually the whole internal message table doesn''t have a
single occurrence of the word "stack". So unless I missed something -
which is always possible - you may be getting an end-user''s own
diagnosis of some real problem. "Stack overflow" is just one of biz-
words on air currently because included in many "Internet security"
popular articles. So to find out what is happening I would:
1. Ask user to confirm that the problem is reproducible on some
particular resource.
2. Post a link here.



OK VK - 谢谢 - 将获得更多信息。


干杯


Geoff

OK VK - thanks - will get more info.

Cheers

Geoff


3月26日下午2:26,VK < schools_r ... @ yahoo.comwrote:
On Mar 26, 2:26 pm, "VK" <schools_r...@yahoo.comwrote:

" Stack overflow"消息不是JScript引擎运行时错误

消息。实际上,整个内部消息表没有单词stack单个出现的单个出现。因此,除非我错过了一些东西 -

这总是可能的 - 你可能会得到一个最终用户自己的诊断某些真正的问题。
"Stack overflow" message is not among JScript engine run-time error
messages. Actually the whole internal message table doesn''t have a
single occurrence of the word "stack". So unless I missed something -
which is always possible - you may be getting an end-user''s own
diagnosis of some real problem.



在IE中尝试这个(不在WinScrHst下:

函数x(){

for(var i = 0 ;; i ++)

x()

}

x()

try this in IE (not under WinScrHst :
function x(){
for(var i=0;;i++)
x()
}
x()

这篇关于IE浏览器没有Mozilla的堆栈溢出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆