程序崩溃与0xC000000D和没有异常 - 我如何调试它? [英] Program crashes with 0xC000000D and no exceptions - how do I debug it?

查看:319
本文介绍了程序崩溃与0xC000000D和没有异常 - 我如何调试它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用第三方库的Visual C ++ 9 Win32应用程序。当一个函数从一个函数库中调用一组特定的参数程序崩溃与异常代码0xC000000D。



我试图附加Visual Studio调试器 - 没有异常抛出(不是C ++也不是结构化的访问冲突)和 terminate()也不调用。仍然程序只是静默结束。



程序是如何异常结束但不停止在调试器?

$ p

这是STATUS_INVALID_PARAMETER,使用WinDbg跟踪谁抛出它(即附加WinDbg, sxe eh 然后 g


I have a Visual C++ 9 Win32 application that uses a third-party library. When a function from that library is called with a certain set of parameters the program crashes with "exception code 0xC000000D".

I tried to attach Visual Studio debugger - no exceptions are thrown (neither C++ nor structured like access violations) and terminate() is not called either. Still the program just ends silently.

How does it happen that the program just ends abnormally but without stopping in the debugger? How can I localize the problem?

解决方案

That's STATUS_INVALID_PARAMETER, use WinDbg to track down who threw it (i.e. attach WinDbg, sxe eh then g.

这篇关于程序崩溃与0xC000000D和没有异常 - 我如何调试它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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