Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754769AbaBEVYD (ORCPT ); Wed, 5 Feb 2014 16:24:03 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33653 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754207AbaBEVX5 (ORCPT ); Wed, 5 Feb 2014 16:23:57 -0500 Date: Wed, 5 Feb 2014 13:23:45 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Andrew Vagin cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: Thread overran stack, or stack corrupted on 3.13.0 In-Reply-To: <20140205151817.GA28502@paralelels.com> Message-ID: References: <20140205151817.GA28502@paralelels.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Feb 2014, Andrew Vagin wrote: > [532284.563576] BUG: unable to handle kernel paging request at 0000000035c83420 > [532284.564086] IP: [] cpuacct_charge+0x97/0x1e0 > [532284.564086] PGD 116369067 PUD 116368067 PMD 0 > [532284.564086] Thread overran stack, or stack corrupted > [532284.564086] Oops: 0000 [#1] SMP > [532284.564086] Modules linked in: veth binfmt_misc ip6table_filter ip6_tables tun netlink_diag af_packet_diag udp_diag tcp_diag inet_diag unix_diag bridge stp llc btrfs libcrc32c xor raid6_pq microcode i2c_piix4 joydev virtio_balloon virtio_net pcspkr i2c_core virtio_blk virtio_pci virtio_ring virtio floppy > [532284.564086] CPU: 2 PID: 2487 Comm: cat Not tainted 3.13.0 #160 > [532284.564086] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2007 > [532284.564086] task: ffff8800cdb60000 ti: ffff8801167ee000 task.ti: ffff8801167ee000 > [532284.564086] RIP: 0010:[] [] cpuacct_charge+0x97/0x1e0 > [532284.564086] RSP: 0018:ffff8801167ee638 EFLAGS: 00010002 > [532284.564086] RAX: 000000000000e540 RBX: 000000000006086c RCX: 000000000000000f > [532284.564086] RDX: ffffffff81c4e960 RSI: ffffffff81c50640 RDI: 0000000000000046 > [532284.564086] RBP: ffff8801167ee668 R08: 0000000000000003 R09: 0000000000000001 > [532284.564086] R10: 0000000000000001 R11: 0000000000000004 R12: ffff8800cdb60000 > [532284.564086] R13: 00000000167ee038 R14: ffff8800db3576d8 R15: 000080ee26ec7dcf > [532284.564086] FS: 00007fc30ecc7740(0000) GS:ffff88011b200000(0000) knlGS:0000000000000000 > [532284.564086] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b > [532284.564086] CR2: 0000000035c83420 CR3: 000000011f966000 CR4: 00000000000006e0 > [532284.564086] Stack: > [532284.564086] ffffffff810cae80 ffff880100000014 ffff8800db333480 000000000006086c > [532284.564086] ffff8800cdb60068 ffff8800cdb60000 ffff8801167ee6a8 ffffffff810b948f > [532284.564086] ffff8801167ee698 ffff8800cdb60068 ffff8800db333480 0000000000000001 > [532284.564086] Call Trace: > [532284.564086] [] ? cpuacct_css_alloc+0xb0/0xb0 > [532284.564086] [] update_curr+0x13f/0x220 > [532284.564086] [] dequeue_entity+0x24/0x5b0 > [532284.564086] [] ? sched_clock+0x9/0x10 > [532284.564086] [] dequeue_task_fair+0x49/0x430 > [532284.564086] [] dequeue_task+0x73/0x90 > [532284.564086] [] deactivate_task+0x23/0x30 > [532284.564086] [] __schedule+0x501/0x960 > [532284.564086] [] schedule+0x29/0x70 > [532284.564086] [] schedule_timeout+0x14c/0x2a0 > [532284.564086] [] ? del_timer+0x70/0x70 > [532284.564086] [] ? _raw_spin_unlock_irqrestore+0x40/0x80 > [532284.564086] [] io_schedule_timeout+0x9f/0x100 > [532284.564086] [] ? trace_hardirqs_on+0xd/0x10 > [532284.564086] [] mempool_alloc+0x152/0x180 > [532284.564086] [] ? bit_waitqueue+0xd0/0xd0 > [532284.564086] [] ? kvm_clock_read+0x27/0x40 You've clipped the most interesting part of the trace, we don't know what was calling mempool_alloc() and must have used a ton of stack. -- 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/