zoukankan      html  css  js  c++  java
  • DEP受保护的问题(尤其是Outlook)

    We see this issue quite regularly as we use MAPI and lots of our users run our application on TS.


    Office (and Outlook in particular) is not DEP safe on Windows 2008 R2. http://support.microsoft.com/kb/2028367

    If you're wondering why this doesn't occur on non-server versions of Windows (e.g. XP, Vista, Win7, etc.),
    it's because *only* 'system' processes run with DEP enabled by default in desktop versions, whereas DEP is enabled
    on *all* processes by default in server versions. 

    TS (and Citrix) are the classic case where a server version of Windows ends up hosting desktop applications and thus
    where you see this annoying issue.

    Now in the above KB, Microsoft recommends exempting Outlook.exe from DEP to workaround the issue.
    However, when talking via MAPI to Outlook, the problematic non DEP-safe code will be running in *your* address space,
    thus you will need to exempt *your* processes exe from DEP checking or suffer these spurious AVs.

    http://forum.madshi.net/viewtopic.php?f=4&t=27582


    由于微软更新了补丁导致当前迅雷版本不兼容,如出现崩溃和闪退等异常,请尝试在控制面板的已安装更新里面,卸载最新的微软补丁KB3132372即可正常使用,非常抱歉影响大家了,我们会尽快做修复该问题的。
    卸载方式:桌面右击任务栏的windows图标 -程序与功能-已安装更新-找到KB3132372, 右击卸载即可

    http://bbs.xunlei.com/thread-447915-1-1.html

  • 相关阅读:
    Hadoop源代码分析
    Java中如何把两个数组合并为一个
    数据库死锁的解决办法
    Java程序中解决数据库超时与死锁
    mysql 死锁检查
    JDBC事务和数据库事务嵌套的讨论 .
    嵌套事务和事务保存点的错误处理
    java string常见操作题
    java基本数据类型包装类
    java string
  • 原文地址:https://www.cnblogs.com/findumars/p/5645544.html
Copyright © 2011-2022 走看看