Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python quit unexpectedly when launching Vim with new client-server YouCompleteMe #585

Closed
Pradeek opened this issue Oct 15, 2013 · 11 comments

Comments

@Pradeek
Copy link

Pradeek commented Oct 15, 2013

Installed the latest client-server branch of ycm and the latest version of MacVim from homebrew. Compiled successfully but opening Vim gives "Python quit unexpectedly"

Here is the dump from my Mac. Let me know if you need something else to debug.

Process:         Python [5665]
Path:            /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         2.7.5 (2.7.5)
Code Type:       X86-64 (Native)
Parent Process:  Vim [5658]
User ID:         501

Date/Time:       2013-10-15 10:28:36.549 +0530
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10

Interval Since Last Report:          484236 sec
Crashes Since Last Report:           100
Per-App Crashes Since Last Report:   6
Anonymous UUID:                      -

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff8f557d46 __kill + 10
1   libsystem_c.dylib               0x00007fff8e980f83 abort + 177
2   org.python.python               0x0000000106cf4491 Py_FatalError + 49
3   org.python.python               0x0000000106cf34ec PyThreadState_Get + 44
4   org.python.python               0x0000000106cef7db Py_InitModule4_64 + 75
5   ycm_core.so                     0x0000000106a41424 boost::python::detail::init_module(char const*, void (*)()) + 36
6   org.python.python               0x00000001062bb2bc _PyImport_LoadDynamicModule + 177
7   org.python.python               0x00000001062bb001 import_submodule + 333
8   org.python.python               0x00000001062bac00 load_next + 322
9   org.python.python               0x00000001062b8edf PyImport_ImportModuleLevel + 1108
10  org.python.python               0x000000010629f94e builtin___import__ + 136
11  org.python.python               0x000000010622e6dd PyObject_Call + 97
12  org.python.python               0x00000001062a9d30 PyEval_CallObjectWithKeywords + 168
13  org.python.python               0x00000001062a7f99 PyEval_EvalFrameEx + 15366
14  org.python.python               0x00000001062a4358 PyEval_EvalCodeEx + 1857
15  org.python.python               0x00000001062a3c11 PyEval_EvalCode + 54
16  org.python.python               0x00000001062b7aaa PyImport_ExecCodeModuleEx + 241
17  org.python.python               0x00000001062ba5ed load_source_module + 1173
18  org.python.python               0x00000001062bb001 import_submodule + 333
19  org.python.python               0x00000001062babc2 load_next + 260
20  org.python.python               0x00000001062b8f14 PyImport_ImportModuleLevel + 1161
21  org.python.python               0x000000010629f94e builtin___import__ + 136
22  org.python.python               0x000000010622e6dd PyObject_Call + 97
23  org.python.python               0x00000001062a9d30 PyEval_CallObjectWithKeywords + 168
24  org.python.python               0x00000001062a7f99 PyEval_EvalFrameEx + 15366
25  org.python.python               0x00000001062a4358 PyEval_EvalCodeEx + 1857
26  org.python.python               0x00000001062a3c11 PyEval_EvalCode + 54
27  org.python.python               0x00000001062b7aaa PyImport_ExecCodeModuleEx + 241
28  org.python.python               0x00000001062ba5ed load_source_module + 1173
29  org.python.python               0x00000001062bb001 import_submodule + 333
30  org.python.python               0x00000001062babc2 load_next + 260
31  org.python.python               0x00000001062b8f14 PyImport_ImportModuleLevel + 1161
32  org.python.python               0x000000010629f94e builtin___import__ + 136
33  org.python.python               0x000000010622e6dd PyObject_Call + 97
34  org.python.python               0x00000001062a9d30 PyEval_CallObjectWithKeywords + 168
35  org.python.python               0x00000001062a7f99 PyEval_EvalFrameEx + 15366
36  org.python.python               0x00000001062a4358 PyEval_EvalCodeEx + 1857
37  org.python.python               0x00000001062a3c11 PyEval_EvalCode + 54
38  org.python.python               0x00000001062b7aaa PyImport_ExecCodeModuleEx + 241
39  org.python.python               0x00000001062ba5ed load_source_module + 1173
40  org.python.python               0x00000001062bb001 import_submodule + 333
41  org.python.python               0x00000001062babc2 load_next + 260
42  org.python.python               0x00000001062b8edf PyImport_ImportModuleLevel + 1108
43  org.python.python               0x000000010629f94e builtin___import__ + 136
44  org.python.python               0x000000010622e6dd PyObject_Call + 97
45  org.python.python               0x00000001062a9d30 PyEval_CallObjectWithKeywords + 168
46  org.python.python               0x00000001062a7f99 PyEval_EvalFrameEx + 15366
47  org.python.python               0x00000001062a4358 PyEval_EvalCodeEx + 1857
48  org.python.python               0x00000001062a3c11 PyEval_EvalCode + 54
49  org.python.python               0x00000001062b7aaa PyImport_ExecCodeModuleEx + 241
50  org.python.python               0x00000001062ba5ed load_source_module + 1173
51  org.python.python               0x00000001062bb001 import_submodule + 333
52  org.python.python               0x00000001062babc2 load_next + 260
53  org.python.python               0x00000001062b8edf PyImport_ImportModuleLevel + 1108
54  org.python.python               0x000000010629f94e builtin___import__ + 136
55  org.python.python               0x000000010622e6dd PyObject_Call + 97
56  org.python.python               0x00000001062a9d30 PyEval_CallObjectWithKeywords + 168
57  org.python.python               0x00000001062a7f99 PyEval_EvalFrameEx + 15366
58  org.python.python               0x00000001062aa545 fast_function + 173
59  org.python.python               0x00000001062a6341 PyEval_EvalFrameEx + 8110
60  org.python.python               0x00000001062a4358 PyEval_EvalCodeEx + 1857
61  org.python.python               0x00000001062a3c11 PyEval_EvalCode + 54
62  org.python.python               0x00000001062c21b6 run_mod + 53
63  org.python.python               0x00000001062c2279 PyRun_FileExFlags + 165
64  org.python.python               0x00000001062c1ddb PyRun_SimpleFileExFlags + 768
65  org.python.python               0x00000001062d297e Py_Main + 2914
66  libdyld.dylib                   0x00007fff8ba957e1 start + 1

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff599de3d0  rcx: 0x00007fff599de3b8  rdx: 0x0000000000000000
  rdi: 0x0000000000001621  rsi: 0x0000000000000006  rbp: 0x00007fff599de3e0  rsp: 0x00007fff599de3b8
   r8: 0x00000000000003f5   r9: 0x00007fff599de390  r10: 0x00007fff8f559342  r11: 0x0000000000000206
  r12: 0x00000000000003f5  r13: 0x0000000106a0cfb0  r14: 0x0000000106a8a6f8  r15: 0x0000000106ac0990
  rip: 0x00007fff8f557d46  rfl: 0x0000000000000206  cr2: 0x00007fff79c9eff0
