以下是在JDE EnterpriseOne服务器上运行的C调用堆栈转储。
_IB4210900_ProcessUnprocessedLines@12! CSALES.dll
_IB4210900_PerformSalesOrderAction@32! CSALES.dll
_SalesOrderApplCtrlEX@12! CSALES.dll
_jdeCallObjectV2@44! jdekrnl.dll <-**this module has outdated symbols**
_jdeCallObject@40! jdekrnl.dll <-**this module has outdated symbols**
_JDEK_ProcessCallRequest@24! jdekrnl.dll <-**this module has outdated symbols**
_JDEK_StartCallRequest@16! jdekrnl.dll <-**this module has outdated symbols**
_runBusinessFunction@4! jdekrnl.dll <-**this module has outdated symbols**
_runCallObjectJob@4! jdekrnl.dll <-**this module has outdated symbols**
_psthread_pool_job_execute@4! PSThreadUtils.dll我想知道“这个模块有过时的符号”这条消息是什么意思?
发布于 2011-08-19 02:35:56
这意味着为该动态链接库编译的符号定义(.pdb?)与dll的代码不匹配。这可能意味着符号定义未更新,或者Windows正在查找错误的版本,因为某些较旧的定义位于优先位置。
https://stackoverflow.com/questions/7112061
复制相似问题