pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


nfs41_open_state_deref(struct __nfs41_open_state * state = 0xffffffff`ffffffff) crash
Posted by Anonymous on Fri 1st Mar 2024 21:40
raw | new post
modification of post by Anonymous (view diff)

  1. 0de8: upcall->state_ref(=0x000002388893B8A0).ref_count == 0, opcode 8; returning ERROR_INVALID_PARAMETER
  2. 0f14: upcall->state_ref(=0x000002388893B8A0).ref_count == 0, opcode 3; returning ERROR_INVALID_PARAMETER
  3. (cec.f14): Access violation - code c0000005 (first chance)
  4. First chance exceptions are reported before any exception handling.
  5. This exception may be expected and handled.
  6. *** WARNING: Unable to verify checksum for nfsd.exe
  7. nfsd!nfs41_open_state_deref+0x1f:
  8. 00007ff7`be671e7f 8b80c8150000    mov     eax,dword ptr [rax+15C8h] ds:00000000`000015c7=????????
  9. 0:016> kp
  10. Child-SP          RetAddr           Call Site
  11. 00000050`e09fa500 00007ff7`be670d3b nfsd!nfs41_open_state_deref(struct __nfs41_open_state * state = 0xffffffff`ffffffff)+0x1f [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c @ 156]
  12. 00000050`e09fa580 00007ff7`be6851b8 nfsd!cleanup_close(struct __nfs41_upcall * upcall = 0x00000050`e09fe6e0)+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c @ 1121]
  13. 00000050`e09fa5f0 00007ff7`be6590b8 nfsd!upcall_cleanup(struct __nfs41_upcall * upcall = 0x00000050`e09fe6e0)+0x58 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\upcall.c @ 228]
  14. 00000050`e09fa670 00007ff7`be658ddb nfsd!nfsd_worker_thread_main(void * args = 0x00007ff7`be7b8010)+0x2a8 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 161]
  15. 00000050`e09ff9e0 00007ff7`be703610 nfsd!nfsd_thread_main(void * args = 0x00007ff7`be7b8010)+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\nfs41_daemon.c @ 172]
  16. 00000050`e09ffa60 00007ffa`c51f7344 nfsd!thread_start<unsigned int (void * parameter = 0x00000238`87e57e20)+0xb0 [minkernel\crts\ucrt\src\appcrt\startup\thread.cpp @ 97]
  17. 00000050`e09ffac0 00007ffa`c57026b1 KERNEL32!BaseThreadInitThunk+0x14
  18. 00000050`e09ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x21
  19. 0:016> .frames
  20.              ^ Syntax error in '.frames'
  21. 0:016> .frame
  22. 00 00000050`e09fa500 00007ff7`be670d3b nfsd!nfs41_open_state_deref+0x1f [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c @ 156]
  23. 0:016> .frame 1
  24. 01 00000050`e09fa580 00007ff7`be6851b8 nfsd!cleanup_close+0x2b [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\daemon\open.c @ 1121]
  25. 0:016> dt -r upcall
  26. Local var @ 0x50e09fa5f0 Type __nfs41_upcall*
  27. 0x00000050`e09fe6e0
  28.    +0x000 xid              : 0x4afbb57
  29.    +0x008 opcode           : 3
  30.    +0x00c status           : 0x57
  31.    +0x010 last_error       : 0
  32.    +0x018 args             : __upcall_args
  33.       +0x000 mount            : __mount_upcall_args
  34.          +0x000 hostport         : (null)
  35.          +0x008 path             : (null)
  36.          +0x010 sec_flavor       : 0
  37.          +0x014 rsize            : 0
  38.          +0x018 wsize            : 0
  39.          +0x01c lease_time       : 0
  40.          +0x020 FsAttrs          : _FILE_FS_ATTRIBUTE_INFORMATION
  41.       +0x000 open             : __open_upcall_args
  42.          +0x000 symlink          : __nfs41_abs_path
  43.          +0x1010 basic_info       : _FILE_BASIC_INFO
  44.          +0x1038 std_info         : _FILE_STANDARD_INFO
  45.          +0x1050 path             : (null)
  46.          +0x1058 access_mask      : 0
  47.          +0x105c access_mode      : 0
  48.          +0x1060 file_attrs       : 0
  49.          +0x1064 disposition      : 0
  50.          +0x1068 create_opts      : 0
  51.          +0x106c open_owner_id    : 0n0
  52.          +0x1070 mode             : 0
  53.          +0x1074 owner_local_uid  : 0
  54.          +0x1078 owner_group_local_gid : 0
  55.          +0x1080 changeattr       : 0
  56.          +0x1088 srv_open         : (null)
  57.          +0x1090 deleg_type       : 0
  58.          +0x1098 ea               : (null)
  59.          +0x10a0 created          : 0 ''
  60.          +0x10a1 symlink_embedded : 0 ''
  61.       +0x000 close            : __close_upcall_args
  62.          +0x000 srv_open         : (null)
  63.          +0x008 path             : (null)
  64.          +0x010 remove           : 0 ''
  65.          +0x011 renamed          : 0 ''
  66.       +0x000 rw               : __readwrite_upcall_args
  67.          +0x000 buffer           : (null)
  68.          +0x008 offset           : 0
  69.          +0x010 len              : 0
  70.          +0x014 out_len          : 0
  71.          +0x018 ctime            : 0
  72.       +0x000 lock             : __lock_upcall_args
  73.          +0x000 offset           : 0
  74.          +0x008 length           : 0
  75.          +0x010 exclusive        : 0 ''
  76.          +0x011 blocking         : 0 ''
  77.          +0x012 acquired         : 0 ''
  78.       +0x000 unlock           : __unlock_upcall_args
  79.          +0x000 count            : 0
  80.          +0x008 buf              : (null)
  81.          +0x010 buf_len          : 0
  82.       +0x000 getattr          : __getattr_upcall_args
  83.          +0x000 basic_info       : _FILE_BASIC_INFO
  84.          +0x028 std_info         : _FILE_STANDARD_INFO
  85.          +0x040 tag_info         : _FILE_ATTRIBUTE_TAG_INFO
  86.          +0x048 intr_info        : _FILE_INTERNAL_INFORMATION
  87.          +0x050 network_info     : _FILE_NETWORK_OPEN_INFORMATION
  88.          +0x088 query_class      : 0n0
  89.          +0x08c buf_len          : 0n0
  90.          +0x090 query_reply_len  : 0n0
  91.          +0x098 ctime            : 0
  92.       +0x000 getexattr        : __getexattr_upcall_args
  93.          +0x000 path             : (null)
  94.          +0x008 buf              : (null)
  95.          +0x010 buf_len          : 0
  96.          +0x014 eaindex          : 0
  97.          +0x018 ealist           : (null)
  98.          +0x020 ealist_len       : 0
  99.          +0x024 overflow         : 0
  100.          +0x028 single           : 0 ''
  101.          +0x029 restart          : 0 ''
  102.       +0x000 setattr          : __setattr_upcall_args
  103.          +0x000 path             : (null)
  104.          +0x008 root             : (null)
  105.          +0x010 state            : (null)
  106.          +0x018 buf              : (null)
  107.          +0x020 buf_len          : 0
  108.          +0x024 set_class        : 0n0
  109.          +0x028 ctime            : 0
  110.       +0x000 setexattr        : __setexattr_upcall_args
  111.          +0x000 path             : (null)
  112.          +0x008 buf              : (null)
  113.          +0x010 buf_len          : 0
  114.          +0x014 mode             : 0
  115.          +0x018 ctime            : 0
  116.       +0x000 readdir          : __readdir_upcall_args
  117.          +0x000 filter           : (null)
  118.          +0x008 root             : (null)
  119.          +0x010 state            : (null)
  120.          +0x018 buf_len          : 0n0
  121.          +0x01c query_class      : 0n0
  122.          +0x020 query_reply_len  : 0n0
  123.          +0x024 initial          : 0 ''
  124.          +0x025 restart          : 0 ''
  125.          +0x026 single           : 0 ''
  126.          +0x028 kbuf             : (null)
  127.       +0x000 symlink          : __symlink_upcall_args
  128.          +0x000 target_get       : __nfs41_abs_path
  129.          +0x1010 target_set       : (null)
  130.          +0x1018 path             : (null)
  131.          +0x1020 set              : 0 ''
  132.       +0x000 volume           : __volume_upcall_args
  133.          +0x000 query            : 0 (No matching name)
  134.          +0x004 len              : 0n0
  135.          +0x008 info             : <unnamed-tag>
  136.       +0x000 getacl           : __getacl_upcall_args
  137.          +0x000 query            : 0
  138.          +0x008 sec_desc         : (null)
  139.          +0x010 sec_desc_len     : 0
  140.       +0x000 setacl           : __setacl_upcall_args
  141.          +0x000 query            : 0
  142.          +0x008 sec_desc         : (null)
  143.          +0x010 ctime            : 0
  144.    +0x10c0 uid              : 0
  145.    +0x10c4 gid              : 0
  146.    +0x10c8 root_ref         : 0x00000238`87e8b540 __nfs41_root
  147.       +0x000 client_owner     : __client_owner4
  148.          +0x000 co_verifier      : [8]  "???"
  149.          +0x008 co_ownerid_len   : 0x10
  150.          +0x00c co_ownerid       : [1024]  "n???"
  151.       +0x410 lock             : _RTL_CRITICAL_SECTION
  152.          +0x000 DebugInfo        : 0x00000238`87e16ee0 _RTL_CRITICAL_SECTION_DEBUG
  153.          +0x008 LockCount        : 0n-1
  154.          +0x00c RecursionCount   : 0n0
  155.          +0x010 OwningThread     : (null)
  156.          +0x018 LockSemaphore    : 0xffffffff`ffffffff Void
  157.          +0x020 SpinCount        : 0x20007d0
  158.       +0x438 clients          : list_entry
  159.          +0x000 prev             : 0x00000238`87ecbea0 list_entry
  160.          +0x008 next             : 0x00000238`87ecbea0 list_entry
  161.       +0x448 wsize            : 0x10042c
  162.       +0x44c rsize            : 0x100200
  163.       +0x450 ref_count        : 0n3
  164.       +0x454 uid              : 0x303e8
  165.       +0x458 gid              : 0x30201
  166.       +0x45c sec_flavor       : 0
  167.    +0x10d0 state_ref        : 0xffffffff`ffffffff __nfs41_open_state
  168.       +0x000 path             : __nfs41_abs_path
  169.          +0x000 path             : [4096]  "--- memory read error at address 0xffffffff`ffffffff ---"
  170.          +0x1000 len              : ??
  171.          +0x1008 lock             : _RTL_SRWLOCK
  172.       +0x1010 parent           : __nfs41_path_fh
  173.          +0x000 path             : ????
  174.          +0x008 name             : __nfs41_component
  175.          +0x018 fh               : __nfs41_fh
  176.       +0x10c0 file             : __nfs41_path_fh
  177.          +0x000 path             : ????
  178.          +0x008 name             : __nfs41_component
  179.          +0x018 fh               : __nfs41_fh
  180.       +0x1170 cookie           : __nfs41_readdir_cookie
  181.          +0x000 cookie           : ??
  182.          +0x008 verf             : [8]  "--- memory read error at address 0x00000000`00001177 ---"
  183.       +0x1180 session          : ????
  184.       +0x1188 type             : ??
  185.       +0x118c do_close         : ??
  186.       +0x1190 stateid          : __stateid4
  187.          +0x000 seqid            : ??
  188.          +0x004 other            : [12]  "--- memory read error at address 0x00000000`00001193 ---"
  189.       +0x11a0 owner            : __state_owner4
  190.          +0x000 owner_len        : ??
  191.          +0x004 owner            : [1024]  "--- memory read error at address 0x00000000`000011a3 ---"
  192.       +0x15a8 layout           : ????
  193.       +0x15b0 client_entry     : list_entry
  194.          +0x000 prev             : ????
  195.          +0x008 next             : ????
  196.       +0x15c0 lock             : _RTL_SRWLOCK
  197.          +0x000 Ptr              : ????
  198.       +0x15c8 ref_count        : ??
  199.       +0x15cc share_access     : ??
  200.       +0x15d0 share_deny       : ??
  201.       +0x15d8 pnfs_last_offset : ??
  202.       +0x15e0 delegation       : <unnamed-tag>
  203.          +0x000 state            : ????
  204.          +0x008 reclaim          : ??
  205.          +0x010 cond             : _RTL_CONDITION_VARIABLE
  206.       +0x15f8 locks            : <unnamed-tag>
  207.          +0x000 stateid          : __stateid4
  208.          +0x010 list             : list_entry
  209.          +0x020 counter          : ??
  210.          +0x028 lock             : _RTL_CRITICAL_SECTION
  211.       +0x1648 ea               : <unnamed-tag>
  212.          +0x000 list             : ????
  213.          +0x008 index            : ??
  214.          +0x010 lock             : _RTL_CRITICAL_SECTION
  215.       +0x1680 srv_open         : ????
  216. Memory read error 000000000000167f
  217. 0:016>

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