Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754080AbaKRLFh (ORCPT ); Tue, 18 Nov 2014 06:05:37 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:55467 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439AbaKRLFf (ORCPT ); Tue, 18 Nov 2014 06:05:35 -0500 MIME-Version: 1.0 Date: Tue, 18 Nov 2014 11:05:32 +0000 Message-ID: Subject: mysterious udev segfault From: Rogelio Serrano To: Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org on boot i get this half of the time: [ 6.349867] general protection fault: 0000 [#1] SMP [ 6.352177] Modules linked in: zram lz4_decompress lz4_compress unix [ 6.354483] CPU: 1 PID: 112 Comm: udevd Not tainted 3.16.3-grsec-26 #2 [ 6.356583] Hardware name: Matsushita Electric Industrial Co.,Ltd. CF-W7DWM0$ [ 6.356583] task: ffff8800ba589e00 ti: ffff8800ba58a5d8 task.ti: ffff8800ba5$ [ 6.356583] RIP: 0010:[] [] ffffffff812$ [ 6.356583] RSP: 0018:ffffc9001555b9c8 EFLAGS: 00010246 [ 6.356583] RAX: 0000000000000000 RBX: fefefefefefefefe RCX: ffff8800bb6d0a68 [ 6.356583] RDX: ffffc9001555ba18 RSI: 0000000000000036 RDI: fefefefefefefefe [ 6.356583] RBP: ffffc9001555b9f8 R08: 0000000000015660 R09: ffff8800bb71d890 [ 6.356583] R10: ffff8800b9087000 R11: 000000000000000a R12: 0000000000000036 [ 6.356583] R13: ffffc9001555ba18 R14: ffff8800bb145b58 R15: ffff8800bab10000 [ 6.356583] FS: 000002c2ecf717c0(0000) GS:ffff8800bf500000(0000) knlGS:0000$ [ 6.356583] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 6.356583] CR2: 000006c2ecf7b000 CR3: 000000000194d000 CR4: 00000000000007f0 [ 6.356583] Stack: [ 6.356583] ffffc9001555b9f8 f4b9ed2e7f08ef51 000000000003602f ffff8800bb71$ [ 6.356583] ffff8800bb6d0c70 0000000000000036 ffffc9001555ba58 ffffffff812f$ [ 6.356583] ffff8800bb6d0a68 ffff8800bb71d680 ffffc9001555ba58 f4b9ed2e7f08$ [ 6.356583] Call Trace: [ 6.356583] [] diRead+0x7e/0x250 [ 6.356583] [] jfs_iget+0x70/0x190 [ 6.356583] [] jfs_lookup+0xd4/0xe0 [ 6.356583] [] ? kmem_cache_alloc+0x3c/0x160 [ 6.356583] [] ? __d_alloc+0x35/0x1d0 [ 6.356583] [] ? __list_add+0x3a/0x80 [ 6.356583] [] ? d_alloc+0x6c/0xa0 [ 6.356583] [] lookup_real+0x58/0xb0 [ 6.356583] [] do_last.isra.58+0x7a3/0xf70 [ 6.356583] [] path_openat+0xd1/0x690 [ 6.356583] [] do_filp_open+0x58/0xd0 [ 6.356583] [] do_sys_open+0x143/0x2d0 [ 6.356583] [] SyS_open+0x43/0x70 [ 6.356583] [] system_call_fastpath+0x16/0x1b [ 6.356583] Code: 48 89 e5 48 83 ec 30 65 48 8b 04 25 28 00 00 00 48 89 45 d$ [ 6.356583] RIP [] ffffffff812f9a2c [ 6.356583] RSP [ 6.380024] general protection fault: 0000 [#2] [ 6.443540] ---[ end trace 32a35fdec5a04e9e ]--- what are we seeing here? a jfs bug? -- 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/