From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Shuklin Subject: linux crash behavior Date: Wed, 17 Aug 2011 15:14:57 +0400 Message-ID: <1313579697.2116.14.camel@mabase> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Good day. I found that xen_panic_event (in arch/x86/xen/enlighten.c) ignore sysctl settings for kernel.panic, which declare delay between crash and crash consequences. F.e. if we do this in: sysctl kernel.panic=30 echo c >/proc/sysrq-trigger I expect at least 30s of crashdump on screen, not instant domain disappearance. Is this feature or bug? Thanks.