Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 118917

Summary: Vim: Caught deadly signal SEGV
Product: [Retired] Red Hat Raw Hide Reporter: Marcel Mol <marcel>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-21 14:34:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcel Mol 2004-03-22 19:45:36 UTC
Description of problem:
Editing a simple text file with vim gives me:

 Vim: Caught deadly signal SEGV

This seems to be related to the setting of the LANG environment variable

Version-Release number of selected component (if applicable):

6.2.253-2

How reproducible:

always

Steps to Reproduce:

1. (from tcsh)

2. setenv LANG en_US.C

3. run vi

4. notice output: Vim: Caught deadly signal SEGV

5. The only way to get a prompt bakc is to kill -9 the process
   from another shell.

Additional info:

I know the LANG setting is bogus but it should not crash programs
like this.
Resetting LANG back to something like en_US.UTF-8 resolves the problem.