Prakash Surya wrote: > I'm curious, the allocation functions can return NULL on the OSX port? > > That just seems like a recipe for disaster, if so. The code is written > with the assumption that allocations will never return NULL (IIRC, the > illumos allocation semantics guarantee success or hang). >
I have made patches to SPL to panic if kmem_alloc, or mutex_init, returns NULL, but that appears to not be the case. So many panics at end of ZIO would suggest an issue with ZIO, but they appear to be normal kmem_cache_allocs. We'll keep digging. Lund -- Jorgen Lundman | <[email protected]> Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo | +81 (0)90-5578-8500 (cell) Japan | +81 (0)3 -3375-1767 (home) _______________________________________________ developer mailing list [email protected] http://lists.open-zfs.org/mailman/listinfo/developer
