Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
Before I take a look, just to be clear, the full crash dump you're referencing is in post #18, correct?
Regards,
Patrick
BugCheck 3B, {[COLOR=#ff0000]c0000005[/COLOR], fffff800ca34b58f, [COLOR=#0000ff]ffffd000272c8dc0[/COLOR], 0}
6: kd> k
Child-SP RetAddr Call Site
ffffd000`272c8508 fffff803`699677e9 nt!KeBugCheckEx
ffffd000`272c8510 fffff803`699670fc nt!KiBugCheckDispatch+0x69
ffffd000`272c8650 fffff803`699631ed nt!KiSystemServiceHandler+0x7c
ffffd000`272c8690 fffff803`698f03a5 nt!RtlpExecuteHandlerForException+0xd
ffffd000`272c86c0 fffff803`698ef25f nt!RtlDispatchException+0x1a5
ffffd000`272c8d90 fffff803`699678c2 nt!KiDispatchException+0x61f
ffffd000`272c9480 fffff803`69966014 nt!KiExceptionDispatch+0xc2
ffffd000`272c9660 fffff800`ca34b58f [COLOR=#ff0000]nt!KiPageFault+0x214[/COLOR] [COLOR=#800080]// We hit the access violation here, caused by the nVidia driver.[/COLOR]
ffffd000`272c97f0 fffff800`ca34bca0 nvlddmkm+0x26858f [COLOR=#800080]// Bunch of nVidia calls from here on down.[/COLOR]
ffffd000`272c9880 fffff800`ca349bdc nvlddmkm+0x268ca0
ffffd000`272c98d0 fffff800`ca34be43 nvlddmkm+0x266bdc
ffffd000`272c9980 fffff800`ca301de3 nvlddmkm+0x268e43
ffffd000`272c9a20 fffff800`ca2834fa nvlddmkm+0x21ede3
ffffd000`272c9a50 fffff800`ca4ca65f nvlddmkm+0x1a04fa
ffffd000`272c9a80 fffff800`ca4d7fc2 nvlddmkm+0x3e765f
ffffd000`272c9ab0 fffff800`ca2fe9c2 nvlddmkm+0x3f4fc2
ffffd000`272c9ae0 fffff800`ca2e1965 nvlddmkm+0x21b9c2
ffffd000`272c9b30 fffff800`ca2ae8be nvlddmkm+0x1fe965
ffffd000`272c9ba0 fffff800`ca2e2df6 nvlddmkm+0x1cb8be
ffffd000`272c9be0 fffff800`ca2e2356 nvlddmkm+0x1ffdf6
ffffd000`272c9c20 fffff800`ca2e2efd nvlddmkm+0x1ff356
ffffd000`272c9c80 fffff800`ca309d66 nvlddmkm+0x1ffefd
ffffd000`272c9cd0 fffff800`ca29ac20 nvlddmkm+0x226d66
ffffd000`272c9d20 fffff800`ca29a89e nvlddmkm+0x1b7c20
ffffd000`272c9d80 fffff800`ca29a66a nvlddmkm+0x1b789e
ffffd000`272c9e20 fffff800`ca279537 nvlddmkm+0x1b766a
ffffd000`272c9e60 fffff800`ca1db139 nvlddmkm+0x196537
ffffd000`272c9f30 fffff800`ca1db328 nvlddmkm+0xf8139
ffffd000`272c9fc0 fffff800`ca1e1eeb nvlddmkm+0xf8328
ffffd000`272ca010 fffff800`ca1476d3 nvlddmkm+0xfeeeb
ffffd000`272ca300 fffff800`ca147585 nvlddmkm+0x646d3
ffffd000`272ca330 fffff800`ca1b53b4 nvlddmkm+0x64585
ffffd000`272ca3a0 fffff800`ca1527aa nvlddmkm+0xd23b4
ffffd000`272ca4b0 fffff800`ca9f8d56 nvlddmkm+0x6f7aa
ffffd000`272ca680 fffff800`c98bc9c0 nvlddmkm!nvDumpConfig+0x1fbf86 [COLOR=#800080]// Undocumented nVidia function, likely functions like TDR (as in it detects a display/device problem and dumps the config for bug check. Not sure).[/COLOR]
ffffd000`272ca740 fffff800`c98baa04 dxgkrnl!DpiDxgkDdiStartDevice+0x58 [COLOR=#800080]// Starting device.[/COLOR]
ffffd000`272ca7a0 fffff800`c9938ea8 dxgkrnl!DpiFdoStartAdapter+0x358[COLOR=#800080] // Starting adapter.[/COLOR]
ffffd000`272caa40 fffff800`c98b81ce dxgkrnl!DpiLdaStartAdapterInChain+0x120
ffffd000`272caa80 fffff800`c98b15be dxgkrnl!DpiFdoStartAdapterThread+0x26a [COLOR=#800080]// Starting adapter thread.[/COLOR]
ffffd000`272caaf0 fffff800`c99a5881 dxgkrnl!DxgkNotifySessionStateChange+0x3e [COLOR=#800080]// In the DirectX Kernel now, notifying session state change.[/COLOR]
ffffd000`272cab20 fffff960`00157344 watchdog!SMgrNotifySessionChange+0x31 [COLOR=#800080]// Undocumented function of watchdog, likely notifying a session change.[/COLOR]
ffffd000`272cab50 fffff960`001572e1 win32k!InitializeGreCSRSS+0x14
ffffd000`272cac00 fffff803`699674b3 win32k!NtUserInitialize+0x89 [COLOR=#800080]// Everything below this is user mode, and this is our transition to kernel mode via win32k.[/COLOR]
ffffd000`272cac40 00007ff9`27d73aaa nt!KiSystemServiceCopyEnd+0x13
00000053`2bedf608 00007ff9`27d739df winsrv!NtUserInitialize+0xa
00000053`2bedf610 00007ff9`27dd5aa1 winsrv!UserServerDllInitialization+0x37f [COLOR=#800080]// Initializing .DLL.[/COLOR]
00000053`2bedf690 00007ff9`27dd55b8 CSRSRV!CsrLoadServerDll+0x1a1 [COLOR=#800080]// Loading .DLL.[/COLOR]
00000053`2bedf740 00007ff9`27dd4d47 CSRSRV!CsrParseServerCommandLine+0x198
00000053`2bedf960 00007ff6`c5371564 CSRSRV!CsrServerInitialization+0xe7 [COLOR=#800080]// Initializing the subsystem.[/COLOR]
00000053`2bedf9c0 00007ff6`c5371481 csrss!main+0xa4
00000053`2bedfa00 00007ff9`2aa14411 csrss!NtProcessStartup_AfterSecurityCookieInitialized+0x2f1 [COLOR=#800080]// Client/Server Runtime Subsystem [/COLOR]
00000053`2bedfa90 00000000`00000000 ntdll!RtlUserThreadStart+0x25 [COLOR=#800080]// Starting a thread inside user mode.[/COLOR]
6: kd> .cxr 0xffffd000272c8dc0;r
[COLOR=#ff0000]rax=000000009ecd3e00[/COLOR] rbx=0000000000000000 rcx=ffffd000272c9828
rdx=0000000000000008 rsi=ffffe001994219f0 rdi=0000000054445352
rip=fffff800ca34b58f rsp=ffffd000272c97f0 rbp=ffffd000272c9840
r8=0000000000000000 r9=0000000000000000 r10=fffff80369aae680
r11=ffffd000272c9820 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000001
iopl=0 nv up ei pl nz na po nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010206
nvlddmkm+0x26858f:
fffff800`ca34b58f 3938 [COLOR=#0000ff]cmp [/COLOR]dword ptr [[COLOR=#800080]rax[/COLOR]],[COLOR=#008000]edi [/COLOR]ds:002b:00000000`9ecd3e00=????????
6: kd> !pte 000000009ecd3e00
VA ffffffff9ecd3e00
PXE at FFFFF6FB7DBEDFF8 PPE at FFFFF6FB7DBFFFF0 PDE at FFFFF6FB7FFFE7B0 PTE at FFFFF6FFFFCF6698
contains 0000000000F22063 contains 0000000000000000
pfn f22 ---DA--KWEV [COLOR=#ff0000]not valid[/COLOR]
NVGareth said:Hello,
Just wanted to update you all that the issue has been fixed internally, and is currently being tested for inclusion in a future driver release. We are also looking at the possibility of updating the 340 branch for those with older GPUs.
Except the same driver works fine on Asus, MSI, and newer gigabyte mainboards: So its not simply an issue in the driver.
The person who did that debugging doesn't have nvidia symbols so has made a basic assumption based on the stack, an access violation is not simply always a matter of corruption, but often a case of 'what we want to find, isn't there.'
:r1:Except the same driver works fine on Asus, MSI, and newer gigabyte mainboards: So its not simply an issue in the driver.
The person who did that debugging doesn't have nvidia symbols so has made a basic assumption based on the stack, an access violation is not simply always a matter of corruption, but often a case of 'what we want to find, isn't there.'
Comical.
Glad to hear they're ironing out the driver.
Regards,
Patrifk
Can someone explain me/show me (e.g. needed WinDbg commands) how to get the used 'Kernel-Mode Driver Framework (KMDF)' and/or 'User-Mode Driver Framework (UMDF)' version of a driver e.g. NVIDIA driver nvlddmkm.sys?
Or is there a more simple way/tool to get the information about UMDF/KMDF version of a driver?
NVGareth said:Today's 347.09 driver is the first of the new branch that I mentioned a while back would contain the fix for this issue. Please try it out, and let me know if for some reason it isn't resolved.
Looks like new nVIDIA (BETA!) driver version contains the fix for this issue:
Can someone explain me/show me (e.g. needed WinDbg commands) how to get the used 'Kernel-Mode Driver Framework (KMDF)' and/or 'User-Mode Driver Framework (UMDF)' version of a driver e.g. NVIDIA driver nvlddmkm.sys?
Can someone explain me/show me (e.g. needed WinDbg commands) how to get the used 'Kernel-Mode Driver Framework (KMDF)' and/or 'User-Mode Driver Framework (UMDF)' version of a driver e.g. NVIDIA driver nvlddmkm.sys?
[TABLE]
[TR]
[TH][/TH]
[/TR]
[TR]
[TD]kd> !wdfdriverinfo wdfrawbusenumtest
----------------------------------
Default driver image name: wdfrawbusenumtest
WDF library image name: Wdf01000
FxDriverGlobals 0x83b7af18
WdfBindInfo 0xf22250ec
[B][COLOR=#ff0000] Version v1.5 build(1234)[/COLOR][/B]
----------------------------------[/TD]
[/TR]
[/TABLE]
Has Sysnative Forums helped you? Please consider donating to help us support the site!