Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSOD on creation Pool #434

Open
Armin-windows opened this issue Feb 5, 2025 · 26 comments
Open

BSOD on creation Pool #434

Armin-windows opened this issue Feb 5, 2025 · 26 comments

Comments

@Armin-windows
Copy link

Armin-windows commented Feb 5, 2025

020625-17578-01.dmp

Openzfs for Windows 2.3.0 RC2
Windows 11 Pro
24H2
26100.3037

after zpool create tank PHYSICALDRIVE4 BSOD from zpool.sys.

with 23h2 its ok.

after trying to import the Tank created on 23H2 to 24H2 the same BSOD.

no creation or import Pool possible.

can you help me?

Greetings Armin

I hope the Dump File helps......

@lundman
Copy link

lundman commented Feb 5, 2025

Would it be possible for you to paste the stack from memory.dmp, or provide memory.dmp file itself?

@sskras
Copy link

sskras commented Feb 6, 2025

In case @Armin-windows is a newbie, location of the dump file:
https://openzfsonosx.org/wiki/Windows_BSOD#Windows_Crash_Dumps

@sskras
Copy link

sskras commented Feb 6, 2025

There is also a BlueScreenView tool showing the collected minidumps, FWIW.

@lundman
Copy link

lundman commented Feb 6, 2025

That looks interesting, I will give it a go and see how it is to use.

@Armin-windows
Copy link
Author

Armin-windows commented Feb 6, 2025 via email

@Armin-windows
Copy link
Author

i tried it with rc3 ---BSOD direct after install.
even after reboot directly BSOD

Here some Dumps

020625-17437-01.dmp
020625-17562-01.dmp
020625-18453-01.dmp
020625-17968-01.dmp

@lundman
Copy link

lundman commented Feb 8, 2025

020625-17437-01.dmp
Stack just shows it called spl_panic(), but can not get reason string.

020625-17562-01.dmp
Looked the same as aomei driver problems, network stack.

020625-18453-01.dmp

 # Child-SP          RetAddr               Call Site
00 fffff680`ca408630 fffff801`82a75f3f     nt!FsRtlLookupPerFileObjectContext+0x74
01 fffff680`ca408660 fffff801`82a75bfd     FLTMGR!FltpPassThrough+0x10f
02 fffff680`ca408750 fffff801`f10f7a0e     FLTMGR!FltpDispatch+0xed
03 fffff680`ca4087f0 fffff801`f1660d79     nt!IofCallDriver+0xbe
04 fffff680`ca408830 fffff801`f1636abc     nt!IopDeleteFile+0x139
05 fffff680`ca4088c0 fffff801`f17dfc66     nt!ObpRemoveObjectRoutine+0xfc
06 fffff680`ca408920 fffff801`f11704b2     nt!ObpProcessRemoveObjectQueue+0x296
07 fffff680`ca408980 fffff801`f125594a     nt!ExpWorkerThread+0x1b2
08 fffff680`ca408b30 fffff801`f1479fb4     nt!PspSystemThreadStartup+0x5a
09 fffff680`ca408b80 00000000`00000000     nt!KiStartSystemThread+0x34

Might have just called OpenZFS, hard to tell, can't get at cbuf

020625-17968-01.dmp

ATTEMPTED_WRITE_TO_READONLY_MEMORY (be)
An attempt was made to write to readonly memory.  The guilty driver is on the
stack trace (and is typically the current instruction pointer).
When possible, the guilty driver's name (Unicode string) is printed on
the BugCheck screen and saved in KiBugCheckDriver.
Arguments:
Arg1: fffff8013eb92885, Virtual address for the attempted write.
Arg2: 0900000121631121, PTE contents.
Arg3: fffff4866526f3d0, (reserved)
Arg4: 000000000000000b, (reserved)

PROCESS_NAME:  mofcomp.exe

 # Child-SP          RetAddr               Call Site
00 fffff486`6526f168 fffff801`ac0d3799     nt!KeBugCheckEx
01 fffff486`6526f170 fffff801`ac07a51f     nt!MiSystemFault+0x249
02 fffff486`6526f260 fffff801`ac487fcb     nt!MmAccessFault+0x2ff
03 fffff486`6526f3d0 fffff801`ac62f08e     nt!KiPageFault+0x38b
04 fffff486`6526f560 fffff801`ac69bdd0     nt!ObCloseHandleTableEntry+0x8de
05 fffff486`6526f6b0 fffff801`ac69bc45     nt!ExSweepHandleTable+0xcc
06 fffff486`6526f760 fffff801`ac69a8ca     nt!ObKillProcess+0x35
07 fffff486`6526f790 fffff801`ac69a3c6     nt!PspRundownSingleProcess+0xba
08 fffff486`6526f820 fffff801`ac757b1b     nt!PspExitLastThread+0xe6
09 fffff486`6526f8b0 fffff801`ac753e67     nt!PspExitThread+0x7bb
0a fffff486`6526f9a0 fffff801`ac48cd41     nt!NtTerminateProcess+0x117
0b fffff486`6526fa20 00000000`77cf1f83     nt!KiSystemServiceExitPico+0x496
0c 00000000`0033eb28 00000000`00000000     0x77cf1f83

