Skip to content

Instantly share code, notes, and snippets.

Created August 11, 2012 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3322503 to your computer and use it in GitHub Desktop.
Save anonymous/3322503 to your computer and use it in GitHub Desktop.
stdin
BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
IP: [<ffffffffa017a373>] ceph_update_writeable_page.clone.11+0xf3/0x3f0 [ceph]
PGD 1400e7067 PUD 1281bd067 PMD 0
Oops: 0000 [#1] SMP
CPU 1
Modules linked in: ceph libceph nfs fscache ib_srp nfsd nfs_acl auth_rpcgss lockd sunrpc iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi k10temp bnx2 i2c_piix4 button [last unloaded: ib_srp]
Pid: 32424, comm: bonnie++ Not tainted 3.3.4-gentoo #2 HP ProLiant DL385 G5
RIP: 0010:[<ffffffffa017a373>] [<ffffffffa017a373>] ceph_update_writeable_page.clone.11+0xf3/0x3f0 [ceph]
RSP: 0018:ffff88015cb07958 EFLAGS: 00010257
RAX: 0000000000000000 RBX: ffff8800c2bdfa18 RCX: 0000000000000000
RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff880017097c98
RBP: ffff88015cb079f8 R08: ffffea000446c3dc R09: ffff880106db3110
R10: 0000000000000001 R11: 0000000000000001 R12: ffffea000446c200
R13: ffff880102955430 R14: ffffea000446c3c0 R15: ffff880102955118
FS: 00007f5f66a39700(0000) GS:ffff88016fc80000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000000000008 CR3: 000000010915a000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process bonnie++ (pid: 32424, threadinfo ffff88015cb06000, task ffff8801535fb780)
Stack:
ffff88015cb07978 0000000000000000 0000100000001000 00000004e1486000
000000005cb079a8 00000004e1485000 0000000000001000 ffff880017097c98
00000000010200da ffff880102955580 ffff88015cb079f8 ffffffff810b619a
Call Trace:
[<ffffffff810b619a>] ? grab_cache_page_write_begin+0x5a/0xe0
[<ffffffffa0179cb4>] ? ceph_set_page_dirty+0x114/0x1e0 [ceph]
[<ffffffffa017a6be>] ceph_write_begin+0x4e/0x80 [ceph]
[<ffffffff810b5240>] generic_file_buffered_write+0x110/0x280
[<ffffffff810b6ea1>] __generic_file_aio_write+0x221/0x430
[<ffffffff810b7121>] generic_file_aio_write+0x71/0xe0
[<ffffffffa01779e2>] ceph_aio_write+0x2f2/0x8b0 [ceph]
[<ffffffffa0178337>] ? ceph_aio_read+0x397/0x610 [ceph]
[<ffffffff8103afe1>] ? current_fs_time+0x11/0x50
[<ffffffff8177ae18>] ? __mutex_lock_slowpath+0x1d8/0x280
[<ffffffff8177aed1>] ? mutex_lock+0x11/0x30
[<ffffffff81114ee1>] ? pipe_read+0x2a1/0x4a0
[<ffffffff8110b46a>] do_sync_write+0xda/0x120
[<ffffffff8177ae18>] ? __mutex_lock_slowpath+0x1d8/0x280
[<ffffffff8132ff77>] ? security_file_permission+0x27/0xa0
[<ffffffff8110bd06>] vfs_write+0xc6/0x180
[<ffffffff8110c01c>] sys_write+0x4c/0x90
[<ffffffff8177d6e2>] system_call_fastpath+0x16/0x1b
Code: d8 01 00 00 0f 84 8e 00 00 00 31 f6 4c 89 ef e8 e4 f0 ff ff 48 8b 7d 98 48 89 85 68 ff ff ff e8 64 be ed e0 48 8b 85 68 ff ff ff <48> 8b 50 08 49 39 54 24 08 0f 87 8e 01 00 00 48 85 c0 74 0e f0
RIP [<ffffffffa017a373>] ceph_update_writeable_page.clone.11+0xf3/0x3f0 [ceph]
RSP <ffff88015cb07958>
CR2: 0000000000000008
---[ end trace 7109d2495989fac4 ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment