Bug 1256852 - [abrt] vim-X11: vim_free(): gvim killed by SIGABRT
Summary: [abrt] vim-X11: vim_free(): gvim killed by SIGABRT
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:5455773ef0a21a41a07d67c661b...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-25 15:22 UTC by drwu
Modified: 2015-09-23 00:23 UTC (History)
3 users (show)

Fixed In Version: 7.4.827-1.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-23 00:23:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (21.46 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: build_ids (3.20 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: cgroup (190 bytes, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: core_backtrace (9.16 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: dso_list (6.94 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: environ (4.02 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: limits (1.29 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: maps (33.72 KB, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: open_fds (383 bytes, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: proc_pid_status (955 bytes, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details
File: vimbug.txt (156 bytes, text/plain)
2015-08-25 15:22 UTC, drwu
no flags Details

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.


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