Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Jul 2002 13:40:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Jul 2002 13:40:22 -0400 Received: from jalon.able.es ([212.97.163.2]:11486 "EHLO jalon.able.es") by vger.kernel.org with ESMTP id ; Mon, 29 Jul 2002 13:40:20 -0400 Date: Mon, 29 Jul 2002 19:42:38 +0200 From: "J.A. Magallon" To: lkml Cc: Andrea Arcangeli Subject: oopsen with rc3-aa3 Message-ID: <20020729174238.GA1919@714-cm.cps.unizar.es> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7BIT X-Mailer: Balsa 1.3.6 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2101 Lines: 45 Hi. The new code in rc3aa3 makes a dual Xeon box hang on boot just when stating migration threads. I get two simultaneous oops, one for migration_thread=1 and =2. Decoded oops for one of them: *pde = 00000000 CPU: 1 EIP: 0010:[<80119f9d>] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010006 eax: 00002700 ebx: 000000ff ecx: 00000004 edx: 00000000 esi: 00000000 edi: 00000004 ebp: bffe7f80 esp: bffe7f40 ds: 0018 es: 0018 ss: 0018 Process migration_CPU1 (pid: 3, stackpage=bffe7000) Stack: 00000000 00000004 0000000a bffe7fc8 ffffffff 00000001 bffe634b ffffffff 00000001 00000000 0000000a 00000001 802fe240 00000000 bffe6000 802fe240 bffe7fc0 8011a7e7 802fe240 00000001 802fe240 8025c116 bffe633e bffe6000 Call Trace: [<8011a7e7>] [<8025c116>] [<8025c134>] [<8011c009>] [<80105000>] [<80105000>] [<80107256>] [<8011bec0>] Code: 8b 42 14 c7 42 14 01 00 00 00 85 c0 0f 85 88 03 00 00 8b 52 >>EIP; 80119f9c <===== Trace; 8011a7e6 Trace; 8025c116 Trace; 8025c134 Trace; 8011c008 Trace; 80105000 <_stext+0/0> Trace; 80105000 <_stext+0/0> Trace; 80107256 Trace; 8011bec0 Code; 80119f9c 00000000 <_EIP>: Code; 80119f9c <===== 0: 8b 42 14 mov 0x14(%edx),%eax <===== Code; 80119f9e 3: c7 42 14 01 00 00 00 movl $0x1,0x14(%edx) Code; 80119fa6 a: 85 c0 test %eax,%eax Code; 80119fa8 c: 0f 85 88 03 00 00 jne 39a <_EIP+0x39a> 8011a336 Code; 80119fae 12: 8b 52 00 mov 0x0(%edx),%edx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/