Category : Kern-Common

KERN-COMMON panics are raised by the kernel when various kernel-side utility functions are called with bad arguments.

88

This panic is raised by Mem::Compare(), Mem::CompareC() and Mem::CompareF() when the length of the area of memory designated as the left hand area, is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

89

This panic is raised by Mem::Compare(), Mem::CompareC() and Mem::CompareF() when the length of the area of memory designated as the right hand area, is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

90

This panic is raised by Mem::Copy() when the length of the area of memory to be copied is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

91

This panic is raised by Mem::Move() when the length of the area of memory to be moved is not a multiple of 4. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

92

This panic is raised by Mem::Move() when the address of the source for the move operation is not aligned on a 4 byte boundary. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

93

This panic is raised by Mem::Move() when the address of the target for the move operation is not aligned on a 4 byte boundary. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

94

This panic is raised by Mem::Swap() when the length of the area of memory to be swapped is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.

95

This panic is raised by Mem::Fill() and Mem::FillZ() when the length of the area of memory to be filled is negative. This panic is raised in debug builds only. On the user side this is associated with the USER category; on the kernel side this is associated with the KERN-COMMON category.