Might be closing a Handle held by OpenZFS, hard to tell. Can't get to cbuf.

Biggest issue here is the memory.dmp are tiny, needs to be kernel pages so we can at least get to cbuf.

@Armin-windows
Copy link
Author

Hello, i have some new dumps.
After the BSOD when creating Tank the system reboots.
During the first reboot, a BSOD with Kernal Mode Heap Corruption occurs again. The second boot runs perfectly.

020825-16453-01.dmp
020825-17734-01.dmp

Greetings Armin

@Armin-windows
Copy link
Author

When trying to install RC4, a BSOD occurs at the end of the installation process.

020825-17078-01.dmp

@lundman
Copy link

lundman commented Feb 10, 2025

Sadly, there isn't much I can see with the minidumps. Since it is memory corruption, it happens earlier, before the stack in the dump, and the only clues would be from cbuf.

@Armin-windows
Copy link
Author

193 / 5.000
Thank you very much for your effort. I'll wait until the final version is released. Maybe it will work then.
Until then, I can play around with 23H2 under VMware.
Regards
Armin

@lundman
Copy link

lundman commented Feb 10, 2025

Or change dump size to kernel pages?

@Armin-windows
Copy link
Author

OK. I switched to Kernel.

021025-18500-01.dmp

@lundman
Copy link

lundman commented Feb 11, 2025

It's the volume_close problem in that one, I have added some temporary debug code that will skip releasing it if it is already 0. Be nice to know why volume_close is called more than volume_create though. Check rc5.

Also, the dump size need to go up one more, now variables are available, but not what they point to :)

ffbb05c

@Armin-windows
Copy link
Author

ok, I tried it with the RC5. After zpool create came BSOD with Kernel mode Heap Corruption but without any reference to the openzfs.sys driver.
I can read an existing pool with zpool import -N Tank without errors.
After zpool import Tank comes BSOD.

Unfortunately after all these errors no dump file is written.

@Armin-windows
Copy link
Author

Hello, today I managed to get a dumpfile from a crash.

BSOD after
zpool import -N tank
zfs set driveletter=t tank

021225-18875-01.dmp

@Armin-windows
Copy link
Author

************* Preparing the environment for Debugger Extensions Gallery repositories **************
ExtensionRepository : Implicit
UseExperimentalFeatureForNugetShare : true
AllowNugetExeUpdate : true
NonInteractiveNuget : true
AllowNugetMSCredentialProviderInstall : true
AllowParallelInitializationOfLocalRepositories : true
EnableRedirectToChakraJsProvider : false

-- Configuring repositories
----> Repository : LocalInstalled, Enabled: true
----> Repository : UserExtensions, Enabled: true

Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds

************* Waiting for Debugger Extensions Gallery to Initialize **************

Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.063 seconds
----> Repository : UserExtensions, Enabled: true, Packages count: 0
----> Repository : LocalInstalled, Enabled: true, Packages count: 42

Microsoft (R) Windows Debugger Version 10.0.27725.1000 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available.

Primary dump contents written successfully

