From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757332AbcFAFwl (ORCPT ); Wed, 1 Jun 2016 01:52:41 -0400 Received: from hotel311.server4you.de ([85.25.146.15]:40038 "EHLO hotel311.server4you.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbcFAFwj (ORCPT ); Wed, 1 Jun 2016 01:52:39 -0400 To: Dave Chinner Cc: linux-fsdevel@vger.kernel.org, "linux-kernel@vger.kernel.org" , xfs@oss.sgi.com From: Daniel Wagner Subject: Internal error xfs_trans_cancel Message-ID: Date: Wed, 1 Jun 2016 07:52:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I got the error message below while compiling a kernel on that system. I can't really say if I did something which made the file system unhappy before the crash. [Jun 1 07:41] XFS (sde1): Internal error xfs_trans_cancel at line 984 of file fs/xfs/xfs_trans.c. Caller xfs_rename+0x453/0x960 [xfs] [ +0.000095] CPU: 22 PID: 8640 Comm: gcc Not tainted 4.7.0-rc1 #16 [ +0.000035] Hardware name: Dell Inc. PowerEdge R820/066N7P, BIOS 2.0.20 01/16/2014 [ +0.000048] 0000000000000286 00000000c8be6bc3 ffff885fa9473cb0 ffffffff813d146e [ +0.000056] ffff885fa9ac5ed0 0000000000000001 ffff885fa9473cc8 ffffffffa0213cdc [ +0.000053] ffffffffa02257b3 ffff885fa9473cf0 ffffffffa022eb36 ffff883faa502d00 [ +0.000053] Call Trace: [ +0.000028] [] dump_stack+0x63/0x85 [ +0.000069] [] xfs_error_report+0x3c/0x40 [xfs] [ +0.000065] [] ? xfs_rename+0x453/0x960 [xfs] [ +0.000064] [] xfs_trans_cancel+0xb6/0xe0 [xfs] [ +0.000065] [] xfs_rename+0x453/0x960 [xfs] [ +0.000062] [] xfs_vn_rename+0xb3/0xf0 [xfs] [ +0.000040] [] vfs_rename+0x58c/0x8d0 [ +0.000032] [] SyS_rename+0x371/0x390 [ +0.000036] [] entry_SYSCALL_64_fastpath+0x1a/0xa4 [ +0.000040] XFS (sde1): xfs_do_force_shutdown(0x8) called from line 985 of file fs/xfs/xfs_trans.c. Return address = 0xffffffffa022eb4f [ +0.027680] XFS (sde1): Corruption of in-memory data detected. Shutting down filesystem [ +0.000057] XFS (sde1): Please umount the filesystem and rectify the problem(s) [Jun 1 07:42] XFS (sde1): xfs_log_force: error -5 returned. [ +30.081016] XFS (sde1): xfs_log_force: error -5 returned. cheers, daniel