rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Vim crashes with "Caught deadly signal BUS" with NERD_Tree & FuzzyFinder in Lion #395

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

0. Intall MacVim Snapshot 63. 

1. Install NERD Tree 4.1.0, the latest: 
http://www.vim.org/scripts/script.php?script_id=1658

2. Install FuzzyFinder 4.2.2, the latest: 
http://www.vim.org/scripts/script.php?script_id=1984

3. Open /Application/MacVim.app/Contents/MacOS/Vim (with or without -g) on a 
directory, which will open the directory in a NERD Tree buffer.

4. Execute :FufCoverageFile from the ex commandline. Select a file, pressing 
Enter to open it.

What is the expected output? What do you see instead?

I expect a new buffer to open on the file selected by FufCoverageFile. Instead, 
vim crashes, reporting "Caught deadly signal BUS."

With the same configuration, MacVim snapshot 53 behaves as expected, as does 
the system-provided /usr/bin/vim.

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

OS X 10.7.2

Original issue reported on code.google.com by trol...@gmail.com on 16 Dec 2011 at 3:40

GoogleCodeExporter commented 9 years ago
Thank you for the detailed instructions.  I can reproduce the problem and will 
take a look at it.

Original comment by bjorn.winckler@gmail.com on 17 Dec 2011 at 1:11

GoogleCodeExporter commented 9 years ago
I submitted a patch which has been pushed upstreams now.  Pull the latest 
sources and build yourself to get the fix now, or wait for the next snapshot.

Thanks once again for reporting this.

Original comment by bjorn.winckler@gmail.com on 31 Dec 2011 at 8:49

GoogleCodeExporter commented 9 years ago
Great, thanks. I'll check it out. 

MacVim's fabulous – thanks for everything. 

Original comment by trol...@gmail.com on 31 Dec 2011 at 9:31