alcatraz / Alcatraz

Package manager for Xcode
alcatraz.io
MIT License
9.87k stars 1.15k forks source link

Alcatraz will cause opendiff crash #50

Closed puttin closed 11 years ago

puttin commented 11 years ago

if you need a capture, please let me know.

and SCXcodeMiniMap has the same problem so I create another issue in there: when using opendiff(FileMerge) , opendiff will crash because of SCXcodeMiniMap

supermarin commented 11 years ago

Hi @puttin, thanks for the report.

We'd appreciate a snapshot, so we can backtrace the log.

puttin commented 11 years ago

sorry. but I don't know which part is useful. So I post them here https://gist.github.com/puttin/1b0cd1e1cda0f6256dcd

supermarin commented 11 years ago

Very interesting. We'll have a look soon.

I would appreciate if you could write some steps how to reproduce it (what you've had open / what caused the crash).

puttin commented 11 years ago

In my situation:

  1. For make sure it is caused by Alcatraz, I delete all the other plugins and only Alcatraz.xcplugin left in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins. And then quit all Apps that I think might influence.
  2. open FileMerge from  Spotlight or anyway else
  3. choose whichever two files and click Compare
  4. wait for 1 second. then it crash.

really strange.

by the way, I installed Alcatraz using the way in http://mneorr.github.io/Alcatraz/,
let me try to build in my computer it will also crash if i build by myself

supermarin commented 11 years ago

@puttin woah, crashed on my side after ~1 minute. This is the most bizarre bug so far :)

Thanks for the report!

puttin commented 11 years ago

you're welcome

supermarin commented 11 years ago

just notifying @kattrali @jurre - have you seen something like this? :smile:

kattrali commented 11 years ago

Whoa, not familiar with this at all. I can reproduce it though. Interesting.

jurre commented 11 years ago

Yeah I can also reproduce this, super weird!

nestorlafon commented 11 years ago

Same problem here, and I think same crash report https://gist.github.com/nextorlg/12124d9118abe6b6a20f

This is critical, because I can't use "git mergetool" any more to solve the conflicts with filemerge

It looks similar to https://github.com/JugglerShu/XVim/issues/194

supermarin commented 11 years ago

Fixed by @kattrali in #52

jurre commented 11 years ago

@kattrali image

kattrali commented 11 years ago

Aww, thanks. :smiley:

puttin commented 11 years ago

Thank you all. You are so cool!