pastebin - collaborative debugging tool
rovema.kpaste.net RSS


kernel crash in |open()| syscall codepath (|marshal_nfs41_open()|
Posted by Anonymous on Sat 20th Apr 2024 11:32
raw | new post
modification of post by Anonymous (view diff)

  1. ************* Preparing the environment for Debugger Extensions Gallery repositories **************
  2.    ExtensionRepository : Implicit
  3.    UseExperimentalFeatureForNugetShare : true
  4.    AllowNugetExeUpdate : true
  5.    NonInteractiveNuget : true
  6.    AllowNugetMSCredentialProviderInstall : true
  7.    AllowParallelInitializationOfLocalRepositories : true
  8.  
  9.    EnableRedirectToV8JsProvider : false
  10.  
  11.    -- Configuring repositories
  12.       ----> Repository : LocalInstalled, Enabled: true
  13.       ----> Repository : UserExtensions, Enabled: true
  14.  
  15. >>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds
  16.  
  17. ************* Waiting for Debugger Extensions Gallery to Initialize **************
  18.  
  19. >>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.063 seconds
  20.    ----> Repository : UserExtensions, Enabled: true, Packages count: 0
  21.    ----> Repository : LocalInstalled, Enabled: true, Packages count: 41
  22.  
  23. Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64
  24. Copyright (c) Microsoft Corporation. All rights reserved.
  25.  
  26.  
  27. Loading Dump File [C:\Windows\MEMORY.DMP]
  28. Kernel Bitmap Dump File: Full address space is available
  29.  
  30. Symbol search path is: srv*
  31. Executable search path is:
  32. Windows 10 Kernel Version 19041 MP (4 procs) Free x64
  33. Product: WinNt, suite: TerminalServer SingleUserTS
  34. Edition build lab: 19041.1.amd64fre.vb_release.191206-1406
  35. Kernel base = 0xfffff806`21800000 PsLoadedModuleList = 0xfffff806`2242a790
  36. Debug session time: Sat Apr 20 05:11:48.922 2024 (UTC + 2:00)
  37. System Uptime: 0 days 13:11:20.592
  38. Loading Kernel Symbols
  39. ...............................................................
  40. ................................................................
  41. ........................................
  42. Loading User Symbols
  43. ...................................
  44. Loading unloaded module list
  45. .......
  46. For analysis of this file, run !analyze -v
  47. Unable to load image \SystemRoot\system32\DRIVERS\nfs41_driver.sys, Win32 error 0n2
  48. nt!KeBugCheckEx:
  49. fffff806`21bfda40 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:ffffa185`3a59de00=0000000000000027
  50. 1: kd> !analyze -v
  51. *******************************************************************************
  52. *                                                                             *
  53. *                        Bugcheck Analysis                                    *
  54. *                                                                             *
  55. *******************************************************************************
  56.  
  57. RDR_FILE_SYSTEM (27)
  58.     If you see RxExceptionFilter on the stack then the 2nd and 3rd parameters are the
  59.     exception record and context record. Do a .cxr on the 3rd parameter and then kb to
  60.     obtain a more informative stack trace.
  61.     The high 16 bits of the first parameter is the RDBSS BugCheck code, which is defined
  62.     as follows:
  63.      RDBSS_BUG_CHECK_CACHESUP  = 0xca550000,
  64.      RDBSS_BUG_CHECK_CLEANUP   = 0xc1ee0000,
  65.      RDBSS_BUG_CHECK_CLOSE     = 0xc10e0000,
  66.      RDBSS_BUG_CHECK_NTEXCEPT  = 0xbaad0000,
  67. Arguments:
  68. Arg1: 00000000baad0080
  69. Arg2: ffffa1853a59ee68
  70. Arg3: ffffa1853a59e6a0
  71. Arg4: fffff80621b52c46
  72.  
  73. Debugging Details:
  74. ------------------
  75.  
  76.  
  77. KEY_VALUES_STRING: 1
  78.  
  79.     Key  : AV.Fault
  80.     Value: Read
  81.  
  82.     Key  : Analysis.CPU.mSec
  83.     Value: 4202
  84.  
  85.     Key  : Analysis.Elapsed.mSec
  86.     Value: 4255
  87.  
  88.     Key  : Analysis.IO.Other.Mb
  89.     Value: 1
  90.  
  91.     Key  : Analysis.IO.Read.Mb
  92.     Value: 0
  93.  
  94.     Key  : Analysis.IO.Write.Mb
  95.     Value: 25
  96.  
  97.     Key  : Analysis.Init.CPU.mSec
  98.     Value: 2062
  99.  
  100.     Key  : Analysis.Init.Elapsed.mSec
  101.     Value: 15000
  102.  
  103.     Key  : Analysis.Memory.CommitPeak.Mb
  104.     Value: 140
  105.  
  106.     Key  : Bugcheck.Code.KiBugCheckData
  107.     Value: 0x27
  108.  
  109.     Key  : Bugcheck.Code.LegacyAPI
  110.     Value: 0x27
  111.  
  112.     Key  : Bugcheck.Code.TargetModel
  113.     Value: 0x27
  114.  
  115.     Key  : Failure.Bucket
  116.     Value: 0x27_nfs41_driver!unknown_function
  117.  
  118.     Key  : Failure.Hash
  119.     Value: {4656e746-fab9-91b9-4b6f-31f7b00e7916}
  120.  
  121.     Key  : Hypervisor.Enlightenments.Value
  122.     Value: 0
  123.  
  124.     Key  : Hypervisor.Enlightenments.ValueHex
  125.     Value: 0
  126.  
  127.     Key  : Hypervisor.Flags.AnyHypervisorPresent
  128.     Value: 0
  129.  
  130.     Key  : Hypervisor.Flags.ApicEnlightened
  131.     Value: 0
  132.  
  133.     Key  : Hypervisor.Flags.ApicVirtualizationAvailable
  134.     Value: 0
  135.  
  136.     Key  : Hypervisor.Flags.AsyncMemoryHint
  137.     Value: 0
  138.  
  139.     Key  : Hypervisor.Flags.CoreSchedulerRequested
  140.     Value: 0
  141.  
  142.     Key  : Hypervisor.Flags.CpuManager
  143.     Value: 0
  144.  
  145.     Key  : Hypervisor.Flags.DeprecateAutoEoi
  146.     Value: 0
  147.  
  148.     Key  : Hypervisor.Flags.DynamicCpuDisabled
  149.     Value: 0
  150.  
  151.     Key  : Hypervisor.Flags.Epf
  152.     Value: 0
  153.  
  154.     Key  : Hypervisor.Flags.ExtendedProcessorMasks
  155.     Value: 0
  156.  
  157.     Key  : Hypervisor.Flags.HardwareMbecAvailable
  158.     Value: 0
  159.  
  160.     Key  : Hypervisor.Flags.MaxBankNumber
  161.     Value: 0
  162.  
  163.     Key  : Hypervisor.Flags.MemoryZeroingControl
  164.     Value: 0
  165.  
  166.     Key  : Hypervisor.Flags.NoExtendedRangeFlush
  167.     Value: 0
  168.  
  169.     Key  : Hypervisor.Flags.NoNonArchCoreSharing
  170.     Value: 0
  171.  
  172.     Key  : Hypervisor.Flags.Phase0InitDone
  173.     Value: 0
  174.  
  175.     Key  : Hypervisor.Flags.PowerSchedulerQos
  176.     Value: 0
  177.  
  178.     Key  : Hypervisor.Flags.RootScheduler
  179.     Value: 0
  180.  
  181.     Key  : Hypervisor.Flags.SynicAvailable
  182.     Value: 0
  183.  
  184.     Key  : Hypervisor.Flags.UseQpcBias
  185.     Value: 0
  186.  
  187.     Key  : Hypervisor.Flags.Value
  188.     Value: 0
  189.  
  190.     Key  : Hypervisor.Flags.ValueHex
  191.     Value: 0
  192.  
  193.     Key  : Hypervisor.Flags.VpAssistPage
  194.     Value: 0
  195.  
  196.     Key  : Hypervisor.Flags.VsmAvailable
  197.     Value: 0
  198.  
  199.     Key  : Hypervisor.RootFlags.AccessStats
  200.     Value: 0
  201.  
  202.     Key  : Hypervisor.RootFlags.CrashdumpEnlightened
  203.     Value: 0
  204.  
  205.     Key  : Hypervisor.RootFlags.CreateVirtualProcessor
  206.     Value: 0
  207.  
  208.     Key  : Hypervisor.RootFlags.DisableHyperthreading
  209.     Value: 0
  210.  
  211.     Key  : Hypervisor.RootFlags.HostTimelineSync
  212.     Value: 0
  213.  
  214.     Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
  215.     Value: 0
  216.  
  217.     Key  : Hypervisor.RootFlags.IsHyperV
  218.     Value: 0
  219.  
  220.     Key  : Hypervisor.RootFlags.LivedumpEnlightened
  221.     Value: 0
  222.  
  223.     Key  : Hypervisor.RootFlags.MapDeviceInterrupt
  224.     Value: 0
  225.  
  226.     Key  : Hypervisor.RootFlags.MceEnlightened
  227.     Value: 0
  228.  
  229.     Key  : Hypervisor.RootFlags.Nested
  230.     Value: 0
  231.  
  232.     Key  : Hypervisor.RootFlags.StartLogicalProcessor
  233.     Value: 0
  234.  
  235.     Key  : Hypervisor.RootFlags.Value
  236.     Value: 0
  237.  
  238.     Key  : Hypervisor.RootFlags.ValueHex
  239.     Value: 0
  240.  
  241.     Key  : SecureKernel.HalpHvciEnabled
  242.     Value: 0
  243.  
  244.     Key  : WER.OS.Branch
  245.     Value: vb_release
  246.  
  247.     Key  : WER.OS.Version
  248.     Value: 10.0.19041.1
  249.  
  250.  
  251. BUGCHECK_CODE:  27
  252.  
  253. BUGCHECK_P1: baad0080
  254.  
  255. BUGCHECK_P2: ffffa1853a59ee68
  256.  
  257. BUGCHECK_P3: ffffa1853a59e6a0
  258.  
  259. BUGCHECK_P4: fffff80621b52c46
  260.  
  261. FILE_IN_CAB:  MEMORY.DMP
  262.  
  263. EXCEPTION_RECORD:  ffffa1853a59ee68 -- (.exr 0xffffa1853a59ee68)
  264. ExceptionAddress: fffff80621b52c46 (nt!CountUnicodeToUTF8+0x0000000000000032)
  265.    ExceptionCode: c0000005 (Access violation)
  266.   ExceptionFlags: 00000000
  267. NumberParameters: 2
  268.    Parameter[0]: 0000000000000000
  269.    Parameter[1]: 0000001400000000
  270. Attempt to read from address 0000001400000000
  271.  
  272. CONTEXT:  ffffa1853a59e6a0 -- (.cxr 0xffffa1853a59e6a0)
  273. rax=000000000000002e rbx=0000000000000000 rcx=0000000000000000
  274. rdx=000000000000002e rsi=ffffe00d8c4fa2b0 rdi=ffffa1853a59f120
  275. rip=fffff80621b52c46 rsp=ffffa1853a59f0a8 rbp=00000000000007ff
  276.  r8=ffffa1853a59f120  r9=0000001400000000 r10=0000000000000000
  277. r11=000000140000005c r12=ffffe00d8df81920 r13=ffffe00d8ac92200
  278. r14=ffffe00d8df817c0 r15=fffff80626417640
  279. iopl=0         nv up ei ng nz ac pe cy
  280. cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00050293
  281. nt!CountUnicodeToUTF8+0x32:
  282. fffff806`21b52c46 410fb701        movzx   eax,word ptr [r9] ds:002b:00000014`00000000=????
  283. Resetting default scope
  284.  
  285. BLACKBOXBSD: 1 (!blackboxbsd)
  286.  
  287.  
  288. BLACKBOXNTFS: 1 (!blackboxntfs)
  289.  
  290.  
  291. BLACKBOXPNP: 1 (!blackboxpnp)
  292.  
  293.  
  294. BLACKBOXWINLOGON: 1
  295.  
  296. PROCESS_NAME:  nfsd_debug.exe
  297.  
  298. READ_ADDRESS: unable to get nt!PspSessionIdBitmap
  299.  0000001400000000
  300.  
  301. ERROR_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in 0x%p verwies auf Arbeitsspeicher bei 0x%p. Der Vorgang %s konnte im Arbeitsspeicher nicht durchgef hrt werden.
  302.  
  303. EXCEPTION_CODE_STR:  c0000005
  304.  
  305. EXCEPTION_PARAMETER1:  0000000000000000
  306.  
  307. EXCEPTION_PARAMETER2:  0000001400000000
  308.  
  309. EXCEPTION_STR:  0xc0000005
  310.  
  311. STACK_TEXT:  
  312. ffffa185`3a59f0a8 fffff806`21f04ab7     : 00000000`00000000 ffffe00d`8df817c0 00000000`00000000 fffff806`263e6a5b : nt!CountUnicodeToUTF8+0x32
  313. ffffa185`3a59f0b0 fffff806`263e4f88     : ffffe00d`8c4fa2b0 ffffe00d`8df817c0 ffffe00d`8c4fa2b0 fffff806`21e297f0 : nt!RtlUnicodeToUTF8N+0x1a7
  314. ffffa185`3a59f0f0 fffff806`263e6ea6     : ffffcc04`a6679ac0 ffffe00d`8ca02000 00000000`00002000 ffffa185`3a59f278 : nfs41_driver+0x4f88
  315. ffffa185`3a59f140 fffff806`263e49d3     : ffffe00d`83902e60 ffffe00d`8ca02000 00000000`00002000 ffffa185`3a59f278 : nfs41_driver+0x6ea6
  316. ffffa185`3a59f1e0 fffff806`263f06c7     : ffffe00d`8c4fa2b0 ffffe00d`83902e60 ffffa185`3a59f278 ffffa185`3a599000 : nfs41_driver+0x49d3
  317. ffffa185`3a59f240 fffff806`263ea018     : ffffe00d`8c4fa2b0 00000000`00282018 00000004`00000004 00000000`00000000 : nfs41_driver+0x106c7
  318. ffffa185`3a59f2b0 fffff806`26417976     : ffffe00d`8c4fa2b0 ffffe00d`84737060 00000000`00000002 ffffe00d`8c4fa2b0 : nfs41_driver+0xa018
  319. ffffa185`3a59f330 fffff806`26417698     : ffffe00d`8c4fa2b0 ffffe00d`8c4fa2b0 ffffe00d`84737000 ffffe00d`8c4fa2b0 : nfs41_driver+0x37976
  320. ffffa185`3a59f360 fffff806`263f6092     : 00000000`00000000 ffffe00d`8df817c0 ffffe00d`84737001 00000000`00000000 : nfs41_driver+0x37698
  321. ffffa185`3a59f390 fffff806`2640e97d     : fffff806`26401370 ffffe00d`83802100 ffffffff`ffffffff ffffe00d`84737060 : nfs41_driver+0x16092
  322. ffffa185`3a59f490 fffff806`263eab67     : ffffe00d`8db8c340 00000000`00000002 01da9262`307fc929 fffff806`40d66536 : nfs41_driver+0x2e97d
  323. ffffa185`3a59f4c0 fffff806`21a2d935     : ffffe00d`84737060 ffffe00d`8df817c0 ffffe00d`8baa6730 fffff806`21a3d25b : nfs41_driver+0xab67
  324. ffffa185`3a59f500 fffff806`2566f248     : fffff806`25668000 00000000`00000000 ffffe00d`849ebc60 ffffe00d`8d70dea8 : nt!IofCallDriver+0x55
  325. ffffa185`3a59f540 fffff806`2566ed99     : ffffcc04`9d699140 00000000`00000000 fffff806`25668000 00000000`00000000 : mup!MupiCallUncProvider+0xb8
  326. ffffa185`3a59f5b0 fffff806`2566ecce     : ffffe00d`8df817c0 ffffe00d`8d70dea0 ffffe00d`8ac92250 00000000`00000000 : mup!MupStateMachine+0x59
  327. ffffa185`3a59f5e0 fffff806`21a2d935     : ffffe00d`8ac92250 00000000`00000000 ffffe00d`8db8c340 00000000`00000001 : mup!MupFsdIrpPassThrough+0x17e
  328. ffffa185`3a59f650 fffff806`1ea94a76     : 00000000`00282018 ffffa185`3a59f850 ffffe00d`84737060 fffff806`21e2f321 : nt!IofCallDriver+0x55
  329. ffffa185`3a59f690 fffff806`21a2d935     : 00000000`00000002 ffffe00d`8df819b0 ffffa185`20206f49 ffffa185`3a59f850 : FLTMGR!FltpDispatch+0xd6
  330. ffffa185`3a59f6f0 fffff806`21e2e30c     : 00000000`00000001 00000000`00282018 ffffe00d`8ac92250 ffffe00d`8b866080 : nt!IofCallDriver+0x55
  331. ffffa185`3a59f730 fffff806`21e2df5a     : 00000000`00282018 ffffa185`3a59fa80 00000000`00000000 00000000`00282018 : nt!IopSynchronousServiceTail+0x34c
  332. ffffa185`3a59f7d0 fffff806`21e2d236     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!IopXxxControlFile+0xd0a
  333. ffffa185`3a59f920 fffff806`21c119c5     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!NtDeviceIoControlFile+0x56
  334. ffffa185`3a59f990 00007ffc`0d44d0c4     : 00007ffc`0ad2358b 00000026`9d0fa790 00007ff7`af9f243b 00007ffb`b3c47ce0 : nt!KiSystemServiceCopyEnd+0x25
  335. 00000026`9d0fa738 00007ffc`0ad2358b     : 00000026`9d0fa790 00007ff7`af9f243b 00007ffb`b3c47ce0 00000026`00000000 : ntdll!NtDeviceIoControlFile+0x14
  336. 00000026`9d0fa740 00007ffc`0b8f5921     : 00000000`00282018 00000000`00000000 00000000`00000000 00000000`00000000 : KERNELBASE!DeviceIoControl+0x6b
  337. 00000026`9d0fa7b0 00007ff7`af9c5344     : 00000000`00000000 00000000`0000001f 00000026`9d0fa840 00000000`00000000 : KERNEL32!DeviceIoControlImplementation+0x81
  338. 00000026`9d0fa800 00007ff7`af9c522b     : 00007ff7`afa14010 00000000`00000000 00000000`00000000 00000000`00000000 : nfsd_debug!nfsd_worker_thread_main+0xe4 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 113]
  339. 00000026`9d0ffb70 00007ffb`b3af2d20     : 00007ff7`afa14010 00000000`00000000 00000000`00000000 00000000`00000000 : nfsd_debug!nfsd_thread_main+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 172]
  340. 00000026`9d0ffbf0 00000000`00000000     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ucrtbased!thread_start<unsigned int (__cdecl*)(void *),1>+0xb0 [minkernel\crts\ucrt\src\appcrt\startup\thread.cpp @ 97]
  341.  
  342.  
  343. SYMBOL_NAME:  nfs41_driver+4f88
  344.  
  345. MODULE_NAME: nfs41_driver
  346.  
  347. IMAGE_NAME:  nfs41_driver.sys
  348.  
  349. STACK_COMMAND:  .cxr 0xffffa1853a59e6a0 ; kb
  350.  
  351. BUCKET_ID_FUNC_OFFSET:  4f88
  352.  
  353. FAILURE_BUCKET_ID:  0x27_nfs41_driver!unknown_function
  354.  
  355. OS_VERSION:  10.0.19041.1
  356.  
  357. BUILDLAB_STR:  vb_release
  358.  
  359. OSPLATFORM_TYPE:  x64
  360.  
  361. OSNAME:  Windows 10
  362.  
  363. FAILURE_ID_HASH:  {4656e746-fab9-91b9-4b6f-31f7b00e7916}
  364.  
  365. Followup:     MachineOwner
  366. ---------
  367.  
  368.  
  369. ************* Path validation summary **************
  370. Response                         Time (ms)     Location
  371. Deferred                                       srv*
  372. OK                                             C:\cygwin64\lib\msnfs41client
  373. 1: kd> .lines -e
  374. Line number information will be loaded
  375. 1: kd> !analyze -v
  376. *******************************************************************************
  377. *                                                                             *
  378. *                        Bugcheck Analysis                                    *
  379. *                                                                             *
  380. *******************************************************************************
  381.  
  382. RDR_FILE_SYSTEM (27)
  383.     If you see RxExceptionFilter on the stack then the 2nd and 3rd parameters are the
  384.     exception record and context record. Do a .cxr on the 3rd parameter and then kb to
  385.     obtain a more informative stack trace.
  386.     The high 16 bits of the first parameter is the RDBSS BugCheck code, which is defined
  387.     as follows:
  388.      RDBSS_BUG_CHECK_CACHESUP  = 0xca550000,
  389.      RDBSS_BUG_CHECK_CLEANUP   = 0xc1ee0000,
  390.      RDBSS_BUG_CHECK_CLOSE     = 0xc10e0000,
  391.      RDBSS_BUG_CHECK_NTEXCEPT  = 0xbaad0000,
  392. Arguments:
  393. Arg1: 00000000baad0080
  394. Arg2: ffffa1853a59ee68
  395. Arg3: ffffa1853a59e6a0
  396. Arg4: fffff80621b52c46
  397.  
  398. Debugging Details:
  399. ------------------
  400.  
  401.  
  402. KEY_VALUES_STRING: 1
  403.  
  404.     Key  : AV.Fault
  405.     Value: Read
  406.  
  407.     Key  : Analysis.CPU.mSec
  408.     Value: 3624
  409.  
  410.     Key  : Analysis.Elapsed.mSec
  411.     Value: 3627
  412.  
  413.     Key  : Analysis.IO.Other.Mb
  414.     Value: 1
  415.  
  416.     Key  : Analysis.IO.Read.Mb
  417.     Value: 2
  418.  
  419.     Key  : Analysis.IO.Write.Mb
  420.     Value: 27
  421.  
  422.     Key  : Analysis.Init.CPU.mSec
  423.     Value: 9687
  424.  
  425.     Key  : Analysis.Init.Elapsed.mSec
  426.     Value: 261833
  427.  
  428.     Key  : Analysis.Memory.CommitPeak.Mb
  429.     Value: 148
  430.  
  431.     Key  : Bugcheck.Code.KiBugCheckData
  432.     Value: 0x27
  433.  
  434.     Key  : Bugcheck.Code.LegacyAPI
  435.     Value: 0x27
  436.  
  437.     Key  : Bugcheck.Code.TargetModel
  438.     Value: 0x27
  439.  
  440.     Key  : Failure.Bucket
  441.     Value: 0x27_nfs41_driver!length_as_utf8
  442.  
  443.     Key  : Failure.Hash
  444.     Value: {a57fa22e-8926-234c-4e0e-1cefe23c0547}
  445.  
  446.     Key  : Hypervisor.Enlightenments.Value
  447.     Value: 0
  448.  
  449.     Key  : Hypervisor.Enlightenments.ValueHex
  450.     Value: 0
  451.  
  452.     Key  : Hypervisor.Flags.AnyHypervisorPresent
  453.     Value: 0
  454.  
  455.     Key  : Hypervisor.Flags.ApicEnlightened
  456.     Value: 0
  457.  
  458.     Key  : Hypervisor.Flags.ApicVirtualizationAvailable
  459.     Value: 0
  460.  
  461.     Key  : Hypervisor.Flags.AsyncMemoryHint
  462.     Value: 0
  463.  
  464.     Key  : Hypervisor.Flags.CoreSchedulerRequested
  465.     Value: 0
  466.  
  467.     Key  : Hypervisor.Flags.CpuManager
  468.     Value: 0
  469.  
  470.     Key  : Hypervisor.Flags.DeprecateAutoEoi
  471.     Value: 0
  472.  
  473.     Key  : Hypervisor.Flags.DynamicCpuDisabled
  474.     Value: 0
  475.  
  476.     Key  : Hypervisor.Flags.Epf
  477.     Value: 0
  478.  
  479.     Key  : Hypervisor.Flags.ExtendedProcessorMasks
  480.     Value: 0
  481.  
  482.     Key  : Hypervisor.Flags.HardwareMbecAvailable
  483.     Value: 0
  484.  
  485.     Key  : Hypervisor.Flags.MaxBankNumber
  486.     Value: 0
  487.  
  488.     Key  : Hypervisor.Flags.MemoryZeroingControl
  489.     Value: 0
  490.  
  491.     Key  : Hypervisor.Flags.NoExtendedRangeFlush
  492.     Value: 0
  493.  
  494.     Key  : Hypervisor.Flags.NoNonArchCoreSharing
  495.     Value: 0
  496.  
  497.     Key  : Hypervisor.Flags.Phase0InitDone
  498.     Value: 0
  499.  
  500.     Key  : Hypervisor.Flags.PowerSchedulerQos
  501.     Value: 0
  502.  
  503.     Key  : Hypervisor.Flags.RootScheduler
  504.     Value: 0
  505.  
  506.     Key  : Hypervisor.Flags.SynicAvailable
  507.     Value: 0
  508.  
  509.     Key  : Hypervisor.Flags.UseQpcBias
  510.     Value: 0
  511.  
  512.     Key  : Hypervisor.Flags.Value
  513.     Value: 0
  514.  
  515.     Key  : Hypervisor.Flags.ValueHex
  516.     Value: 0
  517.  
  518.     Key  : Hypervisor.Flags.VpAssistPage
  519.     Value: 0
  520.  
  521.     Key  : Hypervisor.Flags.VsmAvailable
  522.     Value: 0
  523.  
  524.     Key  : Hypervisor.RootFlags.AccessStats
  525.     Value: 0
  526.  
  527.     Key  : Hypervisor.RootFlags.CrashdumpEnlightened
  528.     Value: 0
  529.  
  530.     Key  : Hypervisor.RootFlags.CreateVirtualProcessor
  531.     Value: 0
  532.  
  533.     Key  : Hypervisor.RootFlags.DisableHyperthreading
  534.     Value: 0
  535.  
  536.     Key  : Hypervisor.RootFlags.HostTimelineSync
  537.     Value: 0
  538.  
  539.     Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
  540.     Value: 0
  541.  
  542.     Key  : Hypervisor.RootFlags.IsHyperV
  543.     Value: 0
  544.  
  545.     Key  : Hypervisor.RootFlags.LivedumpEnlightened
  546.     Value: 0
  547.  
  548.     Key  : Hypervisor.RootFlags.MapDeviceInterrupt
  549.     Value: 0
  550.  
  551.     Key  : Hypervisor.RootFlags.MceEnlightened
  552.     Value: 0
  553.  
  554.     Key  : Hypervisor.RootFlags.Nested
  555.     Value: 0
  556.  
  557.     Key  : Hypervisor.RootFlags.StartLogicalProcessor
  558.     Value: 0
  559.  
  560.     Key  : Hypervisor.RootFlags.Value
  561.     Value: 0
  562.  
  563.     Key  : Hypervisor.RootFlags.ValueHex
  564.     Value: 0
  565.  
  566.     Key  : SecureKernel.HalpHvciEnabled
  567.     Value: 0
  568.  
  569.     Key  : WER.OS.Branch
  570.     Value: vb_release
  571.  
  572.     Key  : WER.OS.Version
  573.     Value: 10.0.19041.1
  574.  
  575.  
  576. BUGCHECK_CODE:  27
  577.  
  578. BUGCHECK_P1: baad0080
  579.  
  580. BUGCHECK_P2: ffffa1853a59ee68
  581.  
  582. BUGCHECK_P3: ffffa1853a59e6a0
  583.  
  584. BUGCHECK_P4: fffff80621b52c46
  585.  
  586. FILE_IN_CAB:  MEMORY.DMP
  587.  
  588. EXCEPTION_RECORD:  ffffa1853a59ee68 -- (.exr 0xffffa1853a59ee68)
  589. ExceptionAddress: fffff80621b52c46 (nt!CountUnicodeToUTF8+0x0000000000000032)
  590.    ExceptionCode: c0000005 (Access violation)
  591.   ExceptionFlags: 00000000
  592. NumberParameters: 2
  593.    Parameter[0]: 0000000000000000
  594.    Parameter[1]: 0000001400000000
  595. Attempt to read from address 0000001400000000
  596.  
  597. CONTEXT:  ffffa1853a59e6a0 -- (.cxr 0xffffa1853a59e6a0)
  598. rax=000000000000002e rbx=0000000000000000 rcx=0000000000000000
  599. rdx=000000000000002e rsi=ffffe00d8c4fa2b0 rdi=ffffa1853a59f120
  600. rip=fffff80621b52c46 rsp=ffffa1853a59f0a8 rbp=00000000000007ff
  601.  r8=ffffa1853a59f120  r9=0000001400000000 r10=0000000000000000
  602. r11=000000140000005c r12=ffffe00d8df81920 r13=ffffe00d8ac92200
  603. r14=ffffe00d8df817c0 r15=fffff80626417640
  604. iopl=0         nv up ei ng nz ac pe cy
  605. cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00050293
  606. nt!CountUnicodeToUTF8+0x32:
  607. fffff806`21b52c46 410fb701        movzx   eax,word ptr [r9] ds:002b:00000014`00000000=????
  608. Resetting default scope
  609.  
  610. BLACKBOXBSD: 1 (!blackboxbsd)
  611.  
  612.  
  613. BLACKBOXNTFS: 1 (!blackboxntfs)
  614.  
  615.  
  616. BLACKBOXPNP: 1 (!blackboxpnp)
  617.  
  618.  
  619. BLACKBOXWINLOGON: 1
  620.  
  621. PROCESS_NAME:  nfsd_debug.exe
  622.  
  623. READ_ADDRESS:  0000001400000000
  624.  
  625. ERROR_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in 0x%p verwies auf Arbeitsspeicher bei 0x%p. Der Vorgang %s konnte im Arbeitsspeicher nicht durchgef hrt werden.
  626.  
  627. EXCEPTION_CODE_STR:  c0000005
  628.  
  629. EXCEPTION_PARAMETER1:  0000000000000000
  630.  
  631. EXCEPTION_PARAMETER2:  0000001400000000
  632.  
  633. EXCEPTION_STR:  0xc0000005
  634.  
  635. STACK_TEXT:  
  636. ffffa185`3a59f0a8 fffff806`21f04ab7     : 00000000`00000000 ffffe00d`8df817c0 00000000`00000000 fffff806`263e6a5b : nt!CountUnicodeToUTF8+0x32
  637. ffffa185`3a59f0b0 fffff806`263e4f88     : ffffe00d`8c4fa2b0 ffffe00d`8df817c0 ffffe00d`8c4fa2b0 fffff806`21e297f0 : nt!RtlUnicodeToUTF8N+0x1a7
  638. ffffa185`3a59f0f0 fffff806`263e6ea6     : ffffcc04`a6679ac0 ffffe00d`8ca02000 00000000`00002000 ffffa185`3a59f278 : nfs41_driver!length_as_utf8+0x38 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 529]
  639. ffffa185`3a59f140 fffff806`263e49d3     : ffffe00d`83902e60 ffffe00d`8ca02000 00000000`00002000 ffffa185`3a59f278 : nfs41_driver!marshal_nfs41_open+0xa6 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 708]
  640. ffffa185`3a59f1e0 fffff806`263f06c7     : ffffe00d`8c4fa2b0 ffffe00d`83902e60 ffffa185`3a59f278 ffffa185`3a599000 : nfs41_driver!handle_upcall+0x163 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1444]
  641. ffffa185`3a59f240 fffff806`263ea018     : ffffe00d`8c4fa2b0 00000000`00282018 00000004`00000004 00000000`00000000 : nfs41_driver!nfs41_upcall+0xe7 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1637]
  642. ffffa185`3a59f2b0 fffff806`26417976     : ffffe00d`8c4fa2b0 ffffe00d`84737060 00000000`00000002 ffffe00d`8c4fa2b0 : nfs41_driver!nfs41_DevFcbXXXControlFile+0x128 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 2477]
  643. ffffa185`3a59f330 fffff806`26417698     : ffffe00d`8c4fa2b0 ffffe00d`8c4fa2b0 ffffe00d`84737000 ffffe00d`8c4fa2b0 : nfs41_driver!RxXXXControlFileCallthru+0x76 [base\fs\rdr2\rdbss\ntdevfcb.c @ 130]
  644. ffffa185`3a59f360 fffff806`263f6092     : 00000000`00000000 ffffe00d`8df817c0 ffffe00d`84737001 00000000`00000000 : nfs41_driver!RxCommonDevFCBIoCtl+0x58 [base\fs\rdr2\rdbss\ntdevfcb.c @ 491]
  645. ffffa185`3a59f390 fffff806`2640e97d     : fffff806`26401370 ffffe00d`83802100 ffffffff`ffffffff ffffe00d`84737060 : nfs41_driver!RxFsdCommonDispatch+0x442 [base\fs\rdr2\rdbss\ntfsd.c @ 848]
  646. ffffa185`3a59f490 fffff806`263eab67     : ffffe00d`8db8c340 00000000`00000002 01da9262`307fc929 fffff806`40d66536 : nfs41_driver!RxFsdDispatch+0xfd [base\fs\rdr2\rdbss\ntfsd.c @ 442]
  647. ffffa185`3a59f4c0 fffff806`21a2d935     : ffffe00d`84737060 ffffe00d`8df817c0 ffffe00d`8baa6730 fffff806`21a3d25b : nfs41_driver!nfs41_FsdDispatch+0x67 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 6922]
  648. ffffa185`3a59f500 fffff806`2566f248     : fffff806`25668000 00000000`00000000 ffffe00d`849ebc60 ffffe00d`8d70dea8 : nt!IofCallDriver+0x55
  649. ffffa185`3a59f540 fffff806`2566ed99     : ffffcc04`9d699140 00000000`00000000 fffff806`25668000 00000000`00000000 : mup!MupiCallUncProvider+0xb8
  650. ffffa185`3a59f5b0 fffff806`2566ecce     : ffffe00d`8df817c0 ffffe00d`8d70dea0 ffffe00d`8ac92250 00000000`00000000 : mup!MupStateMachine+0x59
  651. ffffa185`3a59f5e0 fffff806`21a2d935     : ffffe00d`8ac92250 00000000`00000000 ffffe00d`8db8c340 00000000`00000001 : mup!MupFsdIrpPassThrough+0x17e
  652. ffffa185`3a59f650 fffff806`1ea94a76     : 00000000`00282018 ffffa185`3a59f850 ffffe00d`84737060 fffff806`21e2f321 : nt!IofCallDriver+0x55
  653. ffffa185`3a59f690 fffff806`21a2d935     : 00000000`00000002 ffffe00d`8df819b0 ffffa185`20206f49 ffffa185`3a59f850 : FLTMGR!FltpDispatch+0xd6
  654. ffffa185`3a59f6f0 fffff806`21e2e30c     : 00000000`00000001 00000000`00282018 ffffe00d`8ac92250 ffffe00d`8b866080 : nt!IofCallDriver+0x55
  655. ffffa185`3a59f730 fffff806`21e2df5a     : 00000000`00282018 ffffa185`3a59fa80 00000000`00000000 00000000`00282018 : nt!IopSynchronousServiceTail+0x34c
  656. ffffa185`3a59f7d0 fffff806`21e2d236     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!IopXxxControlFile+0xd0a
  657. ffffa185`3a59f920 fffff806`21c119c5     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!NtDeviceIoControlFile+0x56
  658. ffffa185`3a59f990 00007ffc`0d44d0c4     : 00007ffc`0ad2358b 00000026`9d0fa790 00007ff7`af9f243b 00007ffb`b3c47ce0 : nt!KiSystemServiceCopyEnd+0x25
  659. 00000026`9d0fa738 00007ffc`0ad2358b     : 00000026`9d0fa790 00007ff7`af9f243b 00007ffb`b3c47ce0 00000026`00000000 : ntdll!NtDeviceIoControlFile+0x14
  660. 00000026`9d0fa740 00007ffc`0b8f5921     : 00000000`00282018 00000000`00000000 00000000`00000000 00000000`00000000 : KERNELBASE!DeviceIoControl+0x6b
  661. 00000026`9d0fa7b0 00007ff7`af9c5344     : 00000000`00000000 00000000`0000001f 00000026`9d0fa840 00000000`00000000 : KERNEL32!DeviceIoControlImplementation+0x81
  662. 00000026`9d0fa800 00007ff7`af9c522b     : 00007ff7`afa14010 00000000`00000000 00000000`00000000 00000000`00000000 : nfsd_debug!nfsd_worker_thread_main+0xe4 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 113]
  663. 00000026`9d0ffb70 00007ffb`b3af2d20     : 00007ff7`afa14010 00000000`00000000 00000000`00000000 00000000`00000000 : nfsd_debug!nfsd_thread_main+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 172]
  664. 00000026`9d0ffbf0 00000000`00000000     : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ucrtbased!thread_start<unsigned int (__cdecl*)(void *),1>+0xb0 [minkernel\crts\ucrt\src\appcrt\startup\thread.cpp @ 97]
  665.  
  666.  
  667. FAULTING_SOURCE_LINE:  C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c
  668.  
  669. FAULTING_SOURCE_FILE:  C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c
  670.  
  671. FAULTING_SOURCE_LINE_NUMBER:  529
  672.  
  673. SYMBOL_NAME:  nfs41_driver!length_as_utf8+38
  674.  
  675. MODULE_NAME: nfs41_driver
  676.  
  677. IMAGE_NAME:  nfs41_driver.sys
  678.  
  679. STACK_COMMAND:  .cxr 0xffffa1853a59e6a0 ; kb
  680.  
  681. BUCKET_ID_FUNC_OFFSET:  38
  682.  
  683. FAILURE_BUCKET_ID:  0x27_nfs41_driver!length_as_utf8
  684.  
  685. OS_VERSION:  10.0.19041.1
  686.  
  687. BUILDLAB_STR:  vb_release
  688.  
  689. OSPLATFORM_TYPE:  x64
  690.  
  691. OSNAME:  Windows 10
  692.  
  693. FAILURE_ID_HASH:  {a57fa22e-8926-234c-4e0e-1cefe23c0547}
  694.  
  695. Followup:     MachineOwner
  696. ---------
  697.  
  698. 1: kd> kp
  699.  # Child-SP          RetAddr               Call Site
  700. 00 ffffa185`3a59ddf8 fffff806`263f7809     nt!KeBugCheckEx
  701. 01 ffffa185`3a59de00 fffff806`263f8fe0     nfs41_driver!RxExceptionFilter(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0, struct _EXCEPTION_POINTERS * ExceptionPointer = 0xffffa185`3a59dee0)+0x159 [base\fs\rdr2\rdbss\ntexcept.c @ 126]
  702. 02 ffffa185`3a59de70 fffff806`21bd058f     nfs41_driver!RxFsdCommonDispatch$filt$0+0x15 [base\fs\rdr2\rdbss\ntfsd.c @ 876]
  703. 03 ffffa185`3a59deb0 fffff806`21c0856f     nt!_C_specific_handler+0x9f
  704. 04 ffffa185`3a59df20 fffff806`21aaab47     nt!RtlpExecuteHandlerForException+0xf
  705. 05 ffffa185`3a59df50 fffff806`21aa8a76     nt!RtlDispatchException+0x297
  706. 06 ffffa185`3a59e670 fffff806`21c123ac     nt!KiDispatchException+0x186
  707. 07 ffffa185`3a59ed30 fffff806`21c0dc0e     nt!KiExceptionDispatch+0x12c
  708. 08 ffffa185`3a59ef10 fffff806`21b52c46     nt!KiPageFault+0x44e
  709. 09 ffffa185`3a59f0a8 fffff806`21f04ab7     nt!CountUnicodeToUTF8+0x32
  710. 0a ffffa185`3a59f0b0 fffff806`263e4f88     nt!RtlUnicodeToUTF8N+0x1a7
  711. 0b ffffa185`3a59f0f0 fffff806`263e6ea6     nfs41_driver!length_as_utf8(struct _UNICODE_STRING * str = 0xffffcc04`a6679ac0 "--- memory read error at address 0x00000014`00000000 ---")+0x38 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 529]
  712. 0c ffffa185`3a59f140 fffff806`263e49d3     nfs41_driver!marshal_nfs41_open(struct _updowncall_entry * entry = 0xffffe00d`83902e60, unsigned char * buf = 0xffffe00d`8ca02000 "H???", unsigned long buf_len = 0x2000, unsigned long * len = 0xffffa185`3a59f278)+0xa6 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 708]
  713. 0d ffffa185`3a59f1e0 fffff806`263f06c7     nfs41_driver!handle_upcall(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0, struct _updowncall_entry * entry = 0xffffe00d`83902e60, unsigned long * len = 0xffffa185`3a59f278)+0x163 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1444]
  714. 0e ffffa185`3a59f240 fffff806`263ea018     nfs41_driver!nfs41_upcall(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0)+0xe7 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1637]
  715. 0f ffffa185`3a59f2b0 fffff806`26417976     nfs41_driver!nfs41_DevFcbXXXControlFile(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0)+0x128 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 2477]
  716. 10 ffffa185`3a59f330 fffff806`26417698     nfs41_driver!RxXXXControlFileCallthru(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0, struct _IRP * Irp = 0xffffe00d`8df817c0)+0x76 [base\fs\rdr2\rdbss\ntdevfcb.c @ 130]
  717. 11 ffffa185`3a59f360 fffff806`263f6092     nfs41_driver!RxCommonDevFCBIoCtl(struct _RX_CONTEXT * RxContext = 0xffffe00d`8c4fa2b0, struct _IRP * Irp = <Value unavailable error>)+0x58 [base\fs\rdr2\rdbss\ntdevfcb.c @ 491]
  718. 12 ffffa185`3a59f390 fffff806`2640e97d     nfs41_driver!RxFsdCommonDispatch(struct _RX_FSD_DISPATCH_VECTOR * DispatchVector = 0xfffff806`26401370, struct _IRP * Irp = 0xffffe00d`8df817c0, struct _FILE_OBJECT * FileObject = 0xffffffff`ffffffff, struct _RDBSS_DEVICE_OBJECT * RxDeviceObject = 0xffffe00d`84737060)+0x442 [base\fs\rdr2\rdbss\ntfsd.c @ 848]
  719. 13 ffffa185`3a59f490 fffff806`263eab67     nfs41_driver!RxFsdDispatch(struct _RDBSS_DEVICE_OBJECT * RxDeviceObject = <Value unavailable error>, struct _IRP * Irp = <Value unavailable error>)+0xfd [base\fs\rdr2\rdbss\ntfsd.c @ 442]
  720. 14 ffffa185`3a59f4c0 fffff806`21a2d935     nfs41_driver!nfs41_FsdDispatch(struct _DEVICE_OBJECT * dev = 0xffffe00d`84737060 Device for "\FileSystem\nfs41_driver", struct _IRP * Irp = 0xffffe00d`8df817c0)+0x67 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 6922]
  721. 15 ffffa185`3a59f500 fffff806`2566f248     nt!IofCallDriver+0x55
  722. 16 ffffa185`3a59f540 fffff806`2566ed99     mup!MupiCallUncProvider+0xb8
  723. 17 ffffa185`3a59f5b0 fffff806`2566ecce     mup!MupStateMachine+0x59
  724. 18 ffffa185`3a59f5e0 fffff806`21a2d935     mup!MupFsdIrpPassThrough+0x17e
  725. 19 ffffa185`3a59f650 fffff806`1ea94a76     nt!IofCallDriver+0x55
  726. 1a ffffa185`3a59f690 fffff806`21a2d935     FLTMGR!FltpDispatch+0xd6
  727. 1b ffffa185`3a59f6f0 fffff806`21e2e30c     nt!IofCallDriver+0x55
  728. 1c ffffa185`3a59f730 fffff806`21e2df5a     nt!IopSynchronousServiceTail+0x34c
  729. 1d ffffa185`3a59f7d0 fffff806`21e2d236     nt!IopXxxControlFile+0xd0a
  730. 1e ffffa185`3a59f920 fffff806`21c119c5     nt!NtDeviceIoControlFile+0x56
  731. 1f ffffa185`3a59f990 00007ffc`0d44d0c4     nt!KiSystemServiceCopyEnd+0x25
  732. 20 00000026`9d0fa738 00007ffc`0ad2358b     ntdll!NtDeviceIoControlFile+0x14
  733. 21 00000026`9d0fa740 00007ffc`0b8f5921     KERNELBASE!DeviceIoControl+0x6b
  734. 22 00000026`9d0fa7b0 00007ff7`af9c5344     KERNEL32!DeviceIoControlImplementation+0x81
  735. 23 00000026`9d0fa800 00007ff7`af9c522b     nfsd_debug!nfsd_worker_thread_main(void * args = 0x00007ff7`afa14010)+0xe4 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 113]
  736. 24 00000026`9d0ffb70 00007ffb`b3af2d20     nfsd_debug!nfsd_thread_main(void * args = 0x00007ff7`afa14010)+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 172]
  737. 25 00000026`9d0ffbf0 00000000`00000000     ucrtbased!thread_start<unsigned int (void * parameter = 0x00000206`7765d410)+0xb0 [minkernel\crts\ucrt\src\appcrt\startup\thread.cpp @ 97]
  738. 1: kd> .frame 0n12;dv /t /v
  739. 0c ffffa185`3a59f140 fffff806`263e49d3     nfs41_driver!marshal_nfs41_open+0xa6 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 708]
  740. ffffa185`3a59f1e0 struct _updowncall_entry * entry = 0xffffe00d`83902e60
  741. ffffa185`3a59f1e8 unsigned char * buf = 0xffffe00d`8ca02000 "H???"
  742. ffffa185`3a59f1f0 unsigned long buf_len = 0x2000
  743. ffffa185`3a59f1f8 unsigned long * len = 0xffffa185`3a59f278
  744. ffffa185`3a59f1c0 unsigned char * tmp = 0xffffe00d`8ca02020 ""
  745. ffffa185`3a59f1b0 long status = 0n0
  746. ffffa185`3a59f1b4 unsigned long header_len = 0
  747. 1: kd> dx -r1 ((nfs41_driver!_updowncall_entry *)0xffffe00d83902e60)
  748. ((nfs41_driver!_updowncall_entry *)0xffffe00d83902e60)                 : 0xffffe00d83902e60 [Type: _updowncall_entry *]
  749.     [+0x000] version          : 0x1ac48 [Type: unsigned long]
  750.     [+0x008] xid              : 172304800 [Type: __int64]
  751.     [+0x010] opcode           : 0x2 [Type: unsigned long]
  752.     [+0x014] status           : 0 [Type: long]
  753.     [+0x018] state            : NFS41_NOT_WAITING (3) [Type: _nfs41_updowncall_state]
  754.     [+0x020] lock             [Type: _FAST_MUTEX]
  755.     [+0x058] next             [Type: _LIST_ENTRY]
  756.     [+0x068] cond             [Type: _KEVENT]
  757.     [+0x080] errno            : 0x0 [Type: unsigned long]
  758.     [+0x084] async_op         : 0x0 [Type: unsigned char]
  759.     [+0x088] sec_ctx          [Type: _SECURITY_CLIENT_CONTEXT]
  760.     [+0x0d0] psec_ctx         : 0xffffe00d8cc4ff10 [Type: _SECURITY_CLIENT_CONTEXT *]
  761.     [+0x0d8] open_state       : 0xffffffffffffffff [Type: void *]
  762.     [+0x0e0] session          : 0x20677652770 [Type: void *]
  763.     [+0x0e8] filename         : 0xffffcc04a6679ac0 [Type: _UNICODE_STRING *]
  764.     [+0x0f0] buf              : 0x0 [Type: void *]
  765.     [+0x0f8] buf_len          : 0x0 [Type: unsigned long]
  766.     [+0x100] ChangeTime       : 0x0 [Type: unsigned __int64]
  767.     [+0x108] u                [Type: <unnamed-tag>]
  768. 1: kd> dx -r1 (*((nfs41_driver!_updowncall_entry *)0xffffe00d83902e60)).filename
  769. (*((nfs41_driver!_updowncall_entry *)0xffffe00d83902e60)).filename                 : 0xffffcc04a6679ac0 [Type: _UNICODE_STRING *]
  770.     [+0x000] Length           : 0x5c [Type: unsigned short]
  771.     [+0x002] MaximumLength    : 0x0 [Type: unsigned short]
  772.     [+0x008] Buffer           : 0x1400000000 : Unable to read memory at Address 0x1400000000 [Type: unsigned short *]
  773.  
  774. 1: kd> dt -r entry
  775. Local var @ 0xffffa1853a59f1e0 Type _updowncall_entry*
  776. 0xffffe00d`83902e60
  777.    +0x000 version          : 0x1ac48
  778.    +0x008 xid              : 0n172304800
  779.    +0x010 opcode           : 2
  780.    +0x014 status           : 0n0
  781.    +0x018 state            : 3 ( NFS41_NOT_WAITING )
  782.    +0x020 lock             : _FAST_MUTEX
  783.       +0x000 Count            : 0n0
  784.       +0x008 Owner            : 0xffffe00d`8baa6080 _KTHREAD
  785.       +0x010 Contention       : 0
  786.       +0x018 Event            : _KEVENT
  787.          +0x000 Header           : _DISPATCHER_HEADER
  788.       +0x030 OldIrql          : 0
  789.    +0x058 next             : _LIST_ENTRY [ 0xfffff806`26401d50 - 0xffffe00d`8fb05588 ]
  790.       +0x000 Flink            : 0xfffff806`26401d50 _LIST_ENTRY [ 0xffffe00d`8fb027f8 - 0xffffe00d`83902eb8 ]
  791.          +0x000 Flink            : 0xffffe00d`8fb027f8 _LIST_ENTRY [ 0xffffe00d`8fb463d8 - 0xfffff806`26401d50 ]
  792.          +0x008 Blink            : 0xffffe00d`83902eb8 _LIST_ENTRY [ 0xfffff806`26401d50 - 0xffffe00d`8fb05588 ]
  793.       +0x008 Blink            : 0xffffe00d`8fb05588 _LIST_ENTRY [ 0xffffe00d`83902eb8 - 0xffffe00d`8fb439a8 ]
  794.          +0x000 Flink            : 0xffffe00d`83902eb8 _LIST_ENTRY [ 0xfffff806`26401d50 - 0xffffe00d`8fb05588 ]
  795.          +0x008 Blink            : 0xffffe00d`8fb439a8 _LIST_ENTRY [ 0xffffe00d`8fb05588 - 0xffffe00d`8fb454a8 ]
  796.    +0x068 cond             : _KEVENT
  797.       +0x000 Header           : _DISPATCHER_HEADER
  798.          +0x000 Type             : 0x1 ''
  799.          +0x001 TimerControlFlags : 0 ''
  800.          +0x001 Absolute         : 0y0
  801.          +0x001 Coalescable      : 0y0
  802.          +0x001 KeepShifting     : 0y0
  803.          +0x001 EncodedTolerableDelay : 0y00000 (0)
  804.          +0x001 Abandoned        : 0 ''
  805.          +0x001 Signalling       : 0 ''
  806.          +0x002 ThreadControlFlags : 0x6 ''
  807.          +0x002 CpuThrottled     : 0y0
  808.          +0x002 CycleProfiling   : 0y1
  809.          +0x002 CounterProfiling : 0y1
  810.          +0x002 Reserved         : 0y00000 (0)
  811.          +0x002 Hand             : 0x6 ''
  812.          +0x002 Size             : 0x6 ''
  813.          +0x003 TimerMiscFlags   : 0 ''
  814.          +0x003 Index            : 0y000000 (0)
  815.          +0x003 Inserted         : 0y0
  816.          +0x003 Expired          : 0y0
  817.          +0x003 DebugActive      : 0 ''
  818.          +0x003 ActiveDR7        : 0y0
  819.          +0x003 Instrumented     : 0y0
  820.          +0x003 Reserved2        : 0y0000
  821.          +0x003 UmsScheduled     : 0y0
  822.          +0x003 UmsPrimary       : 0y0
  823.          +0x003 DpcActive        : 0 ''
  824.          +0x000 Lock             : 0n393217
  825.          +0x004 SignalState      : 0n0
  826.          +0x008 WaitListHead     : _LIST_ENTRY [ 0xffffe00d`83902ed0 - 0xffffe00d`83902ed0 ]
  827.    +0x080 errno            : 0
  828.    +0x084 async_op         : 0 ''
  829.    +0x088 sec_ctx          : _SECURITY_CLIENT_CONTEXT
  830.       +0x000 SecurityQos      : _SECURITY_QUALITY_OF_SERVICE
  831.          +0x000 Length           : 0
  832.          +0x004 ImpersonationLevel : 0 ( SecurityAnonymous )
  833.          +0x008 ContextTrackingMode : 0 ''
  834.          +0x009 EffectiveOnly    : 0 ''
  835.       +0x010 ClientToken      : (null)
  836.       +0x018 DirectlyAccessClientToken : 0 ''
  837.       +0x019 DirectAccessEffectiveOnly : 0 ''
  838.       +0x01a ServerIsRemote   : 0 ''
  839.       +0x01c ClientTokenControl : _TOKEN_CONTROL
  840.          +0x000 TokenId          : _LUID
  841.          +0x008 AuthenticationId : _LUID
  842.          +0x010 ModifiedId       : _LUID
  843.          +0x018 TokenSource      : _TOKEN_SOURCE
  844.    +0x0d0 psec_ctx         : 0xffffe00d`8cc4ff10 _SECURITY_CLIENT_CONTEXT
  845.       +0x000 SecurityQos      : _SECURITY_QUALITY_OF_SERVICE
  846.          +0x000 Length           : 0xc
  847.          +0x004 ImpersonationLevel : 2 ( SecurityImpersonation )
  848.          +0x008 ContextTrackingMode : 0 ''
  849.          +0x009 EffectiveOnly    : 0 ''
  850.       +0x010 ClientToken      : 0xffffcc04`9d960080 Void
  851.       +0x018 DirectlyAccessClientToken : 0 ''
  852.       +0x019 DirectAccessEffectiveOnly : 0 ''
  853.       +0x01a ServerIsRemote   : 0x1 ''
  854.       +0x01c ClientTokenControl : _TOKEN_CONTROL
  855.          +0x000 TokenId          : _LUID
  856.          +0x008 AuthenticationId : _LUID
  857.          +0x010 ModifiedId       : _LUID
  858.          +0x018 TokenSource      : _TOKEN_SOURCE
  859.    +0x0d8 open_state       : 0xffffffff`ffffffff Void
  860.    +0x0e0 session          : 0x00000206`77652770 Void
  861.    +0x0e8 filename         : 0xffffcc04`a6679ac0 _UNICODE_STRING "--- memory read error at address 0x00000014`00000000 ---"
  862.       +0x000 Length           : 0x5c
  863.       +0x002 MaximumLength    : 0
  864.       +0x008 Buffer           : 0x00000014`00000000  "--- memory read error at address 0x00000014`00000000 ---"
  865.    +0x0f0 buf              : (null)
  866.    +0x0f8 buf_len          : 0
  867.    +0x100 ChangeTime       : 0
  868.    +0x108 u                : <unnamed-tag>
  869.       +0x000 Mount            : <unnamed-tag>
  870.          +0x000 srv_name         : (null)
  871.          +0x008 root             : (null)
  872.          +0x010 FsAttrs          : (null)
  873.          +0x018 sec_flavor       : 0
  874.          +0x01c rsize            : 0
  875.          +0x020 wsize            : 0
  876.          +0x024 lease_time       : 0
  877.       +0x000 ReadWrite        : <unnamed-tag>
  878.          +0x000 MdlAddress       : (null)
  879.          +0x008 offset           : 0
  880.          +0x010 rxcontext        : (null)
  881.       +0x000 Lock             : <unnamed-tag>
  882.          +0x000 offset           : 0n0
  883.          +0x008 length           : 0n0
  884.          +0x010 exclusive        : 0 ''
  885.          +0x011 blocking         : 0 ''
  886.       +0x000 Unlock           : <unnamed-tag>
  887.          +0x000 count            : 0
  888.          +0x008 locks            : _LOWIO_LOCK_LIST
  889.       +0x000 Open             : <unnamed-tag>
  890.          +0x000 binfo            : _FILE_BASIC_INFORMATION
  891.          +0x028 sinfo            : _FILE_STANDARD_INFORMATION
  892.          +0x040 symlink          : _UNICODE_STRING ""
  893.          +0x050 access_mask      : 0x120089
  894.          +0x054 access_mode      : 7
  895.          +0x058 attrs            : 0x20
  896.          +0x05c copts            : 0x20
  897.          +0x060 disp             : 1
  898.          +0x064 cattrs           : 0
  899.          +0x068 open_owner_id    : 0n23773636
  900.          +0x06c mode             : 0
  901.          +0x070 owner_local_uid  : 0
  902.          +0x074 owner_group_local_gid : 0
  903.          +0x078 srv_open         : 0xffffcc04`a6679ca0 Void
  904.          +0x080 deleg_type       : 0
  905.          +0x084 symlink_embedded : 0 ''
  906.          +0x088 EaMdl            : (null)
  907.          +0x090 EaBuffer         : (null)
  908.       +0x000 Close            : <unnamed-tag>
  909.          +0x000 srv_open         : (null)
  910.          +0x008 remove           : 0 ''
  911.          +0x009 renamed          : 0 ''
  912.       +0x000 QueryFile        : <unnamed-tag>
  913.          +0x000 filter           : (null)
  914.          +0x008 InfoClass        : 0 (No matching name)
  915.          +0x00c restart_scan     : 0 ''
  916.          +0x00d return_single    : 0 ''
  917.          +0x00e initial_query    : 0 ''
  918.          +0x010 mdl              : (null)
  919.          +0x018 mdl_buf          : (null)
  920.       +0x000 SetFile          : <unnamed-tag>
  921.          +0x000 InfoClass        : 0 (No matching name)
  922.       +0x000 SetEa            : <unnamed-tag>
  923.          +0x000 mode             : 0
  924.       +0x000 QueryEa          : <unnamed-tag>
  925.          +0x000 EaList           : (null)
  926.          +0x008 EaListLength     : 0
  927.          +0x00c Overflow         : 0
  928.          +0x010 EaIndex          : 0
  929.          +0x014 ReturnSingleEntry : 0 ''
  930.          +0x015 RestartScan      : 0 ''
  931.       +0x000 Symlink          : <unnamed-tag>
  932.          +0x000 target           : (null)
  933.          +0x008 set              : 0 ''
  934.       +0x000 Volume           : <unnamed-tag>
  935.          +0x000 query            : 0 (No matching name)
  936.       +0x000 Acl              : <unnamed-tag>
  937.          +0x000 query            : 0

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at