Bug 118995 - (FS CIFS) mount segfault while mounting smb share using cifs
Summary: (FS CIFS) mount segfault while mounting smb share using cifs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker FC3Target FC4Target
TreeView+ depends on / blocked
 
Reported: 2004-03-23 18:36 UTC by Sergey Scobich
Modified: 2015-01-04 22:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-12-07 06:16:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sergey Scobich 2004-03-23 18:36:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040312 Epiphany/1.1.12

Description of problem:
I'm trying to mount smb share as root

# mount -t cifs //192.168.1.124/incoming /mnt/incoming
Segmentation fault

I've found the reason - /sbin/mount.cifs is missing.
I've forgot to install samba-client rpm.

Anyway segfault should not happen.
Note that after I installed samba-client (/sbin/mount.cifs is there)
no error appears - it is working.

Version-Release number of selected component (if applicable):
util-linux-2.12pre-3

How reproducible:
Always

Steps to Reproduce:
1.remove /sbin/mount.cifs
2.mount some smb share
3.
    

Actual Results:  Segmantation fault

Expected Results:  display that could not found mount.cifs file.

Additional info:

FC2T1 all updates,

kernel-2.6.3-2.1.253.2.1

Comment 1 Elliot Lee 2004-04-16 21:08:22 UTC
Yikes. This is a kernel issue as far as I can tell - the kernel gets a
general protection fault on my box.

Comment 2 Jeremy Katz 2004-05-07 03:57:10 UTC
Does this still happen with the test3 kernel?

Comment 3 Richard Hughes 2004-07-19 16:59:09 UTC
Problem fixed in fc2. Module fixed upstream.


Note You need to log in before you can comment on or make changes to this bug.