Bug 515030

Summary: vi crashes on start with "*** buffer overflow detected ***"
Product: [Fedora] Fedora Reporter: Pete Zaitcev <zaitcev>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: karsten
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-31 22:27:05 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 Pete Zaitcev 2009-07-31 22:20:47 UTC
Description of problem:

vi, gvim and vim crash immediately at start, with the following:

[zaitcev@niphredil ~]$ gvim 
*** buffer overflow detected ***: gvim terminated
======= Backtrace: =========
/lib64/libc.so.6(__fortify_fail+0x37)[0x7f3250302ec7]
/lib64/libc.so.6[0x7f3250300e60]
gvim(eval_init+0x6f)[0x469d0f]
gvim(main+0x90)[0x4c0b00]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7f3250227b8d]
gvim[0x430509]

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

vim-common-7.2.148-2.fc12.x86_64
glibc-2.10.90-11.x86_64  (no prelink)

How reproducible:

100%

Steps to Reproduce:
1. vi
  
Actual results:

Crash

Expected results:

No crash

Additional info:

Previous glibc: glibc-2.10.90-10.i686 (no prelink)
Previous vim: 7.2.148-1.fc11.x86_64 (very old, but same source)

Comment 1 Pete Zaitcev 2009-07-31 22:27:05 UTC

*** This bug has been marked as a duplicate of bug 514717 ***