************* Path validation summary **************
Response Time (ms) Location
Deferred srv*
Symbol search path is: srv*
Executable search path is:
Windows 10 Kernel Version 26100 MP (20 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Edition build lab: 26100.1.amd64fre.ge_release.240331-1435
Kernel base = 0xfffff802b7c00000 PsLoadedModuleList = 0xfffff802b8af47b0
Debug session time: Wed Feb 12 11:33:39.299 2025 (UTC + 1:00)
System Uptime: 0 days 0:42:15.912
Loading Kernel Symbols
...............................................................
................................................................
................................................................
................................................................
...................
Loading User Symbols
PEB is paged out (Peb.Ldr = 00000067142d3018). Type ".hh dbgerr001" for details Loading unloaded module list ........... For analysis of this file, run !analyze -v nt!KeBugCheckEx: fffff802b80b8460 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:ffffec00`ea055f40=000000000000003b
17: kd> !analyze -v


  •                                                                         *
    
  •                    Bugcheck Analysis                                    *
    
  •                                                                         *
    

SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 0000000080000003, Exception code that caused the BugCheck
Arg2: fffff8025f5d1180, Address of the instruction which caused the BugCheck
Arg3: ffffec00ea056880, Address of the context record for the exception that caused the BugCheck
Arg4: 0000000000000000, zero.

Debugging Details:

KEY_VALUES_STRING: 1

Key  : Analysis.CPU.mSec
Value: 2093

Key  : Analysis.Elapsed.mSec
Value: 2191

Key  : Analysis.IO.Other.Mb
Value: 12

Key  : Analysis.IO.Read.Mb
Value: 1

Key  : Analysis.IO.Write.Mb
Value: 26

Key  : Analysis.Init.CPU.mSec
Value: 796

Key  : Analysis.Init.Elapsed.mSec
Value: 31582

Key  : Analysis.Memory.CommitPeak.Mb
Value: 106

Key  : Analysis.Version.DbgEng
Value: 10.0.27725.1000

Key  : Analysis.Version.Description
Value: 10.2408.27.01 amd64fre

Key  : Analysis.Version.Ext
Value: 1.2408.27.1

Key  : Bugcheck.Code.KiBugCheckData
Value: 0x3b

Key  : Bugcheck.Code.LegacyAPI
Value: 0x3b

Key  : Bugcheck.Code.TargetModel
Value: 0x3b

Key  : Dump.Attributes.AsUlong
Value: 21000

Key  : Dump.Attributes.DiagDataWrittenToHeader
Value: 1

Key  : Dump.Attributes.ErrorCode
Value: 0

Key  : Dump.Attributes.LastLine
Value: Dump completed successfully.

Key  : Dump.Attributes.ProgressPercentage
Value: 100

Key  : Failure.Bucket
Value: 0x3B_80000003_OpenZFS!unknown_function

Key  : Failure.Hash
Value: {e273c5ca-07fc-3f9b-bbbd-cf9f0ae286b1}

Key  : Hypervisor.Enlightenments.Value
Value: 0

Key  : Hypervisor.Enlightenments.ValueHex
Value: 0

Key  : Hypervisor.Flags.AnyHypervisorPresent
Value: 0

Key  : Hypervisor.Flags.ApicEnlightened
Value: 0

Key  : Hypervisor.Flags.ApicVirtualizationAvailable
Value: 1

Key  : Hypervisor.Flags.AsyncMemoryHint
Value: 0

Key  : Hypervisor.Flags.CoreSchedulerRequested
Value: 0

Key  : Hypervisor.Flags.CpuManager
Value: 0

Key  : Hypervisor.Flags.DeprecateAutoEoi
Value: 0

Key  : Hypervisor.Flags.DynamicCpuDisabled
Value: 0

Key  : Hypervisor.Flags.Epf
Value: 0

Key  : Hypervisor.Flags.ExtendedProcessorMasks
Value: 0

Key  : Hypervisor.Flags.HardwareMbecAvailable
Value: 1

Key  : Hypervisor.Flags.MaxBankNumber
Value: 0

Key  : Hypervisor.Flags.MemoryZeroingControl
Value: 0

Key  : Hypervisor.Flags.NoExtendedRangeFlush
Value: 0

Key  : Hypervisor.Flags.NoNonArchCoreSharing
Value: 0

Key  : Hypervisor.Flags.Phase0InitDone
Value: 0

Key  : Hypervisor.Flags.PowerSchedulerQos
Value: 0

Key  : Hypervisor.Flags.RootScheduler
Value: 0

Key  : Hypervisor.Flags.SynicAvailable
Value: 0

Key  : Hypervisor.Flags.UseQpcBias
Value: 0

Key  : Hypervisor.Flags.Value
Value: 16908288

Key  : Hypervisor.Flags.ValueHex
Value: 1020000

Key  : Hypervisor.Flags.VpAssistPage
Value: 0

Key  : Hypervisor.Flags.VsmAvailable
Value: 0

Key  : Hypervisor.RootFlags.AccessStats
Value: 0

Key  : Hypervisor.RootFlags.CrashdumpEnlightened
Value: 0

Key  : Hypervisor.RootFlags.CreateVirtualProcessor
Value: 0

Key  : Hypervisor.RootFlags.DisableHyperthreading
Value: 0

Key  : Hypervisor.RootFlags.HostTimelineSync
Value: 0

Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
Value: 0

Key  : Hypervisor.RootFlags.IsHyperV
Value: 0

Key  : Hypervisor.RootFlags.LivedumpEnlightened
Value: 0

Key  : Hypervisor.RootFlags.MapDeviceInterrupt
Value: 0

Key  : Hypervisor.RootFlags.MceEnlightened
Value: 0

Key  : Hypervisor.RootFlags.Nested
Value: 0

Key  : Hypervisor.RootFlags.StartLogicalProcessor
Value: 0

Key  : Hypervisor.RootFlags.Value
Value: 0

Key  : Hypervisor.RootFlags.ValueHex
Value: 0

Key  : SecureKernel.HalpHvciEnabled
Value: 0

Key  : WER.OS.Branch
Value: ge_release

Key  : WER.OS.Version
Value: 10.0.26100.1

BUGCHECK_CODE: 3b

BUGCHECK_P1: 80000003

BUGCHECK_P2: fffff8025f5d1180

BUGCHECK_P3: ffffec00ea056880

BUGCHECK_P4: 0

FILE_IN_CAB: MEMORY.DMP

DUMP_FILE_ATTRIBUTES: 0x21000

FAULTING_THREAD: ffff80884a275080

CONTEXT: ffffec00ea056880 -- (.cxr 0xffffec00ea056880)
rax=0000000000000000 rbx=ffff80885b865c50 rcx=ec25e412a2270000
rdx=0000000000000000 rsi=ffff80885066b080 rdi=ffff80885789f880
rip=fffff8025f5d1180 rsp=ffffec00ea0572d0 rbp=0000000000000000
r8=fffff8025fb48930 r9=7efefeff2c41442c r10=0000000000000000
r11=8101010101010100 r12=0000000000000000 r13=0000000000000000
r14=0000000000000001 r15=ffff80884e6cfc60
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00040282
OpenZFS+0x1180:
fffff802`5f5d1180 cc int 3
Resetting default scope

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXPNP: 1 (!blackboxpnp)

BLACKBOXWINLOGON: 1

PROCESS_NAME: vds.exe

STACK_TEXT:
ffffec00ea0572d0 fffff8025f6018ff : 7ffffffffffffffc ffff8088b10fbf40 0000000000000000 ffff808800000001 : OpenZFS+0x1180
ffffec00ea057330 fffff8025f6026e1 : 0000000000000000 fffff802b85e116d 0000003c00040246 ffff80885b865c50 : OpenZFS+0x318ff
ffffec00ea057380 fffff8025f92e137 : ffff8088b10fbf40 ffff80885b865c50 ffff80885789f880 0000000000000000 : OpenZFS+0x326e1
ffffec00ea0573d0 fffff8025f932f28 : 0000000000000000 ffff80885066b080 ffff80885b865c50 ff00f8025f5eb859 : OpenZFS+0x35e137
ffffec00ea0574e0 fffff8025f92f08f : ffff80885b865c50 fffff8024bb525db 000000000000000f 0000000000000200 : OpenZFS+0x362f28
ffffec00ea057660 fffff802b7ef7a0e : 0000000000000000 fffff802b7ebadc8 ffff80885b865c50 ffff80885066b080 : OpenZFS+0x35f08f
ffffec00ea057790 fffff802b8461dac : ffff80885b865c50 0000000000000000 ffff80885066b080 0000000000000000 : nt!IofCallDriver+0xbe
ffffec00ea0577d0 fffff802b842ecc2 : ffffec00ea057960 ffff80885b865c20 002d006600380034 0000000000000000 : nt!IopCloseFile+0x2cc
ffffec00ea057860 fffff802b842d2e9 : 0000000000000008 ffff647b771d8617 0000000000000000 fffff802b828cd1f : nt!ObCloseHandleTableEntry+0x512
ffffec00ea0579b0 fffff802b828cd41 : 00000067145ff500 0000000000000002 ffff80884a275080 0000000000000000 : nt!NtClose+0xe9
ffffec00ea057a20 00007ffac6f3f9b4 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceExitPico+0x496
00000067145ff728 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ffa`c6f3f9b4

SYMBOL_NAME: OpenZFS+1180

MODULE_NAME: OpenZFS

IMAGE_NAME: OpenZFS.sys

STACK_COMMAND: .cxr 0xffffec00ea056880 ; kb

BUCKET_ID_FUNC_OFFSET: 1180

FAILURE_BUCKET_ID: 0x3B_80000003_OpenZFS!unknown_function

OS_VERSION: 10.0.26100.1

BUILDLAB_STR: ge_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {e273c5ca-07fc-3f9b-bbbd-cf9f0ae286b1}

Followup: MachineOwner

Image

@lundman
Copy link

lundman commented Feb 12, 2025

Yeah, very close to full details, OpenZFS+0x12345 should of course be a resolved name, if you point it to the symbol files, in C:/Program Files/OpenZFS on Windows/symbols usually done by adding that to the .sympath

@lundman
Copy link

lundman commented Feb 13, 2025

08 ffffec00`ea0572d0 fffff802`5f6018ff     OpenZFS!spl_panic+0x71 [C:\src\openzfs\module\os\windows\spl\spl-err.c @ 85] 
09 ffffec00`ea057330 fffff802`5f6026e1     OpenZFS!spl_assert+0x3f [C:\src\openzfs\include\os\windows\spl\sys\debug.h @ 172] 
0a ffffec00`ea057380 fffff802`5f92e137     OpenZFS!vnode_rele+0x111 [C:\src\openzfs\module\os\windows\spl\spl-vnode.c @ 1407] 
0b ffffec00`ea0573d0 fffff802`5f932f28     OpenZFS!zfs_fileobject_cleanup+0x357 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 6445] 
0c ffffec00`ea0574e0 fffff802`5f92f08f     OpenZFS!fsDispatcher+0x5b8 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 7661] 
0d ffffec00`ea057660 fffff802`b7ef7a0e     OpenZFS!dispatcher+0x35f [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 8067] 
0

Another vnode_rele() - I wonder how this is happening on your system. Why is it trying to close/release things more times than opening.
FileObject is for \ so pretty much the same thing. I wonder if there is a miss somewhere after opening root.

@lundman
Copy link

lundman commented Feb 13, 2025

If you can save the cbuf it would help here, I usually use:

.writemem C:\src\cbuf.txt poi(OpenZFS!cbuf) L100000

Assuming you have a C:/src

It would be easy to not release the usecount if its 0, but that isn't the solution, we track it for a reason, so we shouldnt get more close than create.

@Armin-windows
Copy link
Author

Hi, ihave a new Dump File.

021325-18437-01.dmp

.writemem C:\src\cbuf.txt poi(OpenZFS!cbuf) L100000 was not possible

18: kd> .writemem E:\cbuf.txt poi(OpenZFS!cbuf) L100000
Memory access error at ') '
18: kd> .writemem C:\Users\admin\Desktop\cbuf.txt poi(OpenZFS!cbuf) L100000
Memory access error at ') '
18: kd> .writemem C:\src\cbuf.txt poi(OpenZFS!cbuf) L100000
Memory access error at ') '
18: kd> .writemem E:\src\cbuf.txt poi(OpenZFS!cbuf) L100000
Memory access error at ') '

Image

Image

BUGCHECK_CODE: 3b

BUGCHECK_P1: 80000003

BUGCHECK_P2: fffff8053fd61180

BUGCHECK_P3: fffffe016b27d620

BUGCHECK_P4: 0

FILE_IN_CAB: MEMORY.DMP

ADDITIONAL_DEBUG_TEXT:
You can run '.symfix; .reload' to try to fix the symbol path and load symbols.

WRONG_SYMBOLS_TIMESTAMP: 2c2d16b3

WRONG_SYMBOLS_SIZE: 144f000

FAULTING_MODULE: fffff80598600000 nt

FAULTING_THREAD: ffffa887c488d080

CONTEXT: fffffe016b27d620 -- (.cxr 0xfffffe016b27d620)
rax=0000000000000000 rbx=ffffa88799c02050 rcx=2fe54fcf530e0000
rdx=0000000000000000 rsi=ffffa88799c020b8 rdi=0000000000000000
rip=fffff8053fd61180 rsp=fffffe016b27e070 rbp=ffffa88799c1c660
r8=fffff805402d8930 r9=7efefeff2c41442c r10=0000000000000000
r11=8101010101010100 r12=0000000000000000 r13=0000000010000004
r14=0000000000000000 r15=ffffa88799fe3d01
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00040282
OpenZFS!spl_panic+0x70:
fffff805`3fd61180 cc int 3
Resetting default scope

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXWINLOGON: 1

STACK_TEXT:
fffffe016b27e070 fffff8053fd918ff : 7ffffffffffffffc ffffa887be6e1520 0000000000000000 ffffa88700000001 : OpenZFS!spl_panic+0x70 [C:\src\openzfs\module\os\windows\spl\spl-err.c @ 84]
fffffe016b27e0d0 fffff8053fd926e1 : ffffa88799c1c660 fffff80598fe116d 0000003c00040246 ffffa887cc26e120 : OpenZFS!spl_assert+0x3f [C:\src\openzfs\include\os\windows\spl\sys\debug.h @ 172]
fffffe016b27e120 fffff805400be137 : ffffa887be6e1520 ffffa88799c02050 0000000000000000 0000000000000000 : OpenZFS!vnode_rele+0x111 [C:\src\openzfs\module\os\windows\spl\spl-vnode.c @ 1407]
fffffe016b27e170 fffff805400c2f28 : 0000000000000000 ffffa88799c020b8 ffffa88799c02050 ff00f8053fd7b859 : OpenZFS!zfs_fileobject_cleanup+0x357 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 6445]
fffffe016b27e280 fffff805400bf08f : ffffa88799c02050 fffff8059882f1b8 fffffe016b27e5a9 0000000000000000 : OpenZFS!fsDispatcher+0x5b8 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 7661]
fffffe016b27e400 fffff805988f7a0e : ffffa887cc26e120 ffffa88799c1c660 ffffa8870000000d fffffe016b27e610 : OpenZFS!dispatcher+0x35f [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 8067]
fffffe016b27e530 fffff8052a176afc : 0000000000000000 ffffa88799c02050 0000000000000000 0000008e780fd450 : nt!IofCallDriver+0xbe
fffffe016b27e570 0000000000000000 : ffffa88799c02050 0000000000000000 0000008e780fd450 fffffe016b27e650 : FLTMGR+0x6afc

