Bug 1256852

Summary: [abrt] vim-X11: vim_free(): gvim killed by SIGABRT
Product: [Fedora] Fedora Reporter: drwu
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: ignatenko, karsten, moshima.web
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/41184327ed16d4aefc880b1d590d96ebfe660fc5
Whiteboard: abrt_hash:5455773ef0a21a41a07d67c661b0b3e410805f77
Fixed In Version: 7.4.827-1.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-23 00:23:13 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:
Attachments:
Description Flags
File: backtrace
none
File: build_ids
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: vimbug.txt none

Description drwu 2015-08-25 15:22:04 UTC
Description of problem:
with almost default settings, I was writting BNF:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
cmp_expr		:= cmp_expr_operand + cmp_expr_tail
cmp_expr_tail		:= '==' + 
			 | '!=' + 
			 | '>'  + 
			 | '>=' + 
			 | '<'  + 
			 | '<=' + 
			 | epsilon
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


The  content between <<<< and >>>> are the Fcontent in the buffer, please notice that:
1. the indents are tabs.
2. there is one space after '+' on each lineend

I did the following:
1. select the text "cmp_expr_operand" and copy in the register .
2. block select mode, select all of the spaces after '+' since line 2
3. press p to paste the word in block mode


vim crashes everytime, no matter gvim or in console.


Version-Release number of selected component:
vim-X11-7.4.475-2.fc21

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        vi syntax.txt
crash_function: vim_free
executable:     /usr/bin/gvim
kernel:         4.0.8-200.fc21.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (8 frames)
 #36 vim_free at misc2.c:1741
 #37 ml_flush_line at memline.c:3525
 #38 ml_get_buf at memline.c:2499
 #39 ml_get at memline.c:2422
 #40 do_put at ops.c:3809
 #41 nv_put at normal.c:9366
 #42 normal_cmd at normal.c:1160
 #43 main_loop at main.c:1342

Comment 1 drwu 2015-08-25 15:22:07 UTC
Created attachment 1066901 [details]
File: backtrace

Comment 2 drwu 2015-08-25 15:22:09 UTC
Created attachment 1066902 [details]
File: build_ids

Comment 3 drwu 2015-08-25 15:22:10 UTC
Created attachment 1066903 [details]
File: cgroup

Comment 4 drwu 2015-08-25 15:22:11 UTC
Created attachment 1066904 [details]
File: core_backtrace

Comment 5 drwu 2015-08-25 15:22:13 UTC
Created attachment 1066905 [details]
File: dso_list

Comment 6 drwu 2015-08-25 15:22:14 UTC
Created attachment 1066906 [details]
File: environ

Comment 7 drwu 2015-08-25 15:22:15 UTC
Created attachment 1066907 [details]
File: limits

Comment 8 drwu 2015-08-25 15:22:17 UTC
Created attachment 1066908 [details]
File: maps

Comment 9 drwu 2015-08-25 15:22:18 UTC
Created attachment 1066909 [details]
File: open_fds

Comment 10 drwu 2015-08-25 15:22:20 UTC
Created attachment 1066910 [details]
File: proc_pid_status

Comment 11 drwu 2015-08-25 15:22:21 UTC
Created attachment 1066911 [details]
File: vimbug.txt

Comment 12 Fedora Update System 2015-09-02 11:46:49 UTC
vim-7.4.827-1.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-14209

Comment 13 Fedora Update System 2015-09-23 00:22:13 UTC
vim-7.4.827-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.