Bug 950447 - [abrt] During installation vim-command-t vim is not starting anymore and always crashed with SEGFAULT
Summary: [abrt] During installation vim-command-t vim is not starting anymore and alwa...
Keywords:
Status: CLOSED DUPLICATE of bug 858135
Alias: None
Product: Fedora
Classification: Fedora
Component: vim-command-t
Version: 18
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Vít Ondruch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-10 09:08 UTC by Petr Hracek
Modified: 2013-04-10 10:20 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-10 10:20:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Hracek 2013-04-10 09:08:48 UTC
Description of problem:
During installation vim-command-t over yum vim crashed:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : vim-command-t-1.4-1.fc18.i686                                                                                                              1/1 
/var/tmp/rpm-tmp.taHU10: line 1: 17960 Segmentation fault      (core dumped) vim -c ":helptags /usr/share/vim/vimfiles/doc" -c :q &>/dev/null
warning: %post(vim-command-t-1.4-1.fc18.i686) scriptlet failed, exit status 139
Non-fatal POSTIN scriptlet failure in rpm package vim-command-t-1.4-1.fc18.i686
  Verifying  : vim-command-t-1.4-1.fc18.i686                                                                                                              1/1 


Version-Release number of selected component (if applicable):
vim-X11-7.3.712-1.fc18.i686
vim-enhanced-7.3.712-1.fc18.i686
vim-minimal-7.3.712-1.fc18.i686
vim-filesystem-7.3.712-1.fc18.i686
vim-command-t-1.4-1.fc18.i686
vim-common-7.3.712-1.fc18.i686
vim-nerdtree-4.2.0-7.fc18.noarch
ruby-libs-1.9.3.392-29.fc18.i686


How reproducible:
su -c "yum install vim-command-t"

Steps to Reproduce:
1.
2.
3.
  
Actual results:
vim is not starting anymore
[stone@kiasportyw yaml(master)]$ vim c.yaml 
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault (core dumped)
[stone@kiasportyw yaml(master)]$ 

I had to uninstall vim-command-t

Expected results:
vim have to work as before.

Additional info:

Comment 1 Petr Hracek 2013-04-10 09:58:48 UTC
[stone@kiasportyw yaml(master)]$ gdb vim
GNU gdb (GDB) Fedora (7.5.1-37.fc18)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/vim...Reading symbols from /usr/bin/vim...(no debugging symbols found)...done.
(no debugging symbols found)...done.
Missing separate debuginfos, use: debuginfo-install vim-enhanced-7.3.712-1.fc18.i686
(gdb) set args c.yaml
(gdb) r
Starting program: /usr/bin/vim c.yaml
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
[New Thread 0xb7ffcb40 (LWP 18884)]

Program received signal SIGSEGV, Segmentation fault.
0x47240abe in __longjmp_chk () from /lib/libc.so.6
(gdb) bt full
#0  0x47240abe in __longjmp_chk () from /lib/libc.so.6
No symbol table info available.
#1  0xb7cf0231 in vm_exec () from /lib/libruby.so.1.9.1
No symbol table info available.
#2  0xb7cf7cfb in rb_iseq_eval () from /lib/libruby.so.1.9.1
No symbol table info available.
#3  0xb7d08a2c in prelude_eval.constprop.0 () from /lib/libruby.so.1.9.1
No symbol table info available.
#4  0xb7c94193 in process_options () from /lib/libruby.so.1.9.1
No symbol table info available.
#5  0xb7c94a11 in ruby_process_options () from /lib/libruby.so.1.9.1
No symbol table info available.
#6  0x081c0db4 in ensure_ruby_initialized ()
No symbol table info available.
#7  0x081c1555 in ex_ruby ()
No symbol table info available.
#8  0x080c17b2 in do_cmdline ()
No symbol table info available.
#9  0x080b63b4 in do_source ()
No symbol table info available.
#10 0x080b6b50 in source_callback ()
No symbol table info available.
#11 0x080b56b0 in do_in_runtimepath ()
No symbol table info available.
#12 0x080b5768 in source_runtime ()
No symbol table info available.
#13 0x08067f8c in main ()
No symbol table info available.
(gdb)

Comment 2 Petr Hracek 2013-04-10 10:02:29 UTC
After ruby installation over "yum install ruby" all works fine.

Comment 3 Vít Ondruch 2013-04-10 10:20:29 UTC

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


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