加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

visual-c – WinRT应用程序在发布版本中崩溃,但没有调试

发布时间:2020-12-16 05:04:37 所属栏目:百科 来源:网络整理
导读:我有一个在调试中运行良好但在尝试在发布时启动时崩溃的应用程序.这是抛出的异常. Unhandled exception at 0x5D2F7717 (Windows.UI.Xaml.dll) in Napkin.exe: 0xC000027B: An application-internal exception has occurred (parameters: 0x034F6C70,0x000000
我有一个在调试中运行良好但在尝试在发布时启动时崩溃的应用程序.这是抛出的异常.

Unhandled exception at 0x5D2F7717 (Windows.UI.Xaml.dll) in Napkin.exe:
0xC000027B: An application-internal exception has occurred
(parameters: 0x034F6C70,0x00000001).

什么想法可能是这个问题的根源?谢谢.

这是更多的输出窗口

Unhandled exception at 0x55257717 (Windows.UI.Xaml.dll) in Napkin.exe:
0xC000027B: An application-internal exception has occurred
(parameters: 0x02D029E0,0x00000001). Unhandled exception at
0x750D2722 (combase.dll) in Napkin.exe: 0xC0000602: A fail fast
exception occurred. Exception handlers will not be invoked and the
process will be terminated immediately.

STATUS_STACK_BUFFER_OVERRUN encountered Napkin.exe has triggered a
breakpoint. The thread 0x1b20 has exited with code -1073740791
(0xc0000409). The thread 0xb50 has exited with code -1073740791
(0xc0000409). The thread 0x108c has exited with code -1073740791
(0xc0000409). The thread 0x16cc has exited with code -1073740791
(0xc0000409). The thread 0x222c has exited with code -1073740791
(0xc0000409). The thread 0x78c has exited with code -1073740791
(0xc0000409). The thread 0x14a4 has exited with code -1073740791
(0xc0000409). The thread 0x2164 has exited with code -1073740791
(0xc0000409). The program ‘[6392] Napkin.exe’ has exited with code
-1073740791 (0xc0000409). Activation of the Windows Store app ‘cdbbf746-1a99-4261-8bfa-9cb2934d4ac0_qddg1e943mmj2!App’ failed with
error ‘Windows was unable to communicate with the target application.
This usually indicates that the target application’s process aborted.
More information may be available in the Debug pane of the Output
window (Debug->Windows->Output)’.

解决方法

可能是一个未初始化的变量. Debug构建将为您初始化它们,但Release版本不会.

也可能是无效的指针取消引用;调试版本通常以与版本构建不同的方式处理内存.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读