[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-11-09 Thread Alex Chiang
Using vim8 from a ppa has worked for me. The latest vim has the patch mentioned in github#851. Perhaps it could be SRU'ed into 16.04's vim7, but that would require someone to put the effort in. The PPA I used was: ppa:jonathonf/vim Thanks to @oymyisme for figuring out the root cause. -- You

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-09-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: vim (Ubuntu Xenial) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu.

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-08-31 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~jbenden/ubuntu/+source/vim/+git/vim/+merge/330033 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu. https://bugs.launchpad.net/bugs/1650666 Title: GVim

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-08-28 Thread Nish Aravamudan
** Description changed: + [Impact] + + A severe regression has been found in the GTK 3 variant of Gvim. + Upon start-up, it crashes immediately with multiple failed + assertions. + + A second related, but less severe problem may occur when opening + new tabs within the GTK 3 variant of Gvim. +

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-08-25 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~jbenden/ubuntu/+source/vim/+git/vim/+merge/329613 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu. https://bugs.launchpad.net/bugs/1650666 Title: GVim

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-06-11 Thread oymyisme
after study , I think the problem is in vim-gtk3. "unset GTK_MODULES" works because vim-gtk3 doesn't use menu bar in this way. check my post at https://github.com/vim/vim/issues/851. ** Bug watch added: github.com/vim/vim/issues #851 https://github.com/vim/vim/issues/851 -- You received

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-06-07 Thread oymyisme
On my computer, if "unset GTK_MODULES", vim-gtk3 wouldn't crash. Another software based on QT also crashed with GTK_MODULES set, and works well after "unset GTK_MODULES". So I think vim-gtk3 is victim too. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-05-24 Thread David Venz
Unfortunately while vim-gtk doesn't crash, it does perform poorly during redraws - see https://bugs.launchpad.net/ubuntu/+source/vim/+bug/320700 I haven't yet found a solution on 16.04 under VMware that both performs well and doesn't crash. -- You received this bug notification because you are

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-04-23 Thread Ivo Wever
Workaround: remove vim-gnome and vim-gtk3, install vim-gtk (which uses gtk). Perhaps vim-gtk3 should specify a dependency on some specific gtk library, which Nicholas Guriev and me are missing? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-04-23 Thread Ivo Wever
Just upgraded to Zesty. Experiencing what seems to be this exact problem. $ gdb -silent --args gvim -f -u /dev/null -U /dev/null --noplugin Reading symbols from gvim...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gvim -f -u /dev/null -U /dev/null --noplugin [Thread

[Touch-packages] [Bug 1650666] Re: GVim crashes when opening new tab

2017-04-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: vim (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to vim in Ubuntu.