edenzik / macvim

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

Hang when attempting to open file from Xcode after running :make #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
• Ran :make which generated several pages of output and then switched to 
Xcode.
• Double-clicked a file in Xcode to trigger it being opened in MacVim (as 
external editor)
• MacVim ignores keyboard input, making it impossible to finish showing the 
:make output.

What is the expected output? What do you see instead?
I expect the :make output to finish paging, then for it to open the new file.

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")?
Snapshot 47, 10.5.7 Intel

Original issue reported on code.google.com by sethki...@gmail.com on 5 Aug 2009 at 3:04

GoogleCodeExporter commented 9 years ago
Is this problem at all reproducible?  If so, how (do you have a minimal 
makefile that
works, or any at all for that matter)?

Original comment by bjorn.winckler@gmail.com on 15 Aug 2009 at 11:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is a sample of the running app.

Original comment by sethki...@gmail.com on 17 Aug 2009 at 5:40

Attachments:

GoogleCodeExporter commented 9 years ago
Sure, here is a sample Makefile and a sample of the app when it's hung.  It 
seems to be related to the fact that it 
loads files due to error output.

Original comment by sethki...@gmail.com on 17 Aug 2009 at 5:41

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the files...I'll look into this as soon as I get a chance.

Original comment by bjorn.winckler@gmail.com on 17 Aug 2009 at 3:40

GoogleCodeExporter commented 9 years ago
I get the same sort of behavior using PeepOpen, first file load opens fine, but 
a second load hangs macvim. I only see it when macvim is set to open new files 
in tabs, when it's set to open in new windows I see a pause, but eventually the 
editor appears.

Original comment by lypa...@gmail.com on 17 Sep 2010 at 3:58

GoogleCodeExporter commented 9 years ago
lypanov: Have you gone through the steps listed in the ReportingBugs wiki page?

Original comment by bjorn.winckler@gmail.com on 18 Sep 2010 at 5:53

GoogleCodeExporter commented 9 years ago
I have finally looked into this problem.  I have a pushed a fix here:

http://github.com/b4winckler/macvim/commit/be8446006b1467717e17c60a94a6bed3d7abb
1c1

sethk: Thank you very much for the sample Makefile, it was instrumental in 
tracking down this bug.  Sorry that I didn't fix this much sooner.

Original comment by bjorn.winckler@gmail.com on 30 Sep 2010 at 11:49