FAULTING_SOURCE_LINE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_FILE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_LINE_NUMBER: 84

FAULTING_SOURCE_CODE:
No source found for 'C:\src\openzfs\module\os\windows\spl\spl-err.c'

STACK_COMMAND: .cxr 0xfffffe016b27d620 ; kb

EXCEPTION_CODE_STR: 2C2D16B3

EXCEPTION_STR: WRONG_SYMBOLS

PROCESS_NAME: ntoskrnl.wrong.symbols.exe

IMAGE_NAME: ntoskrnl.wrong.symbols.exe

MODULE_NAME: nt_wrong_symbols

SYMBOL_NAME: nt_wrong_symbols!2C2D16B3144F000

FAILURE_BUCKET_ID: WRONG_SYMBOLS_X64_26100.1.amd64fre.ge_release.240331-1435_TIMESTAMP_930627-034035_2C2D16B3_nt_wrong_symbols!2C2D16B3144F000

OS_VERSION: 10.0.26100.1

BUILDLAB_STR: ge_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {d3ef0df0-b72f-27fa-b920-f6dc7fcda38b}

Followup: MachineOwner

Image

@Armin-windows
Copy link
Author

after
.symfix+ c:\symbols
.reload

BUGCHECK_CODE: 3b

BUGCHECK_P1: 80000003

