Here's how to reproduce:

  ~$ cd
  ~$ ls -al .vimrc
  -rw-r--r-- 1 zack zack 2240 2006-03-27 10:11 .vimrc
  ~$ vim
  ~$ # vim started and exited fine
  ~$ mkdir foo
  ~$ cd foo
  ~/foo$ touch .vimrc
  ~/foo$ vim

  Vim: Caught deadly signal SEGV
  Vim: Finished.
  Segmentation fault

According to the attached strace the crash happens just after
successfully opening the ".vimrc" in the currend working directory.

Executing 'vim -u NONE' does not exhibit the same behaviour, but I
suspect it is because no file is read at all rather than because the bug
is specific of my configuration ...

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-

Attachment: strace.gz
Description: Binary data

Reply via email to