extremeDB debug说明

来源:互联网 发布:销售数据分析表 编辑:程序博客网 时间:2024/05/29 16:11

 Always use the debug runtime during the development cycle
 Use the release version during the development phase to
measure the performance / CPU utilization of the application
 Install an error handler via the mco_set_error_handler() API
 If the execution is trapped inside the error handler, examine the
application's call stack and find the application's function that
issued the runtime call causing the assertion
 Inspect mco.h file to see why the runtime asserted, e.g. an error
in the transaction manager, heap corruption, a cursor is
corrupted, etc. Check the appropriate application entity just
before the fatal runtime call was issued and make sure that the
entity –transaction handle, object handle or heap - is in fact
corrupted
 Go back through the stack and try to find the application code
where the entity was corrupted.
0 0
原创粉丝点击