• 如果代码检测没有快速找到泄露则您可能需要执行一些应用程序转储分析它们找到引用增加的对象

    If code inspection does not quickly find the leak, you will probably need to take some application dumps and analyze them to find the objects whose references are growing in size.

    youdao

  • 这种情况下应用程序错误日志应用程序转储中的堆栈跟踪通常难为找出产生问题确切代码提供实际的帮助

    In such cases, error logs from the application, or stack traces from the application dumps, often provide little or no help in pinpointing the exact line of code where the problem originates.

    youdao

  • 程序运行中时会生成后续转储

    When your program is running, generate subsequent dumps.

    youdao

  • 检查help是否程序恰当命令行选项(vmap . count (“ help ”)所的工作)时,options对象转储cout

    When you check whether help is the relevant command option for the program (this is what vmap.count (" help ") does), the options object is dumped to cout.

    youdao

  • 配合dump程序restore用于转储映像还原文件

    The companion program to dump is restore, which is used to restore files from a dump image.

    youdao

  • 以前应用程序只有执行时检测到错误并产生错误消息一个存储转储

    Previously, the application would not have detected this error until execution, producing error messages and a storage dump.

    youdao

  • 比较两转储应用程序对象数目

    Compare the number of application objects in each heap dump.

    youdao

  • 这些转储文件包含运行中应用程序完整内存镜像所有信息数据采用hprof格式表示,包括所有原生内存和线程信息。

    These dumps contain the entire memory image of the running application - all the information and data in the HPROF format, as well as all of the native-memory and thread information.

    youdao

  • 一种报告转储查找信息分析程序例如找到地址空间数量、所有找到线程的堆栈信息,等等。

    An analyzer that simply reports information it finds in the dump; for example, the number of address Spaces found, the stack information for all threads found, and so on.

    youdao

  • RAD配置日志透视包含一些视图用来分析应用程序的内存使用,和通过比较两个转储高级算法来检测这些泄漏

    RAD's profiling and logging perspective includes views for analyzing your application's memory usage and detecting these leaks through advanced algorithms that compare two heap dumps.

    youdao

  • 这个应用程序生命周期早期获取的转储称为基准转储执行比较分析使用

    This heap dump taken early in the life of the application is called the baseline heap dump and you use it when performing a comparative analysis.

    youdao

  • 这个组织结构图应用程序访问了一个员工信息XML转储

    The org chart app accesses an XML dump of employee information.

    youdao

  • 为此需要了解生成堆转储应用程序结构实现

    To do this, you need to know the implementation or structure of the application for which the heap dump was generated.

    youdao

  • 尽管JVM崩溃时生成堆转储,但可以将其与在应用程序启动后获取的转储比较,进一步了解内存如何使用的。

    Even though the JVM generates a heap dump when it crashes, you can learn much more about how memory is being used by comparing it to a heap dump taken just after your application has started.

    youdao

  • 很多XML应用程序都是转储数据库遗留应用程序原始xml基础上构建的。

    Many XML applications build on raw XML dumps from databases and legacy applications.

    youdao

  • 那种情况下即使自动测试系统中运行净化程序一个错误发生时额外的消息转储Purify日志中将帮助您鉴定这个问题

    In that case, even if you run your purified program through an automated test suite; when an error occurs, it will dump extra messages into the Purify log that will help you identify the problem.

    youdao

  • gdb显示代码导致程序发生核心转储

    The gdb shows what line of code caused the program to core dump.

    youdao

  • 设置 override_signal_handling 可以确保程序终止并进行核心转储即使应用程序已经这些信号进行了处理

    Setting override_signal_handling ensures that the program terminates and core, even if these signals have been handled by the application.

    youdao

  • 在gd b运行示例程序eg1将会导致核心信息转储

    Running our example program eg1 outside of GDB will result in a core dump.

    youdao

  • jstack可以返回应用程序上运行各种各样线程一个完整转储实用程序可以使用查明问题

    Jstack is a utility that returns a complete dump of the various threads running in an app, which you can then use to pinpoint the problem.

    youdao

  • DumpNameSpace工具提供JNDI名称内容一个简单转储,该转储对于某个特定服务器上的应用程序是可见的。

    The DumpNameSpace tool provides a simple dump of the contents of the JNDI name tree visible to applications at a particular server.

    youdao

  • 下面命令行选项添加应用程序上会Example. trigger方法调用产生一个系统转储文件

    Adding the following command-line option to the application produces a system dump when the Example.trigger method is called.

    youdao

  • 产生如清单3输出其中显示DWReport分析程序判断转储Windowsxp生成的。

    This gives you the output in Listing 3, which shows that the DWReport analyzer has determined that the dump was created on Windows XP.

    youdao

  • override_signal_handlingMALLOCDEBUG检测到内存错误会强迫程序使用SIGSEGVSIGABRT进行核心转储

    Override_signal_handling When MALLOCDEBUG detects memory errors, it forces the program to core using SIGSEGV or SIGABRT.

    youdao

  • 示例策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而内存泄漏通知做出反应。

    On example policy would react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 一种策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而对内存泄漏通知做出反应。

    One policy might react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 工具能够分析遇到Out Of MemoryError问题生产环境应用程序服务器中获得非常内存转储(需要2GB更多RAM)。

    The tool is capable of analyzing very large sized memory dumps (will require 2 GB or more RAM) obtained from production environment application servers encountering OutOfMemoryError issues.

    youdao

  • 转储文件包含程序某个时间点(通常崩溃之后)状态快照

    Dump files contain a snapshot of your program's state at some point in time, usually after a crash.

    youdao

  • 调试转储文件进行调试计算机必须能够访问程序PD b符号文件二进制文件。

    When you debug a dump file, the computer on which you debug must have access to the PDB symbol files and the binaries for the program.

    youdao

  • 如何生成64应用程序转储文件

    How to: Generate Dump Files for 64-bit Applications.

    youdao

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

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

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