BUGCHECK_P2: fffff8053fd61180

BUGCHECK_P3: fffffe016b27d620

BUGCHECK_P4: 0

FILE_IN_CAB: MEMORY.DMP

FAULTING_THREAD: ffffa887c488d080

CONTEXT: fffffe016b27d620 -- (.cxr 0xfffffe016b27d620)
rax=0000000000000000 rbx=ffffa88799c02050 rcx=2fe54fcf530e0000
rdx=0000000000000000 rsi=ffffa88799c020b8 rdi=0000000000000000
rip=fffff8053fd61180 rsp=fffffe016b27e070 rbp=ffffa88799c1c660
r8=fffff805402d8930 r9=7efefeff2c41442c r10=0000000000000000
r11=8101010101010100 r12=0000000000000000 r13=0000000010000004
r14=0000000000000000 r15=ffffa88799fe3d01
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00040282
OpenZFS!spl_panic+0x70:
fffff805`3fd61180 cc int 3
Resetting default scope

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXWINLOGON: 1

PROCESS_NAME: FancyCcV.exe

STACK_TEXT:
fffffe016b27e070 fffff8053fd918ff : 7ffffffffffffffc ffffa887be6e1520 0000000000000000 ffffa88700000001 : OpenZFS!spl_panic+0x70 [C:\src\openzfs\module\os\windows\spl\spl-err.c @ 84]
fffffe016b27e0d0 fffff8053fd926e1 : ffffa88799c1c660 fffff80598fe116d 0000003c00040246 ffffa887cc26e120 : OpenZFS!spl_assert+0x3f [C:\src\openzfs\include\os\windows\spl\sys\debug.h @ 172]
fffffe016b27e120 fffff805400be137 : ffffa887be6e1520 ffffa88799c02050 0000000000000000 0000000000000000 : OpenZFS!vnode_rele+0x111 [C:\src\openzfs\module\os\windows\spl\spl-vnode.c @ 1407]
fffffe016b27e170 fffff805400c2f28 : 0000000000000000 ffffa88799c020b8 ffffa88799c02050 ff00f8053fd7b859 : OpenZFS!zfs_fileobject_cleanup+0x357 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 6445]
fffffe016b27e280 fffff805400bf08f : ffffa88799c02050 fffff8059882f1b8 fffffe016b27e5a9 0000000000000000 : OpenZFS!fsDispatcher+0x5b8 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 7661]
fffffe016b27e400 fffff805988f7a0e : ffffa887cc26e120 ffffa88799c1c660 ffffa8870000000d fffffe016b27e610 : OpenZFS!dispatcher+0x35f [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 8067]
fffffe016b27e530 fffff8052a176afc : 0000000000000000 ffffa88799c02050 0000000000000000 0000008e780fd450 : nt!IofCallDriver+0xbe
fffffe016b27e570 fffff8052a175c19 : fffffe016b27e670 ffffa88799fe3db0 ffffa887cc26e100 ffffa88799c1c970 : FLTMGR!FltpLegacyProcessingAfterPreCallbacksCompleted+0x23c
fffffe016b27e610 fffff805988f7a0e : ffffa8878dddb040 ffffa88799fe3db0 ffffa88799c1c660 0000000000000000 : FLTMGR!FltpDispatch+0x109
fffffe016b27e6b0 fffff8052a175c69 : 0000000000000300 fffff805988baff7 ffffa8878dcfc000 fffff8059881fbc0 : nt!IofCallDriver+0xbe
fffffe016b27e6f0 fffff805988f7a0e : 0000000000000001 ffffa887cc26e120 ffffa887c4890080 0000000000000000 : FLTMGR!FltpDispatch+0x159
fffffe016b27e790 fffff80598e61dac : ffffa887cc26e120 0000000000000000 ffffa887c4890080 0000000000000000 : nt!IofCallDriver+0xbe
fffffe016b27e7d0 fffff80598e2ecc2 : fffffe016b27e960 ffffa887cc26e0f0 000001a53dcafdd0 0000000000000000 : nt!IopCloseFile+0x2cc
fffffe016b27e860 fffff80598e2d2e9 : 0000000000000008 ffff1e996f9a1ea7 0000000000000000 fffff80598c8ce1f : nt!ObCloseHandleTableEntry+0x512
fffffe016b27e9b0 fffff80598c8ce41 : ffffa887c488d000 0000000000000000 ffffa887c488d080 000001a53dcde8c0 : nt!NtClose+0xe9
fffffe016b27ea20 00007ffb93bff9b4 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceExitPico+0x496
0000008e780fd3d8 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ffb`93bff9b4

