I'm running ubuntu-server, 3.2.0-29-generic-pae. Not every time, but enough that it is reproducible, when I cp or mv a large file the kernel panics. I read that changing the scheduler sometimes helps so I'm currently using noop instead of cfq. I've run memtest with no discernible results. And run badblocks on my ide that hosts the operating system. I have two SATA 500gb hard drives attached as well. The crash that is currently documented occurred when transferring from one to the other.
I ran cat /proc/kmsg on an ssh terminal and simulated a crash on my server, giving the following results:
7t:(ul
<4>[ 7486.965231] Disabling lock debugging due to kernel taint
<0>[ 7486.965231] [Hardware Error]: CPU 1: Machine Check Exception: 4 Bank 0: b20000001040080f
<0>[ 7486.965231] [Hardware Error]: RIP !INEXACT! 00:<00000000c1018b5c>
<0>[ 7486.965231] [Hardware Error]: TSC 1649e27da970
<0>[ 7486.965231] [Hardware Error]: PROCESSOR 0:f34 TIME 1358822531 SOCKET 0 APIC 1 microcode 13
<0>[ 7486.965231] [Hardware Error]: Run the above through 'mcelog --ascii'
<0>[ 7486.965231] [Hardware Error]: CPU 0: Machine Check Exception: 4 Bank 0: b20000001040080f
<0>[ 7486.965231] [Hardware Error]: RIP !INEXACT! 00:<00000000c12b7906>
<0>[ 7486.965231] [Hardware Error]: TSC 1649e27daae0
<0>[ 7486.965231] [Hardware Error]: PROCESSOR 0:f34 TIME 1358822531 SOCKET 0 APIC 0 microcode 13
<0>[ 7486.965231] [Hardware Error]: Run the above through 'mcelog --ascii'
<0>[ 7486.965231] [Hardware Error]: Machine check: Processor context corrupt
<0>[ 7486.965231] Kernel panic - not syncing: Fatal Machine check
<4>[ 7486.965231] Pid: 0, comm: swapper/1 Tainted: G M 3.2.0-29-generic-pae #46-Ubuntu
<4>[ 7486.965231] Call Trace:
<4>[ 7486.965231] [<c158f812>] ? printk+0x2d/0x2f
<4>[ 7486.965231] [<c158f6e0>] panic+0x5c/0x161
<4>[ 7486.965231] [<c10247ef>] mce_panic.part.14+0x13f/0x170
<4>[ 7486.965231] [<c1024872>] mce_panic+0x52/0x90
<4>[ 7486.965231] [<c1024a18>] mce_reign+0x168/0x170
<4>[ 7486.965231] [<c1024bb5>] mce_end+0x105/0x110
<4>[ 7486.965231] [<c10252db>] do_machine_check+0x32b/0x4f0
<4>[ 7486.965231] [<c1018b5c>] ? mwait_idle+0x7c/0x1d0
<4>[ 7486.965231] [<c1024fb0>] ? mce_log+0x120/0x120
<4>[ 7486.965231] [<c15a5e47>] error_code+0x67/0x6c
<4>[ 7486.965231] [<c1018b5c>] ? mwait_idle+0x7c/0x1d0
<4>[ 7486.965231] [<c1010338>] cpu_idle+0xa8/0xe0
<4>[ 7486.965231] [<c1588923>] start_secondary+0xe8/0xed
<3>[ 7486.965231] panic occurred, switching back to text console
Thanks for you help! curios
P.S. this is my first post, so I apologize in advance for any breaks of etiquette.

ubuntu-bug linux. I recommend reproducing the bug as soon before reporting it as possible (then reboot and report), so it's clear in the logs. This'll probably be closed as off-topic; isee the FAQ and this policy. – Eliah Kagan Jan 22 at 4:26