Jump to content

Programs complied with Homebrew are crashing


cyberface
 Share

3 posts in this topic

Recommended Posts

Hi, my OS X 10.8 has strange behaviour - everything seems to be working - apps, QE/CI, power management, but when I install programs using Homebrew they are compiling without errors, but when I try to run them they are usually crash. For instance, I cannot run node.js and python3 because they are crashing. Here is an example of the crash report for Python 3:

 

 

Process:		Python [27398]
Path:			/usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
Identifier:	  Python
Version:		3.2.3 (3.2.3)
Code Type:	  X86-64 (Native)
Parent Process:  pycharm [27316]
User ID:		501

Date/Time:	  2012-08-13 12:29:27.161 +0400
OS Version:	  Mac OS X 10.8 (12A269)
Report Version:  10

Interval Since Last Report:		  2095 sec
Crashes Since Last Report:		  1
Per-App Crashes Since Last Report:  1
Anonymous UUID:					  E4165901-2DC8-4420-92F5-EC3973098513

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

Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  time.so						  0x000000010aa878f4 time_sleep + 75
1  org.python.python				0x000000010a27fb51 PyEval_EvalFrameEx + 3039
2  org.python.python				0x000000010a286d6f fast_function + 168
3  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
4  org.python.python				0x000000010a286d6f fast_function + 168
5  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
6  org.python.python				0x000000010a27eecb PyEval_EvalCodeEx + 1812
7  org.python.python				0x000000010a27e7b1 PyEval_EvalCode + 63
8  org.python.python				0x000000010a2a060a run_mod + 58
9  org.python.python				0x000000010a2a0787 PyRun_FileExFlags + 167
10  org.python.python				0x000000010a2a0177 PyRun_SimpleFileExFlags + 806
11  org.python.python				0x000000010a2afdb7 Py_Main + 2947
12  org.python.python				0x000000010a208e2f main + 267
13  libdyld.dylib					0x00007fff8c65c7e1 start + 1

Thread 1:
0  libsystem_kernel.dylib			0x00007fff8d1dc6d6 __workq_kernreturn + 10
1  libsystem_c.dylib				0x00007fff88528f2c _pthread_workq_return + 25
2  libsystem_c.dylib				0x00007fff88528cf3 _pthread_wqthread + 412
3  libsystem_c.dylib				0x00007fff885131b1 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0  libsystem_kernel.dylib			0x00007fff8d1dcd16 kevent + 10
1  libdispatch.dylib				0x00007fff8a690e26 _dispatch_mgr_invoke + 883
2  libdispatch.dylib				0x00007fff8a690a2a _dispatch_mgr_thread + 54

Thread 3:
0  libsystem_kernel.dylib			0x00007fff8d1dc6d6 __workq_kernreturn + 10
1  libsystem_c.dylib				0x00007fff88528f2c _pthread_workq_return + 25
2  libsystem_c.dylib				0x00007fff88528cf3 _pthread_wqthread + 412
3  libsystem_c.dylib				0x00007fff885131b1 start_wqthread + 13

Thread 4:
0  libsystem_kernel.dylib			0x00007fff8d1dc6d6 __workq_kernreturn + 10
1  libsystem_c.dylib				0x00007fff88528f2c _pthread_workq_return + 25
2  libsystem_c.dylib				0x00007fff88528cf3 _pthread_wqthread + 412
3  libsystem_c.dylib				0x00007fff885131b1 start_wqthread + 13

