On Thursday, May 5, 2016 at 9:55:21 AM UTC+2, Dominique Pelle wrote: > Jeroen Budts <[email protected]> wrote: > > > Hi All, > > > > (First off, I hope this is the correct mailinglist to report this. I first > > tried > > vim_use but didn't get any response, sorry if I'm wrong here.) > > > > A few days ago I started using AwesomeWM (running as the WM inside > > XFCE) and started seeing Gvim crashes (SEGV & ABRT) when I resize > > the Gvim window (by changing the size of the master pane in the > > tile-layout and by switching layouts). From what I understand these > > indicate bugs? > > I have been using Gvim for a few years now without much problems > > under XFCE + XFWM (default Xubuntu). I also used Xmonad for one > > week without problems. > > Hi Jeron > > I tried to reproduce the crash but I could not. My setup is a bit > different since I used xubuntu-15.10 and my own build of vim-7.4.1817. > I cloned your https://github.com/teranex/dotvim repo + added pathogen. > I got errors when starting vim with your .vimrc so it seems > that your git repo is missing a plugin:
Wow thanks for going through all those trouble. Is it possible that you did not initialize the git submodules (git submodule update --init)? All plugins, including pathogen, are submodules in my config. > I installed awesome but I did not see any crash in vim. > I resized Vim, also pressed Window+Space to change > the layout in awesome and did not see crash. But you > might be doing something else that cause the crash. > I'm not familiar with the awesome window manager so > I only tried basic things. The crash seems to be a bit random, but I trigger it as follows: 1. I switch to the tiling layout, which is the second layout in default Awesome. 2. Then I start Gvim and open a file, such as /etc/xdg/awesome/rc.lua 3. Then I start another Gvim and open another file (a markdown file for example) 4. Then I resize the master pane. Sometimes I have to do it just a few times, sometimes I have to hit Mod4+h and Mod4+l at random 50 times and/or switch layouts a few times. 5. One of both Gvim instances crashes. I also tried to trigger the crash when Gvim is floating (Mod4 + Control + Space) and resizing Gvim with the mouse (Mod4+button3), but I can't seem to trigger the crash in this scenario. Kind regards, Jeroen -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
