Bug 866069
| Summary: | vim on F18 crashes on startup | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michele Baldessari <michele> | ||||
| Component: | vim | Assignee: | Karsten Hopp <karsten> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | karsten, sergio | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-10-19 20:58:41 UTC | Type: | Bug | ||||
| 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
Michele Baldessari
2012-10-13 17:39:08 UTC
Installing ruby fixes it. WORKSFORME I guess, might want to tweak some rpm dependencies though. Created attachment 626599 [details]
full bt
Same here: (gdb) run Starting program: /usr/bin/vim [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". [New Thread 0x7ffff7a88700 (LWP 1684)] Program received signal SIGSEGV, Segmentation fault. __longjmp_chk (env=0x0, val=6) at ../setjmp/longjmp.c:33 33 if (env[0].__mask_was_saved) (gdb) bt #0 __longjmp_chk (env=0x0, val=6) at ../setjmp/longjmp.c:33 #1 0x00007ffff7cd4ba0 in vm_exec () from /lib64/libruby.so.1.9.1 #2 0x00007ffff7cdc34a in rb_iseq_eval () from /lib64/libruby.so.1.9.1 #3 0x00007ffff7c800af in process_options () from /lib64/libruby.so.1.9.1 #4 0x00007ffff7c8084a in ruby_process_options () from /lib64/libruby.so.1.9.1 #5 0x000000000057cc55 in ensure_ruby_initialized () #6 0x000000000057d245 in ex_ruby () #7 0x000000000047d654 in do_cmdline () #8 0x0000000000472f7e in do_source () #9 0x000000000047230f in do_in_runtimepath () #10 0x000000000042689f in main () yum install ruby fixes the problem yum remove vim-command-t also fixes the problem , this is a duplicated of Bug 858135 please try vim-7.3.944-1.fc18 from updates-testing and see if that fixes this issue. Feel free to re-open this bugzila if the problem still exists with the updated vim. this is fixed a log time ago ... |