linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Austin S Hemmelgarn <ahferroin7@gmail.com>
To: Vitor Pereira <vitor895@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: Laptop CPU Intel N3530 with Linux version 4.2.5 complete freezes from time to time
Date: Mon, 2 Nov 2015 09:16:02 -0500	[thread overview]
Message-ID: <56377022.2030708@gmail.com> (raw)
In-Reply-To: <56365DC8.1090005@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]

On 2015-11-01 13:45, Vitor Pereira wrote:
> Hi,
> Laptop CPU Intel N3530 with Linux version 4.2.5 complete freezes from
> time to time and I cannot find the right solution. It does not respond
> to keyboard or mouse and only hardreset helps out.
> I have installed Arch Linux with KDE Plasma 5.4.2 on my laptop LG
> 15U340-L.BK55P1 with Corsair Neutron SSD and it freezes randomly.
> Sometimes only a few minutes after start and sometimes hours. It freezes
> more often when I do something on the internet (videostream).
>
> I have disabled intel-pstate and use acpi-cpufreq (although the
> temperature should not be the problem) and it still freezes.
> I also have compiled Linux 4.2.5 with CONFIG_DEBUG_INFO=y,
> CONFIG_CRASH_DUMP=y and CONFIG_PROC_VMCORE=y to use Kdump. I checked
> whether the crash kernel was working running command echo c >
> /proc/sysrq-trigger and it worked. But when I reboot Linux 4.2.5, loaded
> crash kernel  and waited for Linux 4.2.5 freezes then Kdump was not
> triggered.
Try building with the following kconfig options added:
LOCKUP_DETECTOR=y
BOOTPARAM_HARDLOCKUP_PANIC=y
BOOTPARAM_SOFTLOCKUP_PANIC=y
DETECT_HUNG_TASKS=y
BOOTPARAM_HUNG_TASK_PANIC=y

While those won't fix the issue, they should at least get you a 
crashdump when the system hangs, which in turn should help track down 
what exactly is happening.



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3019 bytes --]

      reply	other threads:[~2015-11-02 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-01 18:45 Laptop CPU Intel N3530 with Linux version 4.2.5 complete freezes from time to time Vitor Pereira
2015-11-02 14:16 ` Austin S Hemmelgarn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56377022.2030708@gmail.com \
    --to=ahferroin7@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vitor895@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).