Bug #6733
mh_contents rwlock is not initialised
Start date:
2016-03-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Reported by Jorgen Lundman:
During a port of the IllumOS crypto API to OSX, and due to the stricter
rwlock in the Solaris Porting Layer, it stopped here;
panic(cpu 1 caller 0xffffff7f8f655ec2): "rwlock 0xffffff8c89abeec0 not
initialised\n"@spl-rwlock.c:88
which I ran down to modhash.c not initialising its "mh_contents", and
pushed the commit:
https://github.com/openzfsonosx/zfs/commit/b8f2cc636bea9de416e8c809e3148359a314e4c7
Updated by Marcel Telka almost 5 years ago
- Status changed from New to In Progress
- Assignee set to Marcel Telka
Updated by Electric Monk almost 5 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit debed2c9e88134586f1a03761f87d8a1d599b854
commit debed2c9e88134586f1a03761f87d8a1d599b854 Author: Jorgen Lundman <lundman@lundman.net> Date: 2016-03-09T18:08:23.000Z 6733 mh_contents rwlock is not initialised Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>