<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [965gm regression v3.13] TOSHIBA Satellite U400 intel GM965/GL960 suspend/resume failure kernel 3.14 rc7, rc6, 3.13"
href="https://bugs.freedesktop.org/show_bug.cgi?id=76520#c31">Comment # 31</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO --- - [965gm regression v3.13] TOSHIBA Satellite U400 intel GM965/GL960 suspend/resume failure kernel 3.14 rc7, rc6, 3.13"
href="https://bugs.freedesktop.org/show_bug.cgi?id=76520">bug 76520</a>
from <span class="vcard"><a class="email" href="mailto:ville.syrjala@linux.intel.com" title="Ville Syrjala <ville.syrjala@linux.intel.com>"> <span class="fn">Ville Syrjala</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=76520#c30">comment #30</a>)
<span class="quote">> I compiled a kernel with the three PSTORE options, but after crash and
> mounting the pstore file system, there was nothing there.</span >
It might be that the memory got cleared after the machine was restarted. On one
of my machines the reset button and watchdog preserved the memory contents, but
a quick off/on with the power button didn't.
Maybe try enabling a few more kernel debug knobs:
CONFIG_LOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
And also set "oops=panic panic=-1" on the kernel command line.
You may also want to give the watchdog a try. So load the itco_wdt driver and
tell the watchdog daemon to use /dev/watchdog, and start the daemon before
suspending. Although on my machine the watchdog failed to reboot the machine
when it hung during resume.
Also one option would be to set "no_console_suspend" on the kernel command line
(or "echo 0 > /sys/module/printk/parameters/console_suspend") and see if you
can simply catch the oops on the console. If there's a serial port try serial
console, if not try netconsole.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>