Thread 5:
0  libsystem_kernel.dylib			0x00007fff8d1dc0fa __psynch_cvwait + 10
1  libsystem_c.dylib				0x00007fff8852afc9 _pthread_cond_wait + 869
2  org.python.python				0x000000010a2adfea PyThread_acquire_lock_timed + 308
3  org.python.python				0x000000010a2b2687 acquire_timed + 116
4  org.python.python				0x000000010a2b2817 lock_PyThread_acquire_lock + 298
5  org.python.python				0x000000010a27fb51 PyEval_EvalFrameEx + 3039
6  org.python.python				0x000000010a27eecb PyEval_EvalCodeEx + 1812
7  org.python.python				0x000000010a286ddf fast_function + 280
8  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
9  org.python.python				0x000000010a27eecb PyEval_EvalCodeEx + 1812
10  org.python.python				0x000000010a286ddf fast_function + 280
11  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
12  org.python.python				0x000000010a286d6f fast_function + 168
13  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
14  org.python.python				0x000000010a286d6f fast_function + 168
15  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
16  org.python.python				0x000000010a286d6f fast_function + 168
17  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
18  org.python.python				0x000000010a27eecb PyEval_EvalCodeEx + 1812
19  org.python.python				0x000000010a22f1eb function_call + 342
20  org.python.python				0x000000010a215162 PyObject_Call + 105
21  org.python.python				0x000000010a222511 method_call + 159
22  org.python.python				0x000000010a215162 PyObject_Call + 105
23  org.python.python				0x000000010a2864a7 PyEval_CallObjectWithKeywords + 168
24  org.python.python				0x000000010a2b1f7a t_bootstrap + 66
25  libsystem_c.dylib				0x00007fff88526782 _pthread_start + 327
26  libsystem_c.dylib				0x00007fff885131c1 thread_start + 13

Thread 6:
0  libsystem_kernel.dylib			0x00007fff8d1dc2aa __recvfrom + 10
1  _socket.so						0x000000010aa92b39 sock_recv_guts + 211
2  _socket.so						0x000000010aa918d3 sock_recv + 132
3  org.python.python				0x000000010a27fb51 PyEval_EvalFrameEx + 3039
4  org.python.python				0x000000010a286d6f fast_function + 168
5  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
6  org.python.python				0x000000010a286d6f fast_function + 168
7  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
8  org.python.python				0x000000010a286d6f fast_function + 168
9  org.python.python				0x000000010a27fbec PyEval_EvalFrameEx + 3194
10  org.python.python				0x000000010a27eecb PyEval_EvalCodeEx + 1812
11  org.python.python				0x000000010a22f1eb function_call + 342
12  org.python.python				0x000000010a215162 PyObject_Call + 105
13  org.python.python				0x000000010a222511 method_call + 159
14  org.python.python				0x000000010a215162 PyObject_Call + 105
15  org.python.python				0x000000010a2864a7 PyEval_CallObjectWithKeywords + 168
16  org.python.python				0x000000010a2b1f7a t_bootstrap + 66
17  libsystem_c.dylib				0x00007fff88526782 _pthread_start + 327
18  libsystem_c.dylib				0x00007fff885131c1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
 rax: 0x0000000000003000  rbx: 0x000000010a67aaf0  rcx: 0x0000000000000001  rdx: 0x0000000000000001
 rdi: 0x0000000000000001  rsi: 0x0000000000000000  rbp: 0x00007fff559f72f0  rsp: 0x00007fff559f72c0
 r8: 0x00007fff78502788  r9: 0x00007fff559f7090  r10: 0x00007fa6b2cba720  r11: 0x000000010af2e5e8
 r12: 0x00007fa6b2c07640  r13: 0x00007fa6b2ec6658  r14: 0x000000010aa51560  r15: 0x000000010af2e5d0
 rip: 0x000000010aa878f4  rfl: 0x0000000000010202  cr2: 0x000000010b815880
Logical CPU: 0

