linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 942] New: Mounting CIFS filesystem generates an oops
@ 2003-07-17 14:59 Martin J. Bligh
  2003-07-17 15:01 ` Zwane Mwaikambo
  0 siblings, 1 reply; 2+ messages in thread
From: Martin J. Bligh @ 2003-07-17 14:59 UTC (permalink / raw)
  To: linux-kernel

http://bugme.osdl.org/show_bug.cgi?id=942

           Summary: Mounting CIFS filesystem generates an oops
    Kernel Version: 2.6.0-test1
            Status: NEW
          Severity: high
             Owner: bugme-janitors@lists.osdl.org
         Submitter: janfrode@parallab.no


Distribution: RedHat 9 + 2.6.0-test1.1.25 kernel from
http://people.redhat.com/arjanv/2.5/
Hardware Environment: Dell Optiplex GX260 (single cpu Pentium4, no HT)
Software Environment:
Problem Description:

Trying to mount a remote CIFS filesystem with mount.cifs segfaults and gives an
oops. The cifs and nls_iso8859_1 modules get automatically loaded.

------------[ cut here ]------------
kernel BUG at mm/slab.c:1518!
invalid operand: 0000 [#1]
CPU:    0
EIP:    0060:[<c013b847>]    Not tainted
EFLAGS: 00010002
EIP is at cache_grow+0x17/0x240
eax: f7ffa29c   ebx: 00000015   ecx: f7fff4e0   edx: 00000015
esi: f7fff4fc   edi: f7fff4e0   ebp: f7fff4ec   esp: f4eb7d7c
ds: 007b   es: 007b   ss: 0068
Process mount.cifs (pid: 2441, threadinfo=f4eb6000 task=f4f47880)
Stack: 00000000 00000000 00000082 f4eb7dcc f7fbb21c f7ffe28c f7fff4fc 00000202
       f7fff4ec c013bcb8 f7fff4e0 00000015 f692d000 f4eb7dc8 f7fff4ec f7ffa29c
       00000010 00000000 f7fff4e0 00000202 00000000 c013c2ae f7fff4e0 00000015
Call Trace:
 [<c013bcb8>] cache_alloc_refill+0x248/0x380
 [<c013c2ae>] kmem_cache_alloc+0x15e/0x180
 [<c01a2d97>] strsep+0x27/0x40
 [<f8ab9954>] parse_mount_options+0x254/0x770 [cifs]
 [<f8aba800>] cifs_mount+0x60/0x9a0 [cifs]
 [<c019837f>] load_nls+0x2f/0x60
 [<f8ab3059>] cifs_read_super+0x59/0x180 [cifs]
 [<f8ab3501>] cifs_get_sb+0x81/0xd0 [cifs]
 [<c0157de3>] do_kern_mount+0x63/0x120
 [<c016c09b>] do_add_mount+0x6b/0x180
 [<c016c3fe>] do_mount+0x15e/0x1b0
 [<c016c290>] copy_mount_options+0xe0/0xf0
 [<c016c880>] sys_mount+0xa0/0xf0
 [<c010ab7d>] sysenter_past_esp+0x52/0x71
 
Code: 0f 0b ee 05 f3 02 2b c0 31 c0 f6 c7 20 0f 85 45 01 00 00 c7
 ------------[ cut here ]------------
kernel BUG at mm/slab.c:1518!
invalid operand: 0000 [#2]
CPU:    0
EIP:    0060:[<c013b847>]    Not tainted
EFLAGS: 00010002
EIP is at cache_grow+0x17/0x240
eax: f7ffa29c   ebx: 00000015   ecx: f7fff4e0   edx: 00000015
esi: f7fff4fc   edi: f7fff4e0   ebp: f7fff4ec   esp: f4d4fd7c
ds: 007b   es: 007b   ss: 0068
Process mount.cifs (pid: 2475, threadinfo=f4d4e000 task=f4f46c80)
Stack: 000008c4 f51138c4 f4d4fda0 00000292 f5d99928 f7ffe28c f7fff4fc 00000202
       f7fff4ec c013bcb8 f7fff4e0 00000015 0000001d 00020001 f7fff4ec f7ffa29c
       00000010 00000000 f7fff4e0 00000202 00000000 c013c2ae f7fff4e0 00000015
Call Trace:
 [<c013bcb8>] cache_alloc_refill+0x248/0x380
 [<c013c2ae>] kmem_cache_alloc+0x15e/0x180
 [<c01a2d97>] strsep+0x27/0x40
 [<f8ab9954>] parse_mount_options+0x254/0x770 [cifs]
 [<f8aba800>] cifs_mount+0x60/0x9a0 [cifs]
 [<c0198363>] load_nls+0x13/0x60
 [<f8ab3059>] cifs_read_super+0x59/0x180 [cifs]
 [<f8ab3501>] cifs_get_sb+0x81/0xd0 [cifs]
 [<c0157de3>] do_kern_mount+0x63/0x120
 [<c016c09b>] do_add_mount+0x6b/0x180
 [<c016c3fe>] do_mount+0x15e/0x1b0
 [<c016c290>] copy_mount_options+0xe0/0xf0
 [<c016c880>] sys_mount+0xa0/0xf0
 [<c010ab7d>] sysenter_past_esp+0x52/0x71
 
Code: 0f 0b ee 05 f3 02 2b c0 31 c0 f6 c7 20 0f 85 45 01 00 00 c7
  


Steps to reproduce:


# mount.cifs //cifs.server/share /mnt/share -o username=username,domain=domain


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-17 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17 14:59 [Bug 942] New: Mounting CIFS filesystem generates an oops Martin J. Bligh
2003-07-17 15:01 ` Zwane Mwaikambo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).