pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


Crash in nfs41_UpcallCreate()
Posted by Anonymous on Wed 8th May 2024 07:44
raw | new post
modification of post by Anonymous (view diff)

  1.  
  2. ************* Preparing the environment for Debugger Extensions Gallery repositories **************
  3.    ExtensionRepository : Implicit
  4.    UseExperimentalFeatureForNugetShare : true
  5.    AllowNugetExeUpdate : true
  6.    NonInteractiveNuget : true
  7.    AllowNugetMSCredentialProviderInstall : true
  8.    AllowParallelInitializationOfLocalRepositories : true
  9.  
  10.    EnableRedirectToV8JsProvider : false
  11.  
  12.    -- Configuring repositories
  13.       ----> Repository : LocalInstalled, Enabled: true
  14.       ----> Repository : UserExtensions, Enabled: true
  15.  
  16. >>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.015 seconds
  17.  
  18. ************* Waiting for Debugger Extensions Gallery to Initialize **************
  19.  
  20. >>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.406 seconds
  21.    ----> Repository : UserExtensions, Enabled: true, Packages count: 0
  22.    ----> Repository : LocalInstalled, Enabled: true, Packages count: 41
  23.  
  24. Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64
  25. Copyright (c) Microsoft Corporation. All rights reserved.
  26.  
  27.  
  28. Loading Dump File [C:\Windows\MEMORY.DMP]
  29. Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available.
  30.  
  31.  
  32. ************* Path validation summary **************
  33. Response                         Time (ms)     Location
  34. Deferred                                       srv*
  35. Symbol search path is: srv*
  36. Executable search path is:
  37. Windows 10 Kernel Version 19041 MP (8 procs) Free x64
  38. Product: WinNt, suite: TerminalServer SingleUserTS
  39. Edition build lab: 19041.1.amd64fre.vb_release.191206-1406
  40. Kernel base = 0xfffff803`35c00000 PsLoadedModuleList = 0xfffff803`3682a2c0
  41. Debug session time: Wed May  8 08:35:05.612 2024 (UTC + 2:00)
  42. System Uptime: 0 days 14:44:35.538
  43. Loading Kernel Symbols
  44. ...............................................................
  45. ................................................................
  46. ................................................................
  47. ......
  48. Loading User Symbols
  49.  
  50. Loading unloaded module list
  51. .......
  52. For analysis of this file, run !analyze -v
  53. nt!KeBugCheckEx:
  54. fffff803`35ffdaf0 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffffe8a`4cca7a70=0000000000000018
  55. 2: kd> !analyze -v
  56. *******************************************************************************
  57. *                                                                             *
  58. *                        Bugcheck Analysis                                    *
  59. *                                                                             *
  60. *******************************************************************************
  61.  
  62. REFERENCE_BY_POINTER (18)
  63. Arguments:
  64. Arg1: 0000000000000000, Object type of the object whose reference count is being lowered
  65. Arg2: ffffad0e479e9710, Object whose reference count is being lowered
  66. Arg3: 0000000000000010, Reserved
  67. Arg4: ffffdb838684a669, Reserved
  68.         The reference count of an object is illegal for the current state of the object.
  69.         Each time a driver uses a pointer to an object the driver calls a kernel routine
  70.         to increment the reference count of the object. When the driver is done with the
  71.         pointer the driver calls another kernel routine to decrement the reference count.
  72.         Drivers must match calls to the increment and decrement routines. This BugCheck
  73.         can occur because an object's reference count goes to zero while there are still
  74.         open handles to the object, in which case the fourth parameter indicates the number
  75.         of opened handles. It may also occur when the object's reference count drops below zero
  76.         whether or not there are open handles to the object, and in that case the fourth parameter
  77.         contains the actual value of the pointer references count.
  78.  
  79. Debugging Details:
  80. ------------------
  81.  
  82.  
  83. KEY_VALUES_STRING: 1
  84.  
  85.     Key  : Analysis.CPU.mSec
  86.     Value: 4592
  87.  
  88.     Key  : Analysis.Elapsed.mSec
  89.     Value: 4687
  90.  
  91.     Key  : Analysis.IO.Other.Mb
  92.     Value: 0
  93.  
  94.     Key  : Analysis.IO.Read.Mb
  95.     Value: 2
  96.  
  97.     Key  : Analysis.IO.Write.Mb
  98.     Value: 1
  99.  
  100.     Key  : Analysis.Init.CPU.mSec
  101.     Value: 1108
  102.  
  103.     Key  : Analysis.Init.Elapsed.mSec
  104.     Value: 14525
  105.  
  106.     Key  : Analysis.Memory.CommitPeak.Mb
  107.     Value: 98
  108.  
  109.     Key  : Bugcheck.Code.KiBugCheckData
  110.     Value: 0x18
  111.  
  112.     Key  : Bugcheck.Code.LegacyAPI
  113.     Value: 0x18
  114.  
  115.     Key  : Bugcheck.Code.TargetModel
  116.     Value: 0x18
  117.  
  118.     Key  : Failure.Bucket
  119.     Value: 0x18_nfs41_driver!nfs41_UpcallCreate
  120.  
  121.     Key  : Failure.Hash
  122.     Value: {13fc455a-d437-8a05-650f-dce234632809}
  123.  
  124.     Key  : Hypervisor.Enlightenments.Value
  125.     Value: 12576
  126.  
  127.     Key  : Hypervisor.Enlightenments.ValueHex
  128.     Value: 3120
  129.  
  130.     Key  : Hypervisor.Flags.AnyHypervisorPresent
  131.     Value: 1
  132.  
  133.     Key  : Hypervisor.Flags.ApicEnlightened
  134.     Value: 0
  135.  
  136.     Key  : Hypervisor.Flags.ApicVirtualizationAvailable
  137.     Value: 0
  138.  
  139.     Key  : Hypervisor.Flags.AsyncMemoryHint
  140.     Value: 0
  141.  
  142.     Key  : Hypervisor.Flags.CoreSchedulerRequested
  143.     Value: 0
  144.  
  145.     Key  : Hypervisor.Flags.CpuManager
  146.     Value: 0
  147.  
  148.     Key  : Hypervisor.Flags.DeprecateAutoEoi
  149.     Value: 1
  150.  
  151.     Key  : Hypervisor.Flags.DynamicCpuDisabled
  152.     Value: 0
  153.  
  154.     Key  : Hypervisor.Flags.Epf
  155.     Value: 0
  156.  
  157.     Key  : Hypervisor.Flags.ExtendedProcessorMasks
  158.     Value: 0
  159.  
  160.     Key  : Hypervisor.Flags.HardwareMbecAvailable
  161.     Value: 0
  162.  
  163.     Key  : Hypervisor.Flags.MaxBankNumber
  164.     Value: 0
  165.  
  166.     Key  : Hypervisor.Flags.MemoryZeroingControl
  167.     Value: 0
  168.  
  169.     Key  : Hypervisor.Flags.NoExtendedRangeFlush
  170.     Value: 1
  171.  
  172.     Key  : Hypervisor.Flags.NoNonArchCoreSharing
  173.     Value: 0
  174.  
  175.     Key  : Hypervisor.Flags.Phase0InitDone
  176.     Value: 1
  177.  
  178.     Key  : Hypervisor.Flags.PowerSchedulerQos
  179.     Value: 0
  180.  
  181.     Key  : Hypervisor.Flags.RootScheduler
  182.     Value: 0
  183.  
  184.     Key  : Hypervisor.Flags.SynicAvailable
  185.     Value: 1
  186.  
  187.     Key  : Hypervisor.Flags.UseQpcBias
  188.     Value: 0
  189.  
  190.     Key  : Hypervisor.Flags.Value
  191.     Value: 536632
  192.  
  193.     Key  : Hypervisor.Flags.ValueHex
  194.     Value: 83038
  195.  
  196.     Key  : Hypervisor.Flags.VpAssistPage
  197.     Value: 1
  198.  
  199.     Key  : Hypervisor.Flags.VsmAvailable
  200.     Value: 0
  201.  
  202.     Key  : Hypervisor.RootFlags.AccessStats
  203.     Value: 0
  204.  
  205.     Key  : Hypervisor.RootFlags.CrashdumpEnlightened
  206.     Value: 0
  207.  
  208.     Key  : Hypervisor.RootFlags.CreateVirtualProcessor
  209.     Value: 0
  210.  
  211.     Key  : Hypervisor.RootFlags.DisableHyperthreading
  212.     Value: 0
  213.  
  214.     Key  : Hypervisor.RootFlags.HostTimelineSync
  215.     Value: 0
  216.  
  217.     Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
  218.     Value: 0
  219.  
  220.     Key  : Hypervisor.RootFlags.IsHyperV
  221.     Value: 0
  222.  
  223.     Key  : Hypervisor.RootFlags.LivedumpEnlightened
  224.     Value: 0
  225.  
  226.     Key  : Hypervisor.RootFlags.MapDeviceInterrupt
  227.     Value: 0
  228.  
  229.     Key  : Hypervisor.RootFlags.MceEnlightened
  230.     Value: 0
  231.  
  232.     Key  : Hypervisor.RootFlags.Nested
  233.     Value: 0
  234.  
  235.     Key  : Hypervisor.RootFlags.StartLogicalProcessor
  236.     Value: 0
  237.  
  238.     Key  : Hypervisor.RootFlags.Value
  239.     Value: 0
  240.  
  241.     Key  : Hypervisor.RootFlags.ValueHex
  242.     Value: 0
  243.  
  244.     Key  : SecureKernel.HalpHvciEnabled
  245.     Value: 0
  246.  
  247.     Key  : WER.OS.Branch
  248.     Value: vb_release
  249.  
  250.     Key  : WER.OS.Version
  251.     Value: 10.0.19041.1
  252.  
  253.  
  254. BUGCHECK_CODE:  18
  255.  
  256. BUGCHECK_P1: 0
  257.  
  258. BUGCHECK_P2: ffffad0e479e9710
  259.  
  260. BUGCHECK_P3: 10
  261.  
  262. BUGCHECK_P4: ffffdb838684a669
  263.  
  264. FILE_IN_CAB:  MEMORY.DMP
  265.  
  266. BLACKBOXBSD: 1 (!blackboxbsd)
  267.  
  268.  
  269. BLACKBOXNTFS: 1 (!blackboxntfs)
  270.  
  271.  
  272. BLACKBOXWINLOGON: 1
  273.  
  274. PROCESS_NAME:  System
  275.  
  276. STACK_TEXT:  
  277. fffffe8a`4cca7a68 fffff803`3601e05b     : 00000000`00000018 00000000`00000000 ffffad0e`479e9710 00000000`00000010 : nt!KeBugCheckEx
  278. fffffe8a`4cca7a70 fffff803`3b4b0d49     : ffffdb83`80e7c080 fffff803`3b4a6260 fffff803`3b4a6260 fffff803`00000000 : nt!ObfReferenceObject+0x1e08eb
  279. fffffe8a`4cca7ab0 fffff803`3b4a63e3     : fffff803`00000009 ffffad0e`47969eb0 00000182`772981c0 00000182`77f1bea0 : nfs41_driver!nfs41_UpcallCreate+0x279 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1586]
  280. fffffe8a`4cca7b30 fffff803`35f4eb35     : 00000000`00000000 fffff803`3b4a6260 00000000`00000000 00078404`ad9b3dfe : nfs41_driver!fcbopen_main+0x183 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 7185]
  281. fffffe8a`4cca7c10 fffff803`36006af8     : ffffc501`06d18180 ffffdb83`80e7c080 fffff803`35f4eae0 d28b49d3`034c0000 : nt!PspSystemThreadStartup+0x55
  282. fffffe8a`4cca7c60 00000000`00000000     : fffffe8a`4cca8000 fffffe8a`4cca2000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x28
  283.  
  284.  
  285. FAULTING_SOURCE_LINE:  C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c
  286.  
  287. FAULTING_SOURCE_FILE:  C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c
  288.  
  289. FAULTING_SOURCE_LINE_NUMBER:  1586
  290.  
  291. FAULTING_SOURCE_CODE:  
  292.   1582:         entry->psec_ctx_clienttoken = entry->psec_ctx->ClientToken;
  293.   1583:         ObReferenceObject(entry->psec_ctx_clienttoken);
  294.   1584:     }
  295.   1585:
  296. > 1586:     *entry_out = entry;
  297.   1587: out:
  298.   1588:     return status;
  299.   1589: }
  300.   1590:
  301.   1591: void nfs41_UpcallDestroy(nfs41_updowncall_entry *entry)
  302.  
  303.  
  304. SYMBOL_NAME:  nfs41_driver!nfs41_UpcallCreate+279
  305.  
  306. MODULE_NAME: nfs41_driver
  307.  
  308. IMAGE_NAME:  nfs41_driver.sys
  309.  
  310. STACK_COMMAND:  .cxr; .ecxr ; kb
  311.  
  312. BUCKET_ID_FUNC_OFFSET:  279
  313.  
  314. FAILURE_BUCKET_ID:  0x18_nfs41_driver!nfs41_UpcallCreate
  315.  
  316. OS_VERSION:  10.0.19041.1
  317.  
  318. BUILDLAB_STR:  vb_release
  319.  
  320. OSPLATFORM_TYPE:  x64
  321.  
  322. OSNAME:  Windows 10
  323.  
  324. FAILURE_ID_HASH:  {13fc455a-d437-8a05-650f-dce234632809}
  325.  
  326. Followup:     MachineOwner
  327. ---------
  328.  
  329. 2: kd> .frame 0x2
  330. 02 fffffe8a`4cca7ab0 fffff803`3b4a63e3     nfs41_driver!nfs41_UpcallCreate+0x279 [C:\cygwin64\home\roland_mainz\work\msnfs41_uidmapping\ms-nfs41-client\sys\nfs41_driver.c @ 1586]
  331. 2: kd> dt -r entry
  332. Local var @ 0xfffffe8a4cca7ad0 Type _updowncall_entry*
  333. 0xffffdb83`863439a0
  334.    +0x000 version          : 0x19b9f
  335.    +0x008 xid              : 0n396706234
  336.    +0x010 opcode           : 9 ( NFS41_FILE_QUERY )
  337.    +0x014 status           : 0n0
  338.    +0x018 state            : 0 ( NFS41_WAITING_FOR_UPCALL )
  339.    +0x020 lock             : _FAST_MUTEX
  340.       +0x000 Count            : 0n1
  341.       +0x008 Owner            : (null)
  342.       +0x010 Contention       : 0
  343.       +0x018 Event            : _KEVENT
  344.          +0x000 Header           : _DISPATCHER_HEADER
  345.       +0x030 OldIrql          : 0
  346.    +0x058 next             : _LIST_ENTRY [ 0x00000000`00000000 - 0x00000000`00000000 ]
  347.       +0x000 Flink            : (null)
  348.       +0x008 Blink            : (null)
  349.    +0x068 cond             : _KEVENT
  350.       +0x000 Header           : _DISPATCHER_HEADER
  351.          +0x000 Lock             : 0n393217
  352.          +0x000 LockNV           : 0n393217
  353.          +0x000 Type             : 0x1 ''
  354.          +0x001 Signalling       : 0 ''
  355.          +0x002 Size             : 0x6 ''
  356.          +0x003 Reserved1        : 0 ''
  357.          +0x000 TimerType        : 0x1 ''
  358.          +0x001 TimerControlFlags : 0 ''
  359.          +0x001 Absolute         : 0y0
  360.          +0x001 Wake             : 0y0
  361.          +0x001 EncodedTolerableDelay : 0y000000 (0)
  362.          +0x002 Hand             : 0x6 ''
  363.          +0x003 TimerMiscFlags   : 0 ''
  364.          +0x003 Index            : 0y000000 (0)
  365.          +0x003 Inserted         : 0y0
  366.          +0x003 Expired          : 0y0
  367.          +0x000 Timer2Type       : 0x1 ''
  368.          +0x001 Timer2Flags      : 0 ''
  369.          +0x001 Timer2Inserted   : 0y0
  370.          +0x001 Timer2Expiring   : 0y0
  371.          +0x001 Timer2CancelPending : 0y0
  372.          +0x001 Timer2SetPending : 0y0
  373.          +0x001 Timer2Running    : 0y0
  374.          +0x001 Timer2Disabled   : 0y0
  375.          +0x001 Timer2ReservedFlags : 0y00
  376.          +0x002 Timer2ComponentId : 0x6 ''
  377.          +0x003 Timer2RelativeId : 0 ''
  378.          +0x000 QueueType        : 0x1 ''
  379.          +0x001 QueueControlFlags : 0 ''
  380.          +0x001 Abandoned        : 0y0
  381.          +0x001 DisableIncrement : 0y0
  382.          +0x001 QueueReservedControlFlags : 0y000000 (0)
  383.          +0x002 QueueSize        : 0x6 ''
  384.          +0x003 QueueReserved    : 0 ''
  385.          +0x000 ThreadType       : 0x1 ''
  386.          +0x001 ThreadReserved   : 0 ''
  387.          +0x002 ThreadControlFlags : 0x6 ''
  388.          +0x002 CycleProfiling   : 0y0
  389.          +0x002 CounterProfiling : 0y1
  390.          +0x002 GroupScheduling  : 0y1
  391.          +0x002 AffinitySet      : 0y0
  392.          +0x002 Tagged           : 0y0
  393.          +0x002 EnergyProfiling  : 0y0
  394.          +0x002 SchedulerAssist  : 0y0
  395.          +0x002 ThreadReservedControlFlags : 0y0
  396.          +0x003 DebugActive      : 0 ''
  397.          +0x003 ActiveDR7        : 0y0
  398.          +0x003 Instrumented     : 0y0
  399.          +0x003 Minimal          : 0y0
  400.          +0x003 Reserved4        : 0y00
  401.          +0x003 AltSyscall       : 0y0
  402.          +0x003 UmsScheduled     : 0y0
  403.          +0x003 UmsPrimary       : 0y0
  404.          +0x000 MutantType       : 0x1 ''
  405.          +0x001 MutantSize       : 0 ''
  406.          +0x002 DpcActive        : 0x6 ''
  407.          +0x003 MutantReserved   : 0 ''
  408.          +0x004 SignalState      : 0n0
  409.          +0x008 WaitListHead     : _LIST_ENTRY [ 0xffffdb83`86343a10 - 0xffffdb83`86343a10 ]
  410.    +0x080 errno            : 0
  411.    +0x084 async_op         : 0 ''
  412.    +0x088 sec_ctx          : _SECURITY_CLIENT_CONTEXT
  413.       +0x000 SecurityQos      : _SECURITY_QUALITY_OF_SERVICE
  414.          +0x000 Length           : 0
  415.          +0x004 ImpersonationLevel : 0 ( SecurityAnonymous )
  416.          +0x008 ContextTrackingMode : 0 ''
  417.          +0x009 EffectiveOnly    : 0 ''
  418.       +0x010 ClientToken      : (null)
  419.       +0x018 DirectlyAccessClientToken : 0 ''
  420.       +0x019 DirectAccessEffectiveOnly : 0 ''
  421.       +0x01a ServerIsRemote   : 0 ''
  422.       +0x01c ClientTokenControl : _TOKEN_CONTROL
  423.          +0x000 TokenId          : _LUID
  424.          +0x008 AuthenticationId : _LUID
  425.          +0x010 ModifiedId       : _LUID
  426.          +0x018 TokenSource      : _TOKEN_SOURCE
  427.    +0x0d0 psec_ctx         : 0xffffad0e`47969eb0 _SECURITY_CLIENT_CONTEXT
  428.       +0x000 SecurityQos      : _SECURITY_QUALITY_OF_SERVICE
  429.          +0x000 Length           : 0xc
  430.          +0x004 ImpersonationLevel : 2 ( SecurityImpersonation )
  431.          +0x008 ContextTrackingMode : 0 ''
  432.          +0x009 EffectiveOnly    : 0 ''
  433.       +0x010 ClientToken      : 0xffffad0e`479e9710 Void
  434.       +0x018 DirectlyAccessClientToken : 0 ''
  435.       +0x019 DirectAccessEffectiveOnly : 0 ''
  436.       +0x01a ServerIsRemote   : 0x1 ''
  437.       +0x01c ClientTokenControl : _TOKEN_CONTROL
  438.          +0x000 TokenId          : _LUID
  439.          +0x008 AuthenticationId : _LUID
  440.          +0x010 ModifiedId       : _LUID
  441.          +0x018 TokenSource      : _TOKEN_SOURCE
  442.    +0x0d8 psec_ctx_clienttoken : 0xffffad0e`479e9710 Void
  443.    +0x0e0 open_state       : 0x00000182`77f1bea0 Void
  444.    +0x0e8 session          : 0x00000182`772981c0 Void
  445.    +0x0f0 filename         : 0xfffff803`3b4bedf8 _UNICODE_STRING ""
  446.       +0x000 Length           : 0
  447.       +0x002 MaximumLength    : 2
  448.       +0x008 Buffer           : 0xfffff803`3b4bed94  ""
  449.    +0x0f8 buf              : (null)
  450.    +0x100 buf_len          : 0
  451.    +0x108 ChangeTime       : 0
  452.    +0x110 u                : <unnamed-tag>
  453.       +0x000 Mount            : <unnamed-tag>
  454.          +0x000 srv_name         : (null)
  455.          +0x008 root             : (null)
  456.          +0x010 FsAttrs          : (null)
  457.          +0x018 sec_flavor       : 0
  458.          +0x01c rsize            : 0
  459.          +0x020 wsize            : 0
  460.          +0x024 lease_time       : 0
  461.       +0x000 ReadWrite        : <unnamed-tag>
  462.          +0x000 MdlAddress       : (null)
  463.          +0x008 offset           : 0
  464.          +0x010 rxcontext        : (null)
  465.       +0x000 Lock             : <unnamed-tag>
  466.          +0x000 offset           : 0n0
  467.          +0x008 length           : 0n0
  468.          +0x010 exclusive        : 0 ''
  469.          +0x011 blocking         : 0 ''
  470.       +0x000 Unlock           : <unnamed-tag>
  471.          +0x000 count            : 0
  472.          +0x008 locks            : _LOWIO_LOCK_LIST
  473.       +0x000 Open             : <unnamed-tag>
  474.          +0x000 binfo            : _FILE_BASIC_INFORMATION
  475.          +0x028 sinfo            : _FILE_STANDARD_INFORMATION
  476.          +0x040 symlink          : _UNICODE_STRING ""
  477.          +0x050 access_mask      : 0
  478.          +0x054 access_mode      : 0
  479.          +0x058 attrs            : 0
  480.          +0x05c copts            : 0
  481.          +0x060 disp             : 0
  482.          +0x064 cattrs           : 0
  483.          +0x068 open_owner_id    : 0n0
  484.          +0x06c mode             : 0
  485.          +0x070 owner_local_uid  : 0
  486.          +0x074 owner_group_local_gid : 0
  487.          +0x078 srv_open         : (null)
  488.          +0x080 deleg_type       : 0
  489.          +0x084 symlink_embedded : 0 ''
  490.          +0x088 EaMdl            : (null)
  491.          +0x090 EaBuffer         : (null)
  492.       +0x000 Close            : <unnamed-tag>
  493.          +0x000 srv_open         : (null)
  494.          +0x008 remove           : 0 ''
  495.          +0x009 renamed          : 0 ''
  496.       +0x000 QueryFile        : <unnamed-tag>
  497.          +0x000 filter           : (null)
  498.          +0x008 InfoClass        : 0 (No matching name)
  499.          +0x00c restart_scan     : 0 ''
  500.          +0x00d return_single    : 0 ''
  501.          +0x00e initial_query    : 0 ''
  502.          +0x010 mdl              : (null)
  503.          +0x018 mdl_buf          : (null)
  504.       +0x000 SetFile          : <unnamed-tag>
  505.          +0x000 InfoClass        : 0 (No matching name)
  506.       +0x000 SetEa            : <unnamed-tag>
  507.          +0x000 mode             : 0
  508.       +0x000 QueryEa          : <unnamed-tag>
  509.          +0x000 EaList           : (null)
  510.          +0x008 EaListLength     : 0
  511.          +0x00c Overflow         : 0
  512.          +0x010 EaIndex          : 0
  513.          +0x014 ReturnSingleEntry : 0 ''
  514.          +0x015 RestartScan      : 0 ''
  515.       +0x000 Symlink          : <unnamed-tag>
  516.          +0x000 target           : (null)
  517.          +0x008 set              : 0 ''
  518.       +0x000 Volume           : <unnamed-tag>
  519.          +0x000 query            : 0 (No matching name)
  520.       +0x000 Acl              : <unnamed-tag>
  521.          +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