Binary Images:
  0x10a208000 -		0x10a208fff +org.python.python (3.2.3 - 3.2.3) <B231E271-F6BD-3BF3-8C42-BF9990840B04> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
  0x10a20c000 -		0x10a323ff7 +org.python.python (3.2.3, [c] 2004-2012 Python Software Foundation. - 3.2.3) <0E6554FA-29B6-3C90-AF9E-E081F78BE7E0> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/Python
  0x10a416000 -		0x10a41eff7 +libintl.8.dylib (0) <8F61EA59-FE40-3D57-9C10-35C4AC45EAEF> /usr/local/Cellar/gettext/0.18.1.1/lib/libintl.8.dylib
  0x10a601000 -		0x10a601fff +_bisect.so (0) <1258123F-94EA-34BE-8DE0-6B177D742F16> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_bisect.so
  0x10a632000 -		0x10a633fff +_heapq.so (0) <9ECE78BB-C67C-3702-BD8B-18CFA371E143> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_heapq.so
  0x10aa86000 -		0x10aa88fff +time.so (0) <7AF02DDF-E0EF-3A98-9638-EC37FF5AA737> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/time.so
  0x10aa8d000 -		0x10aa94ff7 +_socket.so (0) <163403D6-311C-3891-8223-421DC1B6ECEF> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_socket.so
  0x10ab5e000 -		0x10ab61fff +_struct.so (0) <19F15F19-DFA6-36C5-A5A6-84BC3C273C5B> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_struct.so
  0x10ab68000 -		0x10ab72fff +_pickle.so (0) <7F29431B-888C-3C46-A5FC-3AAE5EF2C322> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_pickle.so
  0x10ab7d000 -		0x10ab7fff7 +binascii.so (0) <C83DC2B5-6067-3AAD-8076-AE240AB35332> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/binascii.so
  0x10ab83000 -		0x10ab87ff7 +math.so (0) <E28F9858-0B87-3FE9-AD9B-691DCAF87F47> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/math.so
  0x10ab8e000 -		0x10ab90fff +_hashlib.so (0) <D3B6D1DD-F359-3C82-80B3-5520CFEED741> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_hashlib.so
  0x10ab95000 -		0x10ab96ff7 +_random.so (0) <EC3E4DBE-9907-3057-A763-4764899960D9> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_random.so
  0x10ab99000 -		0x10ab9eff7 +array.so (0) <B86A6967-91D1-3401-BC14-CD88E2A7E9B6> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/array.so
  0x10ac26000 -		0x10ac2afff +_ssl.so (0) <9BCC6E67-1592-37D0-A190-CC9FCE9636B8> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_ssl.so
  0x10ac31000 -		0x10ac53fff +pyexpat.so (0) <40461B9B-6D8C-3A4F-94E4-0CB0B4DF6347> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/pyexpat.so
  0x10ac66000 -		0x10ac68fff +zlib.so (0) <869C95EA-8092-3663-9A56-398BCE222AB1> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/zlib.so
  0x10acad000 -		0x10acb7ff7 +_datetime.so (0) <F6D7F466-DDDA-3659-BAB8-C65755057875> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_datetime.so
  0x10ad02000 -		0x10ad04fff +select.so (0) <1A99D580-C7FA-35F4-A3DF-458EE1EDB717> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/select.so
  0x10ad0a000 -		0x10ad0afff +grp.so (0) <955C6253-9386-3493-AA7C-73F400A74230> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/grp.so
  0x10ad0d000 -		0x10ad10fff +bz2.so (0) <44936870-9A8E-32F8-BA40-6AACD29B9926> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/bz2.so
  0x10add6000 -		0x10add7fff +fcntl.so (0) <F1560E37-269F-3F17-BA3A-50D5B4E8B0BC> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/fcntl.so
  0x10ae5a000 -		0x10ae5afff +_scproxy.so (0) <A0F691FB-988D-3E22-BAA1-D0A69FFC0A5A> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/_scproxy.so
  0x10af5d000 -		0x10b00afff +unicodedata.so (0) <21B0EF70-736D-3B37-A98B-1F82A8AF036A> /usr/local/Cellar/python3/3.2.3/Frameworks/Python.framework/Versions/3.2/lib/python3.2/lib-dynload/unicodedata.so