FAULTING_SOURCE_LINE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_FILE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_LINE_NUMBER: 84

FAULTING_SOURCE_CODE:
No source found for 'C:\src\openzfs\module\os\windows\spl\spl-err.c'

SYMBOL_NAME: OpenZFS!spl_panic+70

MODULE_NAME: OpenZFS

IMAGE_NAME: OpenZFS.sys

STACK_COMMAND: .cxr 0xfffffe016b27d620 ; kb

BUCKET_ID_FUNC_OFFSET: 70

FAILURE_BUCKET_ID: 0x3B_80000003_OpenZFS!spl_panic

OS_VERSION: 10.0.26100.1

BUILDLAB_STR: ge_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {acbef694-3392-c1df-dde9-ff3eb6775309}

Followup: MachineOwner

Image

@Armin-windows
Copy link
Author

zpool cache.zip

@sskras
Copy link

sskras commented Feb 13, 2025

@Armin-windows 44 minutes ago:

[...]

Heck is that messed up.

BUGCHECK_CODE: 3b

BUGCHECK_P1: 80000003

BUGCHECK_P2: fffff8053fd61180

BUGCHECK_P3: fffffe016b27d620

BUGCHECK_P4: 0

FILE_IN_CAB: MEMORY.DMP

FAULTING_THREAD: ffffa887c488d080

