-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Problematic frame: C [libzfs.so+0xbb6b] #4570
Comments
I was able to reproduce this problem on a fresh Ubuntu VM: it seems to be caused by the fact that the JVM cannot load the ZFS native library while running as the user When the native Screenshot with both java and native backtraces: To test my findings i tried to TL;DR this seems to be a libzfs4j bug (using a null pointer in a JNA callback), not in ZoL/libzfs itself. |
@loli10K thanks for investigating this. Then it sounds like this issue will be resolved when #4487 is finalized and merged. At that point all users will be able to open This is a little bit of an aside but what would be very helpful is if we could get some additional user testing on the #4487 patch. Specifically try and break it, and perform some operation which you shouldn't be allowed too. The patch is in good shape with just a few newly enabled test cases failing which need to be resolved. |
@behlendorf #4487 has been merged (even if it's not in any 0.6.5.X stable release yet, afaik) and we haven't never heard from the OP about this issue: should we close this? |
Yes we should, thanks for pointing this one out. The fix has been merged and a new issue can be opened if any new issues are discovered. |
libzfs.so is causing a crash that occurs sporatically when running Jenkins (regardless of java 7 or 8).
Here is the dump:
The text was updated successfully, but these errors were encountered: