-
zgh zgh
- PowerBuilder
- Monday, 29 September 2025 06:02 AM UTC
Unexpected crash without any error notice happened when our windows app runs on the clients computer, the app developed by Powerbuiilder 11.5 with oracle database. The crash ranadomly show in different operation of clients, just as click on the button, open the new window or click on the DW object when the client try modify data. We have use WinDbg to trace the issue, the information list as blow:
出错应用程序名称: cms.exe,版本: 1.0.0.1,时间戳: 0x4899337e
出错模块名称: pbdwe115.dll, 版本: 11.5.0.2506,时间戳: 0x48a17281
异常代码: 0xc0000005
错误偏移: 0x001f5f53
出错进程 ID: 48a0
出错应用程序开始时间: 01dc2dc494d4b370
Faulting 应用程序路径: D:\runcms0924\cms.exe
Faulting 模块路径: D:\runcms0924\pbdwe115.dll
The crash happened when the client click on the DW object on the window located in two or three tier popup window mostly.
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 116f5f53 (pbdwe115!dwSetPropertyItem+0x00003d03)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 19128018
Attempt to read from address 19128018
PROCESS_NAME: cms.exe
READ_ADDRESS: 19128018
ERROR_CODE: (NTSTATUS) 0xc0000005 - 0x%p 0x%p %s
EXCEPTION_CODE_STR: c0000005
EXCEPTION_PARAMETER1: 00000000
EXCEPTION_PARAMETER2: 19128018
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
0019efc8 757a2721 c371e2e1 0019f020 0019f03c pbdwe115!dwSetPropertyItem+0x3d03
0019f004 757a26f3 0ea1d218 0ea1d218 031cd858 combase!ObjectMethodExceptionHandlingAction<<lambda_59f7b8acab183cdd0bcc7c9cde5da55a> >+0x1b
0019f064 757e297f 00000010 00520460 00000000 combase!CStdIdentity::ReleaseCtrlUnk+0x77
0019f0a8 757e24d7 00000010 758def00 00520460 combase!CStdMarshal::DisconnectWorker_ReleasesLock+0x41d
0019f0d0 757a44bd 00000010 758def00 00520460 combase!CStdMarshal::DisconnectAndReleaseWorker_ReleasesLock+0x5f
0019f104 7572a9ed 0019f190 0ea9a110 0ea1d330 combase!CStdMarshal::DisconnectForRundownIfAppropriate+0xb2
0019f1e0 7570ff9d 00000009 0e936608 0ea7dbf0 combase!CRemoteUnknown::RundownOidWorker+0x29d
0019f1fc 7712edd8 0e9477f0 00000009 0e936608 combase!CRemoteUnknown::RundownOid+0x4d
0019f220 770f4ef5 7570ff50 00530728 00000004 rpcrt4!Invoke+0x34
0019f3bc 7571b2c2 0e9823b0 0e93a800 1a019c14 rpcrt4!NdrStubCall2+0x535
0019f404 7571b0b3 0e9823b0 1a019c14 0e93a800 combase!CStdStubBuffer_Invoke+0x92
(Inline) -------- -------- -------- -------- combase!InvokeStubWithExceptionPolicyAndTracing::__l6::<lambda_ee1df801181086a03fa4f8f75bd5617f>::operator()+0x4c
0019f458 7571ab26 0e9823b0 1a019c14 0e93a800 combase!ObjectMethodExceptionHandlingAction<<lambda_ee1df801181086a03fa4f8f75bd5617f> >+0xa3
(Inline) -------- -------- -------- -------- combase!InvokeStubWithExceptionPolicyAndTracing+0x13b
0019f53c 7574af61 0e93a800 0e9823b0 0019f83c combase!DefaultStubInvoke+0x2b6
(Inline) -------- -------- -------- -------- combase!SyncStubCall::Invoke+0x7
(Inline) -------- -------- -------- -------- combase!SyncServerCall::StubInvoke+0xa
we are confused with the issue and want to know how to fix the problem thx.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.