您要查找的是不是:
- Array access violation 数组访问越界
- An assert or access violation was detected. 检测到断定或访问违规。
- How Can I Debug an Access Violation? 如何调试访问冲突?
- Unhandled exception in HxClient.exe:0xC0000005: Access Violation. 这个异常是访问的非法内存。你机器环境的问题吧。
- Then the assistant prevents the runtime from discarding the access violation. 则助手会阻止运行库丢弃访问冲突。
- Data are interleaved in the memory to support both horizontal and vertical array access. 数据在物理存储器上进行了交织存放以支持行阵列和列阵列的同时访问。
- However, array accessing can read a multi-component vector. 当然,数组方式能够读取多个向量。
- An application encounters an access violation or memory corruption when making or following a platform invoke call. 在发出或跟随一个平台调用时,应用程序遇到访问冲突或内存损坏。
- An attempt to read from or write to uncommitted memory causes an access violation. 任何试图对未提交的内存进行读写的操作都会导致访问异常。
- A failed assertion or access violation occurred during the execution of the command. 执行命令时出现断言失败或访问冲突。
- When the unmanaged component tries to call on the function pointer, it generates an access violation. 当非托管组件尝试对该函数指针发出调用时,会产生访问冲突。
- Fixed bug that caused access violation when any zerg air unit died while cloaked by an arbiter. 修正了虫族空军在被仲裁隐形的情况下死亡后的读取冲突的问题。
- If an access violation occurs it causes a denial of service against your application. 如果一个访问攻击发生,会导致对你的应用程序拒绝服务。
- If you get an access violation on a call to a heap manipulation function, it is possible that your program has corrupted the heap. 如果在调用堆操作函数时发生访问冲突,有可能是程序损坏了堆。
- If you run the compiled example from two command windows, the second copy will throw an access violation exception on the call to OpenExisting(String). 如果从两个命令窗口运行已编译的示例,在调用OpenExisting(String)时第二个副本将引发访问冲突异常。
- At other times, the garbage collection occurs before the callback, the callback generates an access violation, and the program stops. 在其他一些情况下,垃圾回收发生在回调之前,回调会引发访问冲突,并且程序会停止。
- When an exception occurs, such as dividing by zero or an access violation, the result depends on whether the thread has an exception handler. 当异常发生时,例如除零或非法访问,程序执行的最终结果,要看线程是否拥有一个异常处理。
- Study on N-dimensional Array Access Structure N维数组存储结构的研究
- The default, then the runtime discards the access violation, but a warning message is reported to the user to indicate that an exception was thrown and discarded. 则在默认情况下运行库会丢弃访问冲突,但会向用户报告一条警告消息,指出引发了一个异常并丢弃了该异常。
- How Can I Debug Access Violations When Running My Program Standalone? 独立运行程序时如何调试访问冲突?