gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

google-cloud-sdk bootstrapping script fails with segmentation fault. #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry if this is a repeat bug, I can't find the other one.

When I try to download and unpack the google-cloud-sdk, the install script 
fails with a segmentation error.
I'm using this command (but it also fails with the non-dogfood version).

curl 
https://cloud-sdk-components.corp.google.com/release_channels/dogfood/latest/ins
tall_google_cloud_sdk.bash | bash

it gets all the way to the end and fails with the install.py script....

Modify profile to update your $PATH? (Y/n)?  Y
/Users/mcampione/google-cloud-sdk/install.sh: line 87:  2565 Segmentation 
fault: 11  "$CLOUDSDK_PYTHON" $CLOUDSDK_PYTHON_ARGS 
"${CLOUDSDK_ROOT_DIR}/bin/bootstrapping/install.py" "$@"

So I can't download the zip file and run the install.sh script either because I 
get the same error. I've rebooted my machine, run the curl command with sudo, 
deleted ~/.config/gcloud-dogfood and ~/.config/gcloud and everything else I can 
think of.

This is a necessary step in my project and I'm completely stuck.

Can you please contact me or give me any clues or advice? Thanks. mem

Original issue reported on code.google.com by mcampi...@google.com on 9 Jul 2014 at 5:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am facing the same issue. Any guidance on resolving it?

Original comment by varun.ta...@gmail.com on 8 Aug 2014 at 9:16

GoogleCodeExporter commented 9 years ago
mcampione: Could you report this issue on our internal issue tracker? This 
concerns an internal version of the Cloud SDK, not an external one.

varun: What OS are you using? What version of Python, and where is it located 
on your system? Have you installed any extra modules into your Python 
installation?

Original comment by rdayal@google.com on 13 Aug 2014 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 27 Aug 2014 at 1:38

GoogleCodeExporter commented 9 years ago
Hello,

