首页
社区
课程
招聘
[原创]QQ2013崩溃,有时间的兄弟分析一下。
发表于: 2013-3-28 19:37 4130

[原创]QQ2013崩溃,有时间的兄弟分析一下。

2013-3-28 19:37
4130
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 21
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
什么情况 你安的什么系统
2013-3-28 20:11
0
雪    币: 76
活跃值: (114)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
XP.........
2013-3-28 20:30
0
雪    币: 29235
活跃值: (7759)
能力值: ( LV15,RANK:3306 )
在线值:
发帖
回帖
粉丝
4
V8DOMWindowShell.cpp, 看来没什么用
 
static void handleFatalErrorInV8()
{
    // FIXME: We temporarily deal with V8 internal error situations
    // such as out-of-memory by crashing the renderer.
    CRASH();
}

static void reportFatalErrorInV8(const char* location, const char* message)
{
    // V8 is shutdown, we cannot use V8 api.
    // The only thing we can do is to disable JavaScript.
    // FIXME: clean up V8Proxy and disable JavaScript.
    int memoryUsageMB = -1;
#if PLATFORM(CHROMIUM)
    memoryUsageMB = MemoryUsageSupport::actualMemoryUsageMB();
#endif
    printf("V8 error: %s (%s).  Current memory usage: %d MB\n", message, location, memoryUsageMB);
    handleFatalErrorInV8();
}
2013-4-10 13:33
0
游客
登录 | 注册 方可回帖
返回
//