0x7fff69e08000 -	0x7fff69e3c93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
0x7fff88512000 -	0x7fff885defef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
0x7fff885df000 -	0x7fff885f1ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff888fa000 -	0x7fff888fcff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff889a4000 -	0x7fff88aa6fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8a0b5000 -	0x7fff8a11efff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
0x7fff8a5b9000 -	0x7fff8a5bafff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
0x7fff8a68c000 -	0x7fff8a6a1ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
0x7fff8b0e3000 -	0x7fff8b132ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
0x7fff8b575000 -	0x7fff8b580fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
0x7fff8b586000 -	0x7fff8b5aaff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
0x7fff8b8b6000 -	0x7fff8b8b7ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
0x7fff8b978000 -	0x7fff8b97efff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
0x7fff8b9c8000 -	0x7fff8b9d5fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
0x7fff8b9d6000 -	0x7fff8b9dbfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff8ba5e000 -	0x7fff8bc47fff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8c214000 -	0x7fff8c215ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8c283000 -	0x7fff8c39ba27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
0x7fff8c43f000 -	0x7fff8c461ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
0x7fff8c65a000 -	0x7fff8c65dff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
0x7fff8ca3d000 -	0x7fff8ca4bff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff8d1ca000 -	0x7fff8d1e5ff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
0x7fff8dda0000 -	0x7fff8dda1ff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
0x7fff8dda2000 -	0x7fff8ddaaff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
0x7fff90036000 -	0x7fff90064ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
0x7fff9032c000 -	0x7fff90363ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x7fff9135e000 -	0x7fff9135fff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
0x7fff92b7f000 -	0x7fff92b85ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff92b86000 -	0x7fff92b8dfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff92c3d000 -	0x7fff92c42fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff92cac000 -	0x7fff92cb4fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
0x7fff92ddf000 -	0x7fff92e2bff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x7fff934bb000 -	0x7fff934c9fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
0x7fff93fdd000 -	0x7fff941ddfff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
0x7fff94597000 -	0x7fff94597fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
0x7fff94598000 -	0x7fff94599fff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff94e07000 -	0x7fff94e09fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff94e16000 -	0x7fff94e67fff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff94e6b000 -	0x7fff94ea1fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff94ea2000 -	0x7fff94f0aff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff94f0b000 -	0x7fff95000fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
0x7fff9509c000 -	0x7fff9509efff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.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: 423
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=67.3M resident=47.3M(70%) swapped_out_or_unallocated=20.1M(30%)
Writable regions: Total=47.8M written=10.6M(22%) resident=13.0M(27%) swapped_out=0K(0%) unallocated=34.8M(73%)

REGION TYPE					  VIRTUAL
===========					  =======
MALLOC							29.3M
MALLOC guard page					32K
STACK GUARD						56.0M
Stack							  18.0M
VM_ALLOCATE						  12K
__DATA							1904K
__LINKEDIT						53.6M
__TEXT							13.7M
__UNICODE						  544K
shared memory						12K
===========					  =======
TOTAL							173.1M

Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 2.93 GHz, 5 GB, SMC 1.30f3
Graphics: ATI Radeon HD 5850, ATI Radeon HD 5850, PCIe, 1024 MB
Memory Module: Bank0/1/A0, 2 GB, DDR2 SDRAM, 800 MHz, Kingston, 2G-UDIMM
Memory Module: Bank4/5/A2, 2 GB, DDR2 SDRAM, 800 MHz, Kingston, 2G-UDIMM
Memory Module: Bank6/7/A3, 1 GB, DDR2 SDRAM, 800 MHz, Hynix Semiconductor, HYMP512U64CP8-S5
Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: ST3120026AS, 120.03 GB
Serial ATA Device: ST3500630AS, 500.11 GB
Serial ATA Device: ST3250310AS, 250.06 GB
USB Device: silicon-power, 0x090c  (Silicon Motion, Inc. - Taiwan), 0x1000, 0xfd200000 / 2
USB Device: BCM2046B1, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5d100000 / 3
USB Device: composite_device, 0x0a5c  (Broadcom Corp.), 0x4503, 0x5d120000 / 6
USB Device: Rocketfish Bluetooth Adapter, 0x0461  (Primax Electronics), 0x4d75, 0x5d130000 / 5
USB Device: composite_device, 0x0a5c  (Broadcom Corp.), 0x4502, 0x5d110000 / 4
USB Device: PS/2+USB Mouse, 0x1267, 0x0201, 0x5d200000 / 2
USB Device: composite_device, 0x0566  (Monterey International Corp.), 0x3002, 0x1d100000 / 2

 

 

I've tried everything - reinstalled dozen of times, used different DSDT, used chameleon, clover, but the problem still exists.

 

Everything works fine on my macbook

 

Does anyone have a clue what the problem might be?

Link to comment
Share on other sites

I'm not a pro but maybe this is because of the dropped support of 32 BIT?

 

The scripts may not run Native 64 bit, not sure but also try this:

 

The problem is a Permissions problem. All you have to do is:

1. Right click on the root /Library Folder and selct 'Get Info'

2. Unlock the pad lock in the lower right hand corner.

3. Click on the + symbol to add a user.

4. When prompt add the 'root user'.

5. Give the root user Read/Write privaledges.

6. Lock the pad lock and open Preview.

Link to comment
Share on other sites

 Share

×
×
  • Create New...