Same issue here in OSX.  I installed the SDK about a month ago (the regular 
curl https://sdk.cloud.google.com | bash), and it had been working fine. Today, 
I had to reboot and after that, calling gcloud crashes with this message in 
terminal:

maga-mac-mini:~ maganap$ gcloud compute instances list
/Users/maganap/google-cloud-sdk/bin/gcloud: line 102:   484 Segmentation fault: 
11  "$CLOUDSDK_PYTHON" $CLOUDSDK_PYTHON_ARGS 
"${CLOUDSDK_ROOT_DIR}/./lib/googlecloudsdk/gcloud/gcloud.py" "$@"
maga-mac-mini:~ maganap$ gcloud compute instances list
/Users/maganap/google-cloud-sdk/bin/gcloud: line 102:   526 Segmentation fault: 
11  "$CLOUDSDK_PYTHON" $CLOUDSDK_PYTHON_ARGS 
"${CLOUDSDK_ROOT_DIR}/./lib/googlecloudsdk/gcloud/gcloud.py" "$@"
maga-mac-mini:~ maganap$ 

And a "Python quit unexpectedly" window reporting this:

Process:               Python [526]
Path:                  
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Co
ntents/MacOS/Python
Identifier:            Python
Version:               2.7.6 (2.7.6)
Code Type:             X86-64 (Native)
Parent Process:        sh [517]
Responsible:           Terminal [465]
User ID:               501

Date/Time:             2015-01-07 11:00:58.807 +0100
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        01FD1E67-AD0B-0D77-614F-168BB46C2F74

Time Awake Since Boot: 300 seconds

Crashed Thread:        1

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000010da42510

VM Regions Near 0x10da42510:
--> 
    __TEXT                 000000010f1dc000-000000010f1dd000 [    4K] r-x/rwx SM=COW  /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff8fea4132 __psynch_cvwait + 10
1   org.python.python               0x000000010f296cff PyThread_acquire_lock + 
101
2   org.python.python               0x000000010f267552 PyEval_RestoreThread + 62
3   org.python.python               0x000000010f2a126c initposix + 20128
4   org.python.python               0x000000010f26b7c9 PyEval_EvalFrameEx + 14387
5   org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
6   org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
7   org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
8   org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
9   org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
10  org.python.python               0x000000010f20c30a PyFunction_SetClosure + 
826
11  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
12  org.python.python               0x000000010f1f90cf PyMethod_New + 1210
13  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
14  org.python.python               0x000000010f2353f4 _PyObject_SlotCompare + 
5592
15  org.python.python               0x000000010f230cfb _PyType_Lookup + 1386
16  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
17  org.python.python               0x000000010f26ac00 PyEval_EvalFrameEx + 11370
18  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
19  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
20  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
21  org.python.python               0x000000010f26e57d _PyEval_SliceIndex + 757
22  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
23  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
24  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
25  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
26  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
27  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
28  org.python.python               0x000000010f26e57d _PyEval_SliceIndex + 757
29  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
30  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
31  org.python.python               0x000000010f26e57d _PyEval_SliceIndex + 757
32  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
33  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
34  org.python.python               0x000000010f26e57d _PyEval_SliceIndex + 757
35  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
36  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
37  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
38  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
39  org.python.python               0x000000010f2677d7 PyEval_EvalCode + 54
40  org.python.python               0x000000010f2877bd PyParser_ASTFromFile + 315
41  org.python.python               0x000000010f287860 PyRun_FileExFlags + 133
42  org.python.python               0x000000010f2873fd PyRun_SimpleFileExFlags + 
769
43  org.python.python               0x000000010f298b23 Py_Main + 3051
44  libdyld.dylib                   0x00007fff8bc9a5c9 start + 1

Thread 1 Crashed:
0   libcrypto.0.9.8.dylib           0x00007fff877006ac sha1_block_data_order + 
396
1   libcrypto.0.9.8.dylib           0x00007fff877015ec SHA1_Final + 124
2   libcrypto.0.9.8.dylib           0x00007fff8772e600 EVP_DigestFinal + 64
3   _hashlib.so                     0x000000010f6538ee 0x10f652000 + 6382
4   org.python.python               0x000000010f26b9ed PyEval_EvalFrameEx + 14935
5   org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
6   org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
7   org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
8   org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
9   org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
10  org.python.python               0x000000010f20c30a PyFunction_SetClosure + 
826
11  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
12  org.python.python               0x000000010f26a9ba PyEval_EvalFrameEx + 10788
13  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
14  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
15  org.python.python               0x000000010f26e60e _PyEval_SliceIndex + 902
16  org.python.python               0x000000010f26b3e3 PyEval_EvalFrameEx + 13389
17  org.python.python               0x000000010f267d62 PyEval_EvalCodeEx + 1413
18  org.python.python               0x000000010f20c30a PyFunction_SetClosure + 
826
19  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
20  org.python.python               0x000000010f1f90cf PyMethod_New + 1210
21  org.python.python               0x000000010f1ee2ac PyObject_Call + 99
22  org.python.python               0x000000010f26dd6b 
PyEval_CallObjectWithKeywords + 93
23  org.python.python               0x000000010f29a882 initthread + 1526
24  libsystem_pthread.dylib         0x00007fff86fc22fc _pthread_body + 131
25  libsystem_pthread.dylib         0x00007fff86fc2279 _pthread_start + 176
26  libsystem_pthread.dylib         0x00007fff86fc04b1 thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000081cb0e22  rbx: 0x000000000454f420  rcx: 0x00000000c8daf3cc  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x000000006646d79e  rbp: 0x00000001105bde00  rsp: 0x00000001105bddd8
   r8: 0x0000000081027e55   r9: 0x00000000b54da3e7  r10: 0x0000000000000000  r11: 0x0000000075800000
  r12: 0x0000000000000000  r13: 0x000000006e67796f  r14: 0x0000000000a33c9a  r15: 0x0000000077657369
  rip: 0x00007fff877006ac  rfl: 0x0000000000010213  cr2: 0x000000010da42510

Logical CPU:     0
Error Code:      0x00000006
Trap Number:     14

Binary Images:
       0x10f1dc000 -        0x10f1dcfff  org.python.python (2.7.6 - 2.7.6) <A7B51404-B996-3FDF-A40F-0CCE1837F1F4> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
       0x10f1e4000 -        0x10f2d5ff7  org.python.python (2.7.6 - 2.7.6) <A5C1B694-31A0-3966-B6BC-C40694DC707F> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x10f49b000 -        0x10f49dfff  _collections.so (89) <4B0EB2CA-18E0-3F3A-B04B-94246814AF0F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
       0x10f4a3000 -        0x10f4a6fff  operator.so (89) <049C4902-93FF-3453-BFEA-99F6461E63C1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
       0x10f4ac000 -        0x10f4b0fff  itertools.so (89) <76FA3C45-95A0-3627-A5D9-F6E43D7FE09A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
       0x10f4b9000 -        0x10f4bafff  _heapq.so (89) <DC500847-4C9E-3782-9F26-388082125F57> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
       0x10f4ff000 -        0x10f502fff  strop.so (89) <EF7B9ADA-CB8F-350F-87CB-413F1E8398D7> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
       0x10f507000 -        0x10f508fff  time.so (89) <42DAC34B-013C-36E7-89A4-AE26FFBFD90E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
       0x10f50e000 -        0x10f510fff  select.so (89) <6BC94C09-A797-3AE2-8294-EF46CACBC254> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
       0x10f516000 -        0x10f517fff  fcntl.so (89) <794692D1-C684-376C-AA4B-C1DBBD7C7A09> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
       0x10f51b000 -        0x10f51efff  _struct.so (89) <015BD869-7103-3735-A10A-70E4C15C9AB8> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
       0x10f524000 -        0x10f526fff  binascii.so (89) <CB8E5D83-F54B-3570-8667-06B951C38DB0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
       0x10f52a000 -        0x10f52bfff  cStringIO.so (89) <A2B6CB97-BCA1-3D64-BFC0-F5F9ED139A2C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
       0x10f570000 -        0x10f572fff  zlib.so (89) <F97B3749-1056-38F6-AF93-BB59D3510D4B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
       0x10f577000 -        0x10f586fff  _io.so (89) <6FFCBD14-A18A-3F75-B926-CAFC02F58490> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
       0x10f595000 -        0x10f599fff  array.so (89) <80A6114A-394E-3817-BB38-677B513536CE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
       0x10f5df000 -        0x10f5e6ff7  _socket.so (89) <F7E0FFD6-78FC-3F79-A0D2-8AF7266FEB93> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
       0x10f5f0000 -        0x10f5f1fff  _functools.so (89) <687C0F91-739D-3658-A815-C1CA87A0F4D3> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
       0x10f5f5000 -        0x10f5f8fff  _ssl.so (89) <67507A0A-090E-3201-86BE-BE72B4CDFB47> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
       0x10f5fe000 -        0x10f633ff7  libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
       0x10f649000 -        0x10f64cff7  math.so (89) <9B5C733C-9EEA-364B-B83E-E0D130F74CEA> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
       0x10f652000 -        0x10f653fff  _hashlib.so (89) <706C58CB-4213-3845-B316-69D937257673> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
       0x10f657000 -        0x10f658ff7  _random.so (89) <0A7C79BC-D77F-3049-82B9-4ADF13CF1825> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
       0x10f75c000 -        0x10f75cfff  _scproxy.so (89) <81735983-586E-3D32-8F57-95F8F860A8EB> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
       0x10f7a0000 -        0x10f7a9fff  datetime.so (89) <17581299-8DE2-3A9E-80A4-CF0F0A79CE13> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
       0x10f7b2000 -        0x10f7b3fff  _locale.so (89) <0519FCE4-72BD-34E2-A241-276F6A2BA217> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x10f7f7000 -        0x10f7fbff7  _json.so (89) <409C96B7-C78E-3D8A-9BA9-72CA46091B7E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so
       0x10f880000 -        0x10f88efff  _ctypes.so (89) <8BF6FB14-BF96-3CB3-BD44-39A5F402FF97> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
       0x10f89a000 -        0x10f8a1fff  crypto.so (40) <FACCF7D4-5405-3FBC-A0B1-936240959800> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/crypto.so
       0x10f8af000 -        0x10f8affff  rand.so (40) <4653EB22-8E3E-32A3-80F8-419EFE8AC87F> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/rand.so
       0x10f8b3000 -        0x10f8b8fff  SSL.so (40) <9B85C05E-FC15-36C9-AEFE-FAB56A76427B> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/SSL.so
       0x10f942000 -        0x10f942fff  grp.so (89) <DF55B2CB-E86C-3384-AB53-E183CE4B62A6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
       0x10f986000 -        0x10f986fff  _bisect.so (89) <F77B1379-C078-3BE0-8D7B-A66011BEF7A2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
       0x10fb76000 -        0x10fb77fff  termios.so (89) <326923D4-54A6-3B99-BB14-5F63C2663A5D> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so
    0x7fff6f884000 -     0x7fff6f8ba837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff82c61000 -     0x7fff82c89fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff83044000 -     0x7fff83055ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8538b000 -     0x7fff85721fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85722000 -     0x7fff857aefff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff85c25000 -     0x7fff85c2dfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff85d46000 -     0x7fff85d76fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff85eac000 -     0x7fff85eaeff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff85eaf000 -     0x7fff85eb4ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff85f25000 -     0x7fff85f5dffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff86e2c000 -     0x7fff86e2cff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff86fbf000 -     0x7fff86fc8fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff876d8000 -     0x7fff877bbfff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff877bc000 -     0x7fff877bcff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff87880000 -     0x7fff87a65ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff87ac2000 -     0x7fff87acafff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff87b0f000 -     0x7fff87b16ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff87c30000 -     0x7fff87c5bfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff87d75000 -     0x7fff87d7dffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff88a99000 -     0x7fff88a9bff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff88e9f000 -     0x7fff88ea0fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff89da2000 -     0x7fff89da6fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff89e3e000 -     0x7fff89eb6ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff89eb7000 -     0x7fff89eb7ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8a4cb000 -     0x7fff8a4ccffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8bb09000 -     0x7fff8bb31fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff8bc97000 -     0x7fff8bc9aff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff8be99000 -     0x7fff8bea9ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8bf69000 -     0x7fff8bf72ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8bf73000 -     0x7fff8bf75ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8c466000 -     0x7fff8c4acff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8c4fa000 -     0x7fff8c54efff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8c58d000 -     0x7fff8c58ffff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8c5ea000 -     0x7fff8c614ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8cf66000 -     0x7fff8d14b267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff8e018000 -     0x7fff8e023fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8e8b2000 -     0x7fff8e8b3fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8e8c1000 -     0x7fff8e8c7ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8ec74000 -     0x7fff8ec8aff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8ecbc000 -     0x7fff8ed32fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff8ed33000 -     0x7fff8ed39fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8edd9000 -     0x7fff8edddfff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8f60a000 -     0x7fff8f60bfff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8f6bf000 -     0x7fff8f6c0fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
    0x7fff8fb28000 -     0x7fff8fb2dff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8fe29000 -     0x7fff8fe45ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8fe60000 -     0x7fff8fe61ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8fe8e000 -     0x7fff8feabfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff903e3000 -     0x7fff903e4fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff90441000 -     0x7fff90452ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.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: 224
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=85.0M resident=142.6M(168%) 
swapped_out_or_unallocated=16777216.0T(20690033967104%)
Writable regions: Total=76.6M written=28.7M(37%) resident=34.7M(45%) 
swapped_out=0K(0%) unallocated=41.9M(55%)

REGION TYPE                      VIRTUAL
===========                      =======
Kernel Alloc Once                     4K
MALLOC                             64.0M
MALLOC (admin)                       16K
STACK GUARD                        56.0M
Stack                              12.0M
VM_ALLOCATE                          16K
__DATA                             1988K
__LINKEDIT                         70.6M
__TEXT                             14.4M
__UNICODE                           544K
shared memory                         4K
===========                      =======
TOTAL                             219.6M

Model: Macmini6,1, BootROM MM61.0106.B03, 2 processors, Intel Core i5, 2.5 GHz, 
10 GB, SMC 2.7f0
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x029E, 
0x434D5358384758334D314131363030433130
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 
0x484D54333235533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom 
BCM43xx 1.0 (7.15.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial 
ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS545050A7E362, 500,11 GB
USB Device: Hub
USB Device: Android
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: IR Receiver
Thunderbolt Bus: Mac mini, Apple Inc., 23.4

Hope it helps.

Original comment by maga.nap...@gmail.com on 7 Jan 2015 at 10:14

GoogleCodeExporter commented 9 years ago
Ok... I just noticed my previous error was not exactly the same @mcampi had 
reported. 
I just tried to reinstall and now I do get his same error. Both seem related 
anyway.

Here's the trace, hope it helps:

Do you want to help improve the Google Cloud SDK (Y/n)?  y

This will install all the core command line tools necessary for working with
the Google Cloud Platform.

/Users/maganap/google-cloud-sdk/install.sh: line 108:   681 Segmentation fault: 
11  "$CLOUDSDK_PYTHON" $CLOUDSDK_PYTHON_ARGS 
"${CLOUDSDK_ROOT_DIR}/bin/bootstrapping/install.py" "$@"

And:

Process:               Python [681]
Path:                  
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Co
ntents/MacOS/Python
Identifier:            Python
Version:               2.7.6 (2.7.6)
Code Type:             X86-64 (Native)
Parent Process:        sh [672]
Responsible:           Terminal [465]
User ID:               501

Date/Time:             2015-01-07 11:22:56.358 +0100
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        01FD1E67-AD0B-0D77-614F-168BB46C2F74

Time Awake Since Boot: 1600 seconds

Crashed Thread:        1

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000010da42510

VM Regions Near 0x10da42510:
    Stack                  000000010533d000-000000010573f000 [ 4104K] rw-/rwx SM=COW  thread 1
--> 
    MALLOC_TINY            00007fc83b400000-00007fc83b800000 [ 4096K] rw-/rwx SM=COW  

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff8fea4132 __psynch_cvwait + 10
1   org.python.python               0x0000000104369cff PyThread_acquire_lock + 
101
2   org.python.python               0x000000010433a552 PyEval_RestoreThread + 62
3   org.python.python               0x00000001042d78a9 PyFile_GetLine + 1472
4   org.python.python               0x00000001042d8ad1 Py_UniversalNewlineFread 
+ 1383
5   org.python.python               0x000000010433e7c9 PyEval_EvalFrameEx + 14387
6   org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
7   org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
8   org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
9   org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
10  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
11  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
12  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
13  org.python.python               0x00000001042df30a PyFunction_SetClosure + 
826
14  org.python.python               0x00000001042c12ac PyObject_Call + 99
15  org.python.python               0x00000001042cc0cf PyMethod_New + 1210
16  org.python.python               0x00000001042c12ac PyObject_Call + 99
17  org.python.python               0x00000001043083f4 _PyObject_SlotCompare + 
5592
18  org.python.python               0x0000000104303cfb _PyType_Lookup + 1386
19  org.python.python               0x00000001042c12ac PyObject_Call + 99
20  org.python.python               0x000000010433dc00 PyEval_EvalFrameEx + 11370
21  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
22  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
23  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
24  org.python.python               0x000000010434157d _PyEval_SliceIndex + 757
25  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
26  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
27  org.python.python               0x000000010434157d _PyEval_SliceIndex + 757
28  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
29  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
30  org.python.python               0x000000010434157d _PyEval_SliceIndex + 757
31  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
32  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
33  org.python.python               0x00000001042df30a PyFunction_SetClosure + 
826
34  org.python.python               0x00000001042c12ac PyObject_Call + 99
35  org.python.python               0x00000001042cc0cf PyMethod_New + 1210
36  org.python.python               0x00000001042c12ac PyObject_Call + 99
37  org.python.python               0x00000001043079af _PyObject_SlotCompare + 
2963
38  org.python.python               0x00000001042c12ac PyObject_Call + 99
39  org.python.python               0x000000010433dc00 PyEval_EvalFrameEx + 11370
40  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
41  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
42  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
43  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
44  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
45  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
46  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
47  org.python.python               0x000000010433a7d7 PyEval_EvalCode + 54
48  org.python.python               0x000000010435a7bd PyParser_ASTFromFile + 315
49  org.python.python               0x000000010435a860 PyRun_FileExFlags + 133
50  org.python.python               0x000000010435a3fd PyRun_SimpleFileExFlags + 
769
51  org.python.python               0x000000010436bb23 Py_Main + 3051
52  libdyld.dylib                   0x00007fff8bc9a5c9 start + 1

Thread 1 Crashed:
0   libcrypto.0.9.8.dylib           0x00007fff877006ac sha1_block_data_order + 
396
1   libcrypto.0.9.8.dylib           0x00007fff877015ec SHA1_Final + 124
2   libcrypto.0.9.8.dylib           0x00007fff8772e600 EVP_DigestFinal + 64
3   _hashlib.so                     0x0000000104b068ee 0x104b05000 + 6382
4   org.python.python               0x000000010433e9ed PyEval_EvalFrameEx + 14935
5   org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
6   org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
7   org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
8   org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
9   org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
10  org.python.python               0x00000001042df30a PyFunction_SetClosure + 
826
11  org.python.python               0x00000001042c12ac PyObject_Call + 99
12  org.python.python               0x000000010433d9ba PyEval_EvalFrameEx + 10788
13  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
14  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
15  org.python.python               0x000000010434160e _PyEval_SliceIndex + 902
16  org.python.python               0x000000010433e3e3 PyEval_EvalFrameEx + 13389
17  org.python.python               0x000000010433ad62 PyEval_EvalCodeEx + 1413
18  org.python.python               0x00000001042df30a PyFunction_SetClosure + 
826
19  org.python.python               0x00000001042c12ac PyObject_Call + 99
20  org.python.python               0x00000001042cc0cf PyMethod_New + 1210
21  org.python.python               0x00000001042c12ac PyObject_Call + 99
22  org.python.python               0x0000000104340d6b 
PyEval_CallObjectWithKeywords + 93
23  org.python.python               0x000000010436d882 initthread + 1526
24  libsystem_pthread.dylib         0x00007fff86fc22fc _pthread_body + 131
25  libsystem_pthread.dylib         0x00007fff86fc2279 _pthread_start + 176
26  libsystem_pthread.dylib         0x00007fff86fc04b1 thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000081cb0e22  rbx: 0x000000000454f420  rcx: 0x00000000c8daf3cc  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x000000006646d79e  rbp: 0x000000010573be00  rsp: 0x000000010573bdd8
   r8: 0x0000000081027e55   r9: 0x00000000b54da3e7  r10: 0x0000000000000000  r11: 0x0000000075800000
  r12: 0x0000000000000000  r13: 0x000000006e67796f  r14: 0x0000000000a33c9a  r15: 0x0000000077657369
  rip: 0x00007fff877006ac  rfl: 0x0000000000010213  cr2: 0x000000010da42510

Logical CPU:     2
Error Code:      0x00000006
Trap Number:     14

Binary Images:
       0x1042b0000 -        0x1042b0fff  org.python.python (2.7.6 - 2.7.6) <A7B51404-B996-3FDF-A40F-0CCE1837F1F4> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
       0x1042b7000 -        0x1043a8ff7  org.python.python (2.7.6 - 2.7.6) <A5C1B694-31A0-3966-B6BC-C40694DC707F> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x10456f000 -        0x104571fff  _collections.so (89) <4B0EB2CA-18E0-3F3A-B04B-94246814AF0F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
       0x104577000 -        0x10457afff  operator.so (89) <049C4902-93FF-3453-BFEA-99F6461E63C1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
       0x104580000 -        0x104584fff  itertools.so (89) <76FA3C45-95A0-3627-A5D9-F6E43D7FE09A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
       0x10458d000 -        0x10458efff  _heapq.so (89) <DC500847-4C9E-3782-9F26-388082125F57> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
       0x1045d3000 -        0x1045d6fff  strop.so (89) <EF7B9ADA-CB8F-350F-87CB-413F1E8398D7> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
       0x1045db000 -        0x1045defff  _struct.so (89) <015BD869-7103-3735-A10A-70E4C15C9AB8> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
       0x1045e4000 -        0x1045e8ff7  _json.so (89) <409C96B7-C78E-3D8A-9BA9-72CA46091B7E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so
       0x1045ed000 -        0x1045effff  binascii.so (89) <CB8E5D83-F54B-3570-8667-06B951C38DB0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
       0x1045f3000 -        0x1045f4fff  time.so (89) <42DAC34B-013C-36E7-89A4-AE26FFBFD90E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
       0x1045fa000 -        0x1045fcfff  select.so (89) <6BC94C09-A797-3AE2-8294-EF46CACBC254> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
       0x104602000 -        0x104603fff  fcntl.so (89) <794692D1-C684-376C-AA4B-C1DBBD7C7A09> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
       0x104647000 -        0x104648fff  cStringIO.so (89) <A2B6CB97-BCA1-3D64-BFC0-F5F9ED139A2C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
       0x10468d000 -        0x104694ff7  _socket.so (89) <F7E0FFD6-78FC-3F79-A0D2-8AF7266FEB93> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
       0x10469e000 -        0x10469ffff  _functools.so (89) <687C0F91-739D-3658-A815-C1CA87A0F4D3> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
       0x1046a3000 -        0x1046a6fff  _ssl.so (89) <67507A0A-090E-3201-86BE-BE72B4CDFB47> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
       0x1046ac000 -        0x1046e1ff7  libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
       0x104737000 -        0x104737fff  _scproxy.so (89) <81735983-586E-3D32-8F57-95F8F860A8EB> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
       0x10497b000 -        0x104984fff  datetime.so (89) <17581299-8DE2-3A9E-80A4-CF0F0A79CE13> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
       0x104acd000 -        0x104acffff  zlib.so (89) <F97B3749-1056-38F6-AF93-BB59D3510D4B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
       0x104ad4000 -        0x104ae3fff  _io.so (89) <6FFCBD14-A18A-3F75-B926-CAFC02F58490> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
       0x104af2000 -        0x104af6fff  array.so (89) <80A6114A-394E-3817-BB38-677B513536CE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
       0x104afc000 -        0x104affff7  math.so (89) <9B5C733C-9EEA-364B-B83E-E0D130F74CEA> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
       0x104b05000 -        0x104b06fff  _hashlib.so (89) <706C58CB-4213-3845-B316-69D937257673> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
       0x104b0a000 -        0x104b0bff7  _random.so (89) <0A7C79BC-D77F-3049-82B9-4ADF13CF1825> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
       0x104b0f000 -        0x104b10fff  _locale.so (89) <0519FCE4-72BD-34E2-A241-276F6A2BA217> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x104b14000 -        0x104bb8fff  unicodedata.so (89) <D5A24B42-E8DA-3BC0-829A-C7B9D28230CC> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
       0x104bbe000 -        0x104bccfff  _ctypes.so (89) <8BF6FB14-BF96-3CB3-BD44-39A5F402FF97> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
       0x104bd8000 -        0x104bdffff  crypto.so (40) <FACCF7D4-5405-3FBC-A0B1-936240959800> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/crypto.so
       0x104bed000 -        0x104bedfff  rand.so (40) <4653EB22-8E3E-32A3-80F8-419EFE8AC87F> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/rand.so
       0x104bf1000 -        0x104bf6fff  SSL.so (40) <9B85C05E-FC15-36C9-AEFE-FAB56A76427B> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/SSL.so
       0x104c00000 -        0x104c00fff  grp.so (89) <DF55B2CB-E86C-3384-AB53-E183CE4B62A6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
       0x104c04000 -        0x104c04fff  _bisect.so (89) <F77B1379-C078-3BE0-8D7B-A66011BEF7A2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
       0x104d88000 -        0x104d89fff  termios.so (89) <326923D4-54A6-3B99-BB14-5F63C2663A5D> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so
    0x7fff686ef000 -     0x7fff68725837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff82c61000 -     0x7fff82c89fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff83044000 -     0x7fff83055ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8538b000 -     0x7fff85721fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85722000 -     0x7fff857aefff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff85c25000 -     0x7fff85c2dfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff85d46000 -     0x7fff85d76fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff85eac000 -     0x7fff85eaeff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff85eaf000 -     0x7fff85eb4ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff85f25000 -     0x7fff85f5dffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff86e2c000 -     0x7fff86e2cff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff86fbf000 -     0x7fff86fc8fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff876d8000 -     0x7fff877bbfff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff877bc000 -     0x7fff877bcff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff87880000 -     0x7fff87a65ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff87ac2000 -     0x7fff87acafff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff87b0f000 -     0x7fff87b16ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff87c30000 -     0x7fff87c5bfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff87d75000 -     0x7fff87d7dffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff88a99000 -     0x7fff88a9bff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff88e9f000 -     0x7fff88ea0fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff89da2000 -     0x7fff89da6fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff89e3e000 -     0x7fff89eb6ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff89eb7000 -     0x7fff89eb7ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8a4cb000 -     0x7fff8a4ccffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff8bb09000 -     0x7fff8bb31fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff8bc97000 -     0x7fff8bc9aff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff8be99000 -     0x7fff8bea9ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8bf69000 -     0x7fff8bf72ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8bf73000 -     0x7fff8bf75ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8c466000 -     0x7fff8c4acff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8c4fa000 -     0x7fff8c54efff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8c58d000 -     0x7fff8c58ffff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8c5ea000 -     0x7fff8c614ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8cf66000 -     0x7fff8d14b267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff8e018000 -     0x7fff8e023fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8e8b2000 -     0x7fff8e8b3fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8e8c1000 -     0x7fff8e8c7ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8ec74000 -     0x7fff8ec8aff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8ecbc000 -     0x7fff8ed32fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff8ed33000 -     0x7fff8ed39fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff8edd9000 -     0x7fff8edddfff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff8f60a000 -     0x7fff8f60bfff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8f6bf000 -     0x7fff8f6c0fff  libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
    0x7fff8fb28000 -     0x7fff8fb2dff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8fe29000 -     0x7fff8fe45ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8fe60000 -     0x7fff8fe61ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8fe8e000 -     0x7fff8feabfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff903e3000 -     0x7fff903e4fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff90441000 -     0x7fff90452ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.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: 605
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=85.7M resident=162.4M(190%) 
swapped_out_or_unallocated=16777216.0T(20531568967680%)
Writable regions: Total=71.6M written=25.3M(35%) resident=29.7M(41%) 
swapped_out=0K(0%) unallocated=41.9M(59%)

REGION TYPE                      VIRTUAL
===========                      =======
Kernel Alloc Once                     4K
MALLOC                             59.0M
MALLOC (admin)                       16K
STACK GUARD                        56.0M
Stack                              12.0M
VM_ALLOCATE                          16K
__DATA                             1996K
__LINKEDIT                         70.6M
__TEXT                             15.0M
__UNICODE                           544K
shared memory                         4K
===========                      =======
TOTAL                             215.3M

Model: Macmini6,1, BootROM MM61.0106.B03, 2 processors, Intel Core i5, 2.5 GHz, 
10 GB, SMC 2.7f0
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x029E, 
0x434D5358384758334D314131363030433130
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 
0x484D54333235533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom 
BCM43xx 1.0 (7.15.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial 
ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS545050A7E362, 500,11 GB
USB Device: Hub
USB Device: Android
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: IR Receiver
Thunderbolt Bus: Mac mini, Apple Inc., 23.4

Original comment by maga.nap...@gmail.com on 7 Jan 2015 at 10:28