Logical CPU: 0

Binary Images:
       0x10621f000 -        0x10621ffff +org.python.python (2.7.5 - 2.7.5) <589C7567-B5B2-3198-B499-38F1AD4C51AE> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
       0x106225000 -        0x10632dfff +org.python.python (2.7.5, [c] 2004-2013 Python Software Foundation. - 2.7.5) <71EFEA76-B9FF-3D1C-87AA-50E3B0B9ADC0> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/Python
       0x10654b000 -        0x10655cff7 +_io.so (0) <BCD56033-4083-3728-91B4-757E55D16F6B> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
       0x10659d000 -        0x1065a1fff +math.so (0) <A8D8224F-CBC4-34E2-B1F5-4FE5072BD174> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
       0x1065a6000 -        0x1065a8ff7 +binascii.so (0) <494FF479-93B7-32A6-BB31-06445B30BFAE> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
       0x1065ab000 -        0x1065acfff +_hashlib.so (0) <3404528A-E6BC-3DBF-BEDF-498CA6956147> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
       0x1065b0000 -        0x1065b1fff +_random.so (0) <B9E181C4-5D34-3A6D-87DF-F4419BAEDCCD> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
       0x1065b4000 -        0x1065b5fff +cStringIO.so (0) <06586EBB-4A7F-3D3D-8498-4509DFF698BE> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
       0x1065fa000 -        0x1065fbfff +fcntl.so (0) <1B0C396C-B1D1-3A91-AEAA-80C235515DE7> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
       0x1065fe000 -        0x1065fffff +_functools.so (0) <AC85715D-5C72-30BD-AF2F-917C2C756987> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
       0x106602000 -        0x10660afff +_socket.so (0) <5C9DC87D-4EEA-3A0A-9757-F882410E92B4> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
       0x106614000 -        0x106617fff +_ssl.so (0) <1CB468B4-20DC-3496-9F6F-E38FF8DD743D> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
       0x10661c000 -        0x10661dfff +time.so (0) <718586CD-D651-30F3-9854-B7264C9588D7> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
       0x106663000 -        0x106666fff +_collections.so (0) <3E3680E3-3373-31E3-A746-2AEE44850C38> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
       0x10666b000 -        0x10666efff +operator.so (0) <AAEC1DB1-FDA4-3A70-A179-04AD71E15899> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
       0x106674000 -        0x106679fff +itertools.so (0) <35D0C8A2-F705-38D8-B555-B5F4A209ACB1> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
       0x106682000 -        0x106683fff +_heapq.so (0) <9494F8B7-B40F-3689-AAF2-C9651ED9B907> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
       0x106687000 -        0x10668afff +_struct.so (0) <B1974BF5-C3A7-35B5-8D8C-579A10A133B2> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
       0x106690000 -        0x106694ff7 +_json.so (0) <6A6A738C-238B-33B8-8D80-72A407F749FA> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so
       0x106798000 -        0x10679bfff +strop.so (0) <B205AA46-935E-387D-BD22-853D27E9AF9A> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
       0x1067df000 -        0x1067e0fff +_locale.so (0) <1293A285-24F6-3D7A-8B81-1C6059EDEBF7> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x1067e3000 -        0x1067e5fff +select.so (0) <12AF1B24-F954-35BC-971E-73443BA8B633> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
       0x10682a000 -        0x10682efff +array.so (0) <979C14D8-BA98-3F6D-878C-AF727B4B9216> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
       0x106874000 -        0x10687ffff +datetime.so (0) <8DF590CF-4942-3451-A788-00E931C3F82C> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
       0x106948000 -        0x106948fff +_scproxy.so (0) <155D95CF-EBFC-3F17-91B6-7504E90B1C10> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
       0x10698b000 -        0x106997fff +cPickle.so (0) <4ED556F4-AD07-3730-9836-2221AAF677BD> /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
       0x1069dd000 -        0x106ab3fff +ycm_core.so (0) <5930EA05-C317-38EA-8F11-9D79627DE716> /Users/USER/*/ycm_core.so
       0x106c0f000 -        0x106d7bfff +org.python.python (2.7.5, [c] 2004-2013 Python Software Foundation. - 2.7.5) <CDFB33CA-71DD-B1C2-5262-545F3FA06153> /Library/Frameworks/Python.framework/Versions/2.7/Python
       0x106e4a000 -        0x10763cfff +libclang.dylib (0) <8FF54B63-C899-3B59-BAB9-5BC5CD10C021> /Users/USER/*/libclang.dylib
    0x7fff65e1f000 -     0x7fff65e5393f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff88f0e000 -     0x7fff8902692f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff89619000 -     0x7fff89624fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff89c23000 -     0x7fff89c25ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff89e25000 -     0x7fff89e37ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff89f34000 -     0x7fff89f3bfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff8a743000 -     0x7fff8a749ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff8b721000 -     0x7fff8b723fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8b724000 -     0x7fff8b732fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8b78a000 -     0x7fff8b798ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8ba93000 -     0x7fff8ba96ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff8c22e000 -     0x7fff8c418ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c4d7000 -     0x7fff8c4ddfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8c608000 -     0x7fff8c808fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff8cec0000 -     0x7fff8cec1ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8d142000 -     0x7fff8d143ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff8d25e000 -     0x7fff8d25fff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8d451000 -     0x7fff8d459fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8d508000 -     0x7fff8d554ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff8d555000 -     0x7fff8d5befff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8e4ea000 -     0x7fff8e523ff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
    0x7fff8e5db000 -     0x7fff8e609ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8e879000 -     0x7fff8e89eff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8e89f000 -     0x7fff8e8b4ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8e8ba000 -     0x7fff8e8bbfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8e8df000 -     0x7fff8e8e4fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8e927000 -     0x7fff8e9f3ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff8eebf000 -     0x7fff8ef10ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8f546000 -     0x7fff8f561ff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff912d2000 -     0x7fff912f4ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff91304000 -     0x7fff91305ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff91ca7000 -     0x7fff91da9fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff91dee000 -     0x7fff91deefff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff93126000 -     0x7fff93128fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff93870000 -     0x7fff938a6fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff93d58000 -     0x7fff93d5dfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff940ad000 -     0x7fff940aefff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff9443f000 -     0x7fff944a7ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff946cc000 -     0x7fff946d4ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff948d5000 -     0x7fff94924ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 396
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=77.7M resident=35.8M(46%) swapped_out_or_unallocated=41.9M(54%)
Writable regions: Total=25.2M written=7312K(28%) resident=9260K(36%) swapped_out=0K(0%) unallocated=16.2M(64%)

REGION TYPE                      VIRTUAL
===========                      =======
MALLOC                             16.3M
MALLOC guard page                    32K
STACK GUARD                        56.0M
Stack                              8192K
VM_ALLOCATE                           4K
__DATA                             2580K
__LINKEDIT                         55.6M
__TEXT                             22.2M
__UNICODE                           544K
shared memory                        12K
===========                      =======
TOTAL                             161.1M

Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f44
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x384A54463235363634485A2D3147364D3120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
@Valloric
Copy link
Member

Please provide the output of the following:

  • The full output of your cmake call (or install.sh if you used that)
  • Full output of :version when run from inside Vim.
  • Output of :py print sys.version inside Vim.

@Pradeek
Copy link
Author

Pradeek commented Oct 15, 2013

Tried reinstalling homebrew python, then reinstalled macvim, then reinstalled YCM. Here is the related dump :

http://pastebin.com/GYQm2zpJ

Now having an issue similar to #18

@Valloric
Copy link
Member

You can see the following in your output. Your Vim was linked with these paths:
-L/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -F/usr/local/opt/python/Frameworks

and YCM was linked to this Python: /System/Library/Frameworks/Python.framework/Versions/2.7/Python

I'm guessing your problem is caused by the mismatched versions of Python.

Like the docs say, please use the official upstream MacVim. Other versions of MacVim are not officially supported.

@ghost
Copy link

ghost commented Dec 13, 2013

Had the same problem. So just make sure the same python (better python-config) is running from install.sh as is linked by vim. So in csh

setenv PATH /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/bin/:$PATH
install.sh …...

should do the job.

@fritzblue
Copy link

For me, the solution was to simply run the following (as recommended originally by @grncdr here):

brew unlink python

@brailsmt
Copy link

brailsmt commented Sep 8, 2014

+1 to @user453584's solution.

@sebastianvera
Copy link

+1 to @user453584

@usirin
Copy link

usirin commented Jan 8, 2015

👍 for @user453584's solution

@gbbr
Copy link

gbbr commented Mar 15, 2015

👍 @user453584

@dllen
Copy link

dllen commented Mar 18, 2015

+1 user453584

@arnauddri
Copy link

👍 @user453584

@ycm-core ycm-core locked and limited conversation to collaborators Mar 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants