Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934614AbYBOGx1 (ORCPT ); Fri, 15 Feb 2008 01:53:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759755AbYBOGum (ORCPT ); Fri, 15 Feb 2008 01:50:42 -0500 Received: from mga10.intel.com ([192.55.52.92]:26708 "EHLO fmsmga102.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933536AbYBOGuj (ORCPT ); Fri, 15 Feb 2008 01:50:39 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.25,356,1199692800"; d="scan'208";a="519019951" Subject: NULL pointer in kmem_cache_alloc with 2.6.25-rc1 From: "Zhang, Yanmin" To: Christoph Lameter Cc: LKML Content-Type: text/plain; charset=utf-8 Date: Fri, 15 Feb 2008 14:47:01 +0800 Message-Id: <1203058021.3027.143.camel@ymzhang> Mime-Version: 1.0 X-Mailer: Evolution 2.9.2 (2.9.2-2.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2840 Lines: 65 On my 16-core tigerton, kernel panic when I ran hackbench process testing. See below log. Commandline to start hackbench: #./hackbench 150 process 2000 Kernel config options: CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set Kernel panic at line 1637 in file mm/slub.c because object=c->freelist=NULL. -yanmin ********************syslog*************** lkp-tt01-x8664 login: BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 IP: [] kmem_cache_alloc+0x3c/0x6c PGD 45c5a1067 PUD 45c5a2067 PMD 0 Oops: 0000 [1] SMP CPU 0 Modules linked in: video output Pid: 8095, comm: hackbench Not tainted 2.6.25-rc1 #1 RIP: 0010:[] [] kmem_cache_alloc+0x3c/0x6c RSP: 0018:ffff81045c5b3bf8 EFLAGS: 00010246 RAX: 0000000000000000 RBX: ffff810001007d40 RCX: ffffffff805e0024 RDX: 0000000000000000 RSI: 00000000000004d0 RDI: ffffffff80928890 RBP: 00000000000004d0 R08: ffff81045cfa2a80 R09: ffff81045cfa2a80 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000064 R13: ffffffff80928890 R14: 0000000000000000 R15: 0000000000000000 FS: 00007fb63b0ab6f0(0000) GS:ffffffff808ff000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b CR2: 0000000000000000 CR3: 000000045c5a0000 CR4: 00000000000006e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Process hackbench (pid: 8095, threadinfo ffff81045c5b2000, task ffff81045c5ae7b0) Stack: ffff810437c399c0 0000000000000000 00000000000004d0 ffffffff805e0024 ffff81045cfdbb80 00000000000004d0 7fffffffffffffff 0000000000000064 ffff81045c5b3d04 ffffffff805dc389 0000000000000000 ffff81045c5ae7b0 Call Trace: [] ? __alloc_skb+0x31/0x121 [] ? sock_alloc_send_skb+0x77/0x1d2 [] ? autoremove_wake_function+0x0/0x2e [] ? memcpy_fromiovec+0x36/0x66 [] ? unix_stream_sendmsg+0x165/0x333 [] ? sock_aio_write+0xd1/0xe0 [] ? __wake_up_common+0x41/0x74 [] ? do_sync_write+0xc9/0x10c [] ? __do_fault+0x382/0x3cd [] ? autoremove_wake_function+0x0/0x2e [] ? handle_mm_fault+0x38a/0x70d [] ? error_exit+0x0/0x51 [] ? __dequeue_entity+0x1c/0x32 [] ? vfs_write+0xc0/0x136 [] ? sys_write+0x45/0x6e [] ? system_call_after_swapgs+0x7b/0x80 -- 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/