On Sun, Apr 16, 2006 at 04:53:42PM -0600, Edward Ash wrote:
> When I try to run gvim I get a
>
> Vim: Caught deadly signal SEGV
>
> Vim: Finished
>
>
> I am able to run in console with out a problem.
>
>
> Is there anything I can do to help debug this?
You could try compiling with the debugging flag set (-DDEBUG) and
then run under gdb. If you want others to try to reproduce the problem,
please tell us what OS you are running, where you get the vim source (I
recommend ftp://ftp.vim.org/pub/vim/unstable/snapshot/ ) and how you
compile it.
Make sure you are running the version you think you are running:
use a full path, try
$ vim --version
$ vim -g
$ vim
:gui
and any other variations I may have missed.
HTH --Benji Fisher