CONTEXT: fffffe016b27d620 -- (.cxr 0xfffffe016b27d620)
rax=0000000000000000 rbx=ffffa88799c02050 rcx=2fe54fcf530e0000
rdx=0000000000000000 rsi=ffffa88799c020b8 rdi=0000000000000000
rip=fffff8053fd61180 rsp=fffffe016b27e070 rbp=ffffa88799c1c660
r8=fffff805402d8930 r9=7efefeff2c41442c r10=0000000000000000
r11=8101010101010100 r12=0000000000000000 r13=0000000010000004
r14=0000000000000000 r15=ffffa88799fe3d01
iopl=0 nv up ei ng nz na pe nc
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00040282
OpenZFS!spl_panic+0x70:
fffff805`3fd61180 cc int 3
Resetting default scope

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXWINLOGON: 1

PROCESS_NAME: FancyCcV.exe

STACK_TEXT:
fffffe01`6b27e070 fffff805`3fd918ff : 7fffffff`fffffffc ffffa887`be6e1520 00000000`00000000 ffffa887`00000001 : OpenZFS!spl_panic+0x70 [C:\src\openzfs\module\os\windows\spl\spl-err.c @ 84] 
fffffe01`6b27e0d0 fffff805`3fd926e1 : ffffa887`99c1c660 fffff805`98fe116d 0000003c`00040246 ffffa887`cc26e120 : OpenZFS!spl_assert+0x3f [C:\src\openzfs\include\os\windows\spl\sys\debug.h @ 172] 
fffffe01`6b27e120 fffff805`400be137 : ffffa887`be6e1520 ffffa887`99c02050 00000000`00000000 00000000`00000000 : OpenZFS!vnode_rele+0x111 [C:\src\openzfs\module\os\windows\spl\spl-vnode.c @ 1407] 
fffffe01`6b27e170 fffff805`400c2f28 : 00000000`00000000 ffffa887`99c020b8 ffffa887`99c02050 ff00f805`3fd7b859 : OpenZFS!zfs_fileobject_cleanup+0x357 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 6445] 
fffffe01`6b27e280 fffff805`400bf08f : ffffa887`99c02050 fffff805`9882f1b8 fffffe01`6b27e5a9 00000000`00000000 : OpenZFS!fsDispatcher+0x5b8 [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 7661] 
fffffe01`6b27e400 fffff805`988f7a0e : ffffa887`cc26e120 ffffa887`99c1c660 ffffa887`0000000d fffffe01`6b27e610 : OpenZFS!dispatcher+0x35f [C:\src\openzfs\module\os\windows\zfs\zfs_vnops_windows.c @ 8067] 
fffffe01`6b27e530 fffff805`2a176afc : 00000000`00000000 ffffa887`99c02050 00000000`00000000 0000008e`780fd450 : nt!IofCallDriver+0xbe 
fffffe01`6b27e570 fffff805`2a175c19 : fffffe01`6b27e670 ffffa887`99fe3db0 ffffa887`cc26e100 ffffa887`99c1c970 : FLTMGR!FltpLegacyProcessingAfterPreCallbacksCompleted+0x23c 
fffffe01`6b27e610 fffff805`988f7a0e : ffffa887`8dddb040 ffffa887`99fe3db0 ffffa887`99c1c660 00000000`00000000 : FLTMGR!FltpDispatch+0x109 
fffffe01`6b27e6b0 fffff805`2a175c69 : 00000000`00000300 fffff805`988baff7 ffffa887`8dcfc000 fffff805`9881fbc0 : nt!IofCallDriver+0xbe 
fffffe01`6b27e6f0 fffff805`988f7a0e : 00000000`00000001 ffffa887`cc26e120 ffffa887`c4890080 00000000`00000000 : FLTMGR!FltpDispatch+0x159 
fffffe01`6b27e790 fffff805`98e61dac : ffffa887`cc26e120 00000000`00000000 ffffa887`c4890080 00000000`00000000 : nt!IofCallDriver+0xbe 
fffffe01`6b27e7d0 fffff805`98e2ecc2 : fffffe01`6b27e960 ffffa887`cc26e0f0 000001a5`3dcafdd0 00000000`00000000 : nt!IopCloseFile+0x2cc 
fffffe01`6b27e860 fffff805`98e2d2e9 : 00000000`00000008 ffff1e99`6f9a1ea7 00000000`00000000 fffff805`98c8ce1f : nt!ObCloseHandleTableEntry+0x512 
fffffe01`6b27e9b0 fffff805`98c8ce41 : ffffa887`c488d000 00000000`00000000 ffffa887`c488d080 000001a5`3dcde8c0 : nt!NtClose+0xe9 
fffffe01`6b27ea20 00007ffb`93bff9b4 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceExitPico+0x496 
0000008e`780fd3d8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x00007ffb`93bff9b4

FAULTING_SOURCE_LINE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_FILE: C:\src\openzfs\module\os\windows\spl\spl-err.c

FAULTING_SOURCE_LINE_NUMBER: 84

FAULTING_SOURCE_CODE:
No source found for 'C:\src\openzfs\module\os\windows\spl\spl-err.c'

SYMBOL_NAME: OpenZFS!spl_panic+70

MODULE_NAME: OpenZFS

IMAGE_NAME: OpenZFS.sys

STACK_COMMAND: .cxr 0xfffffe016b27d620 ; kb

BUCKET_ID_FUNC_OFFSET: 70

FAILURE_BUCKET_ID: 0x3B_80000003_OpenZFS!spl_panic

OS_VERSION: 10.0.26100.1

BUILDLAB_STR: ge_release

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {acbef694-3392-c1df-dde9-ff3eb6775309}

@Armin-windows
Copy link
Author

Hi sskras
Sorry for the confusion.
Unfortunately I'm not a programmer and I'm just trying to help with troubleshooting.
Greetings Armin

@sskras
Copy link

sskras commented Feb 13, 2025

All fine, me too, and no need to be one! :)
Just to recap:

if in future you could add two ``` lines around your dump (one just before it and another one right after it), that would make all the text to become fixed (easier for reading).

Thanks in advance! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants