• Purify for memory usage tracking and memory error detection.

    内存使用追踪内存错误检测

    youdao

  • Memory error Check for improperly seated or missing memory.

    内存错误检查是因为不正确安装或者缺少内存。

    youdao

  • Purify issues memory error reports just before the error is about to happen.

    Purify议题内存错误报告仅仅错误发生之前报告。

    youdao

  • Error detection example 1: Rational Purify memory error and memory leak reports.

    错误检测实例1RationalPurify内存错误内存泄露报告

    youdao

  • Figure 13: EurekaJ Heap chart showing one possible scenario for Out Of Memory error.

    13eurekaj显示内存溢出错误一种可能情形

    youdao

  • I've let the app running and I found it crashed after 4-5 hours with an Out of Memory Error.

    程序运行,我发现坠毁4 - 5小时出现内存不足错误

    youdao

  • Remember that Purify only performs memory error checking on code that you actually execute during testing.

    记住Purify执行测试过程实际执行代码中的内存错误检验

    youdao

  • I cannot say whether decoding the resources would cause an out of memory error since I don't know their size.

    不能是否解码资源将会导致出现内存不足错误因为知道自己的尺寸。

    youdao

  • Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.

    利用它们这个调试器将帮助跟踪带有程序执行内存表明一个内存错误

    youdao

  • It does not seem possible for a general-purpose allocator to also serve as general-purpose memory error testing tool such as Purify.

    一个一般用途分配器当作一般用途内存错误检测工具(像是Purify)使用看上去可能的。

    youdao

  • Often, a memory error occurs only in a combination of circumstances, and sometimes you can discover memory bugs only after you deploy your program.

    内存错误通常多种情况同时存在时出现而且有时只能部署程序之后才能发现内存错误

    youdao

  • But if a synchronous GC occurs because of the second casean out-of-memory errorthis means the GC was unable to keep up with the application allocation.

    但是如果因为第二情况发生同步gc——内存不足错误——意味着GC不能跟上应用程序分配。

    youdao

  • Higher temperatures generally cause more error rates, but differences in temperature at Google's data center "had a marginal impact on the incidence of memory errors."

    通常我们会认为温度过高时导致内存故障率较高主要因素之一。据这次谷歌研究的结果表明,内存工作温度差异对故障率高低的影响其实很小。

    youdao

  • The Rational PurifyPlus product has three components: Purify for memory error checking, Quantify for performance data collection, and PureCoverage for code-coverage analysis.

    RationalPurifyPlus产品三个组件内存错误验证Purify性能数据采集Quantify以及代码覆盖分析的PureCoverage

    youdao

  • Even payment of the most expensive license fees among the products available in this category loses its sting when compared to the costs of having a customer be the first to identify a memory error.

    客户首先发现内存错误代价相比即使这种类别产品支付昂贵许可费也失去了意义

    youdao

  • If you encounter an error, even simple behaviour such as printing an error message suddenly becomes problematic because you might not have the memory to perform the operation.

    如果遇到错误即便简单行为打印一条错误消息,都会突然变得困难重重因为可能没有内存执行这些操作

    youdao

  • Memory space breachAccomplished via stack overflow, buffer overrun, or heap error, enables execution of arbitrary code supplied by the attacker with the permissions of the host process.

    内存空间缺口——通过溢出缓冲区溢出错误来实现,以宿主进程权限执行攻击提供任何代码

    youdao

  • It issues an error report when it detects things like using more memory than was allocated, or using memory before it was initialized or after it was freed.

    发现事件分配时使用更多内存或者初始化之前或者释放之后使用内存,就会发布一个错误报告

    youdao

  • The error code is 12, which means no more memory.

    错误代码12表示更多内存可用

    youdao

  • Very often, tests are less complex than the eventual production environment, so a program can contain a memory corruption error that will wreak havoc after release even though the tests all pass.

    十分普遍地情况测试环境并没有最终产品环境复杂因此即使测试都通过程序能够包含发布版本即将引起严重破坏内存崩溃性错误

    youdao

  • In some organizations, it is expected that developers perform memory analysis before checking in their new code, to make sure that they did not cause an unintended error.

    一些组织中,期望开发人员检查他们代码完成内存分析确信他们没有引入无意错误

    youdao

  • Since the amount of memory in a machine is finite, if this error occurs in some kind of loop eventually the system will run out of memory.

    机器中的内存数量有限如果这个错误出现某些循环,那么系统最终把内存耗尽。

    youdao

  • The layout of data allocations in memory is complex and subtle to reproduce, so any symptoms might be hard to connect back to the specific error at the level of source code.

    内存数据分配布局非常复杂并且难以再现所以任何症状都不可能追溯到源代码级别具体错误

    youdao

  • This is different from a system exception, which represents a system level error like running out of memory or running past the end of an array.

    系统异常不同,系统异常表示系统级别错误耗尽内存或者数组越界。

    youdao

  • The operating system imposes a limit on the amount of memory that can be locked. When this limit is reached, the overlapped operations will fail with the WSAENOBUFS error.

    操作系统一个锁定最大数限制,一旦超过这个锁定的限制,那么就会产生WSAENOBUFS错误

    youdao

  • Error detection: Runtime memory corruption in user code.

    错误检测用户模式下的运行时内存崩溃

    youdao

  • With a preallocated Runnable object and a separate scope, you should always be in a position to report a problem without using any memory in the context the error occurred.

    通过个预先分配的Runnable对象一个单独作用域错误发生时就应该总是能够报告问题而无需使用任何内存

    youdao

  • Any access to this memory thereafter should be an error, because the memory pointed to by namestr has been freed.

    任何这个内存访问从此以后错误因为这个内存namestr指向的内存已经释放。

    youdao

  • One he highlighted was a common developer error when working with Lucene: an apparent memory leak caused by the developer failing to close an IndexReader.

    所强调第一种应用就是其发现普通开发者使用Lucene的常犯错误没有关闭IndexReader而导致内存泄漏

    youdao

  • If the program reads from memory that hasn't been initialized, or reads or writes memory that has been freed or lies beyond the ends of allocated blocks, you will see a Purify error report.

    如果这个程序没有初始化内存读取或者读取或者改写已经释放或者仍然存在于分配区域之外内存,看到一个Purify错误报告

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定