From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6d3-0004Zh-6k for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:51:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB6cw-0005qq-Mw for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:51:17 -0500 Received: from mail-ph.de-nserver.de ([85.158.179.214]:46515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6cw-0005qa-Dn for qemu-devel@nongnu.org; Wed, 05 Feb 2014 12:51:10 -0500 Message-ID: <52F27A13.7090003@profihost.ag> Date: Wed, 05 Feb 2014 18:51:15 +0100 From: Stefan Priebe MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU LIve Migration - swap_free: Bad swap file entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "pve-devel@pve.proxmox.com" , qemu-devel Hello, after live migrating machines with a lot of memory (32GB, 48GB, ...) i see pretty often crashing services after migration and the guest kernel prints: [1707620.031806] swap_free: Bad swap file entry 00377410 [1707620.031806] swap_free: Bad swap file entry 00593c48 [1707620.031807] swap_free: Bad swap file entry 03201430 [1707620.031807] swap_free: Bad swap file entry 01bc5900 [1707620.031807] swap_free: Bad swap file entry 0173ce40 [1707620.031808] swap_free: Bad swap file entry 011c0270 [1707620.031808] swap_free: Bad swap file entry 03c58ae8 [1707660.749059] BUG: Bad rss-counter state mm:ffff88064d09f380 idx:1 val:1536 [1707660.749937] BUG: Bad rss-counter state mm:ffff88064d09f380 idx:2 val:-1536 Qemu is 1.7 Does anybody know a fix? Greets, Stefan