Hi octabrain and Welcome.
Both your dump files a stop error of 0x7F. Its a stop error that ZoneAlarm firewall gives frequently. You have two
(?) options:
ZoneAlarm Security and Firewall is known to be a cause of BSOD's on many Windows 7 systems. Download the
ZoneAlarm Remover. Uninstall ZoneAlarm through Programs and Features. Boot to safe mode and run the
ZoneAlarm Remover. Reboot. Make sure that Windows Firewall is enabled.
Alternatively
Try this Microsoft hotfix if you wish to keep ZoneAlarm:
Stop Error 0x07F when you run applications that transfer data using the UDP protocol in Win Server 2008 R2/Win 7" which I can neither verify or discount. It may work, it may not.
Avira is known to be a cause of BSOD's on some Win 7 systems.
Uninstall Avira and download BSOD friendly
Microsoft Security Essentials as its replacement. Make sure Windows firewall is enabled!
The
sptd.sys driver is notorious for causing BSOD's with Windows 7. It's used by Daemon Tools /Alcohol 120 which will also have to be uninstalled.
Then use the correct uninstaller in
Safe Mode for your set up to remove
sptd.sys:
Make sure to select uninstall!
I'm going to go through your dump file looking for any updates and possible future problem drivers.
Bugcheck Analysis
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 0000000000000008, EXCEPTION_DOUBLE_FAULT
Arg2: 0000000080050031
Arg3: 00000000000006f8
Arg4: fffff8000229cec0