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

Error 1000007e, high load #302

Open
dima333750 opened this issue Sep 3, 2020 · 3 comments
Open

Error 1000007e, high load #302

dima333750 opened this issue Sep 3, 2020 · 3 comments

Comments

@dima333750
Copy link

dima333750 commented Sep 3, 2020

Hello ;)
Tested OpenZFSOnWindows-debug-20200814.exe version today
Creature:
zpool create -O dedup=on -O casesensitivity=insensitive -O atime=off -o ashift=12 dedu PHYSICALDRIVE4
Load: different files, many duplicates, frequent deletion of files
After 30 minutes, the SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M error (1000007e)
Reports:
zfs_03.09.2020.txt
090320-37734-01.zip

@lundman
Copy link
Collaborator

lundman commented Sep 15, 2020

Sorry for the delay.

 ZFSin!dmu_objset_pool [C:\src\ZFSin\ZFSin\zfs\module\zfs\dmu_objset.c @ 112] 
 ZFSin!zfs_get_done+0x46 [C:\src\ZFSin\ZFSin\zfs\module\zfs\zfs_vnops.c @ 1219] 
Attempt to read from address ffffffffffffffff

1219 VN_RELE_ASYNC(ZTOV(zp), dsl_pool_vnrele_taskq(dmu_objset_pool(os)));

Interesting- not seen this one before. Presumably in this "done" function, the "os" or "ds" has been released already.

@dima333750
Copy link
Author

Perhaps I am not sending enough data to detect the problem? What other data can I collect?
I tested the version of OpenZFSOnWindows-debug-20200825.exe
Pool creation,
zpool create -O compress=lz4 -O dedup=on -O casesensitivity=insensitive -O atime=off -o ashift=12 dedu PHYSICALDRIVE"?"
working conditions are the same.
And again bsod, SYSTEM_SERVICE_EXCEPTION (3b)
zfs_19.10.2020.txt

@lundman
Copy link
Collaborator

lundman commented Oct 21, 2020

Thanks for the feedback - I'm knee deep in the new port so we can merge ZFSin with upstream, but I'll get back to this.

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

2 participants