From: Jan Dittmer <jdi@l4x.org>
To: linux-kernel@vger.kernel.org
Cc: xfs-masters@oss.sgi.com, xfs@oss.sgi.com
Subject: XFS Bug null pointer dereference in xfs_free_ag_extent
Date: Thu, 20 Jul 2006 08:59:25 +0200 [thread overview]
Message-ID: <44BF29CD.1000809@l4x.org> (raw)
Got the following oops from xfs. Afterwards lots of processes in D
state, probably trying to read the partition in question. Kernel
2.6.18-rc2
[196027.687020] BUG: unable to handle kernel NULL pointer dereference at
virtual address 00000060
[196027.687216] printing eip:
[196027.687273] c01acc00
[196027.687275] *pde = 00000000
[196027.687337] Oops: 0000 [#1]
[196027.687395] SMP
[196027.687458] Modules linked in: rfcomm l2cap bluetooth nfsd exportfs
lockd nfs_acl sunrpc pppoe pppox ipv6 ppp_generic slhc twofish serpent
aes blowfish sha256 crypto_null ipt_LOG ipt_recent ipt_TCPMSS xt_tcpmss
xt_tcpudp xt_state iptable_filter ipt_MASQUERADE iptable_nat ip_tables
x_tables dm_mod ip_nat_ftp ip_nat ip_conntrack_ftp ip_conntrack
nfnetlink tun vfat fat loop lp eeprom i2c_dev i2c_isa usb_storage button
processor ac e100 snd_seq_dummy snd_seq_oss snd_seq_midi
snd_seq_midi_event snd_seq cx88_dvb cx88_vp3054_i2c mt352 dvb_pll
or51132 video_buf_dvb dvb_core nxt200x isl6421 zl10353 cx24123 lgdt330x
cx22702 cx8802 snd_via82xx firmware_class snd_ac97_codec cx2341x
snd_ac97_bus cx88xx snd_pcm_oss ir_common snd_mixer_oss video_buf
tveeprom compat_ioctl32 snd_pcm snd_timer snd_page_alloc snd_mpu401_uart
via_agp btcx_risc snd_rawmidi snd_seq_device videodev agpgart
v4l1_compat snd ehci_hcd via_rhine v4l2_common uhci_hcd soundcore
usbcore parport_pc parport floppy rtc
[196027.690285] CPU: 0
[196027.690286] EIP: 0060:[<c01acc00>] Not tainted VLI
[196027.690288] EFLAGS: 00210293 (2.6.18-rc2-ds666-via #9)
[196027.690545] EIP is at xfs_btree_init_cursor+0x2f/0x171
[196027.690645] eax: d42b3834 ebx: de835000 ecx: d42b3834 edx:
0000008c
[196027.690771] esi: 00000000 edi: cb701038 ebp: 00000000 esp:
cfb20c68
[196027.690896] ds: 007b es: 007b ss: 0068
[196027.690978] Process imap (pid: 14978, ti=cfb20000 task=d4d5a570
task.ti=cfb20000)
[196027.691119] Stack: 00000000 00000017 cb701038 00000017 c0193c67
00000005 00000000 00000000
[196027.691389] 00000000 00000005 00000000 cb701038 cd848f04
de835000 0000007a 00000000
[196027.692097] 0004e1d8 df2e18e0 de835000 df2e18e0 c01c9645
00000000 00000017 cb701038
[196027.692805] Call Trace:
[196027.693104] [<c0193c67>] xfs_free_ag_extent+0x32/0x5e2
[196027.693445] [<c01c9645>] xlog_grant_push_ail+0x30/0xfe
[196027.693771] [<c01954a7>] xfs_free_extent+0xbc/0xd9
[196027.694094] [<c01c9773>] xfs_log_reserve+0x60/0x5a8
[196027.694436] [<c01b9376>] xfs_efd_init+0x2f/0x5a
[196027.694741] [<c01a35c8>] xfs_bmap_finish+0xe6/0x167
[196027.695070] [<c01d19ab>] xfs_rename+0x866/0xa33
[196027.695412] [<c01e3d2d>] xfs_vn_rename+0x24/0x64
[196027.695707] [<c0162d39>] mntput_no_expire+0x11/0x5d
[196027.696029] [<c01594d1>] link_path_walk+0xb3/0xbd
[196027.696356] [<c013979b>] pagevec_lookup_tag+0x1b/0x22
[196027.696681] [<c013bd2a>] kstrdup+0x26/0x60
[196027.696993] [<c01580bb>] vfs_rename+0x1b6/0x2ef
[196027.697313] [<c015834d>] __lookup_hash+0x4a/0xc5
[196027.697632] [<c01599a0>] sys_renameat+0x155/0x1b9
[196027.697961] [<c013979b>] pagevec_lookup_tag+0x1b/0x22
[196027.698281] [<c013493b>] wait_on_page_writeback_range+0xa6/0xf1
[196027.698637] [<c01e1ba5>] xfs_file_fsync+0x3f/0x48
[196027.698953] [<c0159a15>] sys_rename+0x11/0x15
[196027.699265] [<c0102795>] sysenter_past_esp+0x56/0x79
[196027.699600] Code: 89 d7 ba 01 00 00 00 56 53 89 c3 8b 74 24 18 a1 c8
86 4a c0 e8 2b 13 03 00 83 fe 02 89 c1 74 16 72 09 31 c0 83 fe 03 75 78
eb 51 <8b> 45 60 8b 44 b0 1c 0f c8 eb 6b 83 7c 24 20 00 75 09 8b 44 24
[196027.701445] EIP: [<c01acc00>] xfs_btree_init_cursor+0x2f/0x171
SS:ESP 0068:cfb20c68
[196027.705801]
Jan
next reply other threads:[~2006-07-20 6:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-20 6:59 Jan Dittmer [this message]
2006-07-29 7:19 ` XFS Bug null pointer dereference in xfs_free_ag_extent kernel
2006-07-29 7:49 ` Jan Dittmer
2006-07-29 8:10 ` kernel
2006-07-30 23:44 ` Nathan Scott
2006-07-31 1:30 ` kernel
2006-07-31 6:21 ` kernel
2006-07-31 6:55 ` Nathan Scott
2006-07-31 7:28 ` kernel
2006-07-31 8:41 ` Joe Jin
2006-07-31 9:53 ` Nathan Scott
2006-07-31 9:43 ` Nathan Scott
2006-07-31 10:04 ` kernel
[not found] ` <215036450607311849o43b1555br13ea2f3f20fb3b82@mail.gmail.com>
2006-08-01 8:12 ` Jan Dittmer
2006-08-02 1:26 ` Nathan Scott
2006-08-08 3:30 ` Nathan Scott
2006-07-31 6:58 ` Jan Dittmer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44BF29CD.1000809@l4x.org \
--to=jdi@l4x.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xfs-masters@oss.sgi.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.