2 minidumps crash at ntoskrnl.exe. This is the Windows Boot Up Kernel. They have a bugcheck of 7F.
1 minidump crashes with memory corruption. It has a bugcheck of 0A. It also references SYMTDI.SYS. This is the Symantec/Norton Network Dispatch Driver.
0x0000007F: UNEXPECTED_KERNEL_MODE_TRAP
One of three types of problems occurred in kernel-mode: (1) Hardware failures. (2) Software problems. (3) A bound trap (i.e., a condition that the kernel is not allowed to have or intercept). Hardware failures are the most common cause (many dozen KB articles exist for this error referencing specific hardware failures) and, of these, memory hardware failures are the most common.
0x0000000A: IRQL_NOT_LESS_OR_EQUAL
Typically due to a bad driver, or faulty or incompatible hardware or software. Technically, this error condition means that a kernel-mode process or driver tried to access a memory location to which it did not have permission, or at a kernel Interrupt ReQuest Level (IRQL) that was too high. (A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own.)
Run memtest86+ to test your ram.
Regards Howard
