被调用的对象与客户端断开连接 [英] object invoked has disconnected from its clients

查看:246
本文介绍了被调用的对象与客户端断开连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在VS2010 SP1,Windows 7 64下调试32位MFC C ++应用程序时已经开始收到以下异常。虽然我可以轻松忽略它,但我只是想知道是什么。

I've started getting the following exception while debugging a 32bit MFC C++ app under VS2010 SP1, Windows 7 64. While I can easily ignore it, I'm just wondering what it is.


SCCW.exe 0x751eb9bc中的首例机会异常:0x80010108:调用的
对象与客户端断开连接。

First-chance exception at 0x751eb9bc in SCCW.exe: 0x80010108: The object invoked has disconnected from its clients.

A 相似的问题 Google搜索表明其自动化相关,而我的应用程序支持自动化,当时没有任何自动化相关。所有系统DLLS(ntdll.dll,rpcrt4.dll,ole32.dll),活动线程的堆栈框架都不显示任何内容。我一直在同一个系统上调试相同的应用程序很久,只是开始看到这个最近,所以只是想知道为什么。任何想法,可以安全地忽略吗?

A similar question and a google search suggest its automation related, and while my app supports automation, it isn't doing anything automation related at the time. The stack frame for the active thread does not show anything much, all system DLLS (ntdll.dll,rpcrt4.dll,ole32.dll). I've been debugging the same app on the same system for a long time and only started seeing this recent, so just wondering why. Any ideas, and can it be safely ignored?

推荐答案

这将是一些其他的可执行文件,它可以被加载具有Windows钩子等,例如病毒扫描器,或者它可以是一个shell扩展。查看SCCW是什么。如果是系统上不需要的东西,请卸载它。

This will be some other executable that gets loaded in. It could be something that has windows hooks etc such as a virus scanner, or it could be a shell extension. Look up what SCCW is. If it is something you don't need on your system, uninstall it.

应该是安全的忽略,你可以阻止应用程序在调试器中停止添加异常类型并告诉VS不要停止它。

It should be safe to ignore, and you can prevent the application from stopping in the debugger by adding the exception type and telling VS not to stop on it.

调试|例外...

然后在Win32异常下,取消80010108服务器与客户端断开连接。

Then under Win32 Exceptions untick "80010108 Server Disconnected from clients".

这篇关于被调用的对象与客户端断开连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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