⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 runtime.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: runtime.so,v 10.21 2007/07/10 17:37:22 bostic Exp $])m4_ref_title(Debugging Applications,    Run-time error information,, debug/compile, debug/printlog)m4_p([dnlNormally, when an error occurs in the m4_db library, an integer value(either a m4_db specific value or a system m4_envvar(errno) value) isreturned by m4_db.  In some cases, however, this value may beinsufficient to completely describe the cause of the error, especiallyduring initial application debugging.])m4_p([dnlMost m4_db errors will result in additional information being writtento a standard file descriptor or output stream.  Additionally, m4_db canbe configured to pass these verbose error messages to an applicationfunction.  There are four methods intended to provide applications withadditional error information:m4_ref(dbenv_set_errcall), m4_ref(dbenv_set_errfile),m4_ref(dbenv_set_errpfx), and m4_ref(dbenv_set_verbose).])m4_p([dnlThe m4_db error-reporting facilities do not slow performance orsignificantly increase application size, and may be run during normaloperation as well as during debugging.  Where possible, we recommendthese options always be configured and the output saved in thefilesystem.  We have found that this often saves time when debugginginstallation or other system-integration problems.])m4_p([dnlIn addition, there are three methods to assist applications indisplaying their own error messages: m4_ref(dbenv_strerror),m4_ref(dbenv_err), and m4_ref(dbenv_errx).  The first is a superset ofthe ANSI C strerror function, and returns a descriptive string for anyerror return from the m4_db library.  The m4_ref(dbenv_err) andm4_refT(dbenv_errx)s use the error message configuration optionsdescribed previously to format and display error messages to appropriateoutput devices.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -