Skip to content

Instantly share code, notes, and snippets.

@eagleflo
Created October 22, 2012 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eagleflo/3931543 to your computer and use it in GitHub Desktop.
Save eagleflo/3931543 to your computer and use it in GitHub Desktop.
Git send-email Perl crash
$ git send-email --suppress-cc=author --to=xxx@xxx.com --thread review
review/0000-cover-letter.patch
perl(44259) malloc: *** error for object 0x106c1d50d: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
error: git-send-email died of signal 6
# Works without --suppress-cc
$ perl -V
Summary of my perl5 (revision 5 version 12 subversion 4) configuration:
Platform:
osname=darwin, osvers=12.0, archname=darwin-thread-multi-2level
uname='darwin b1026.apple.com 12.0 darwin kernel version 12.0.0: tue may 15 23:31:29
pdt 2012; root:xnu-2050.6.70~1release_x86_64 x86_64 '
config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags= -Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none -Dcc=clang'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='clang', ccflags ='-arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-a$iasing -fstack-protector -I/usr/local/include',
optimize='-Os',
cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.$0)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='clang -mmacosx-version-min=10.8', ldflags ='-arch x86_64 -fstack-protector -L/u$r/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lutil -lc
perllibs=-ldl -lm -lutil -lc
libc=, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-arch x86_64 -bundle -undefined dynamic_lookup -L/usr/lo$al/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
/Library/Perl/Updates/<version> comes before system perl directories
installprivlib and installarchlib points to the Updates directory
Built under darwin
Compiled at Jun 20 2012 13:55:28
@INC:
/Library/Perl/5.12/darwin-thread-multi-2level
/Library/Perl/5.12
/Network/Library/Perl/5.12/darwin-thread-multi-2level
/Network/Library/Perl/5.12
/Library/Perl/Updates/5.12.4/darwin-thread-multi-2level
/Library/Perl/Updates/5.12.4
/System/Library/Perl/5.12/darwin-thread-multi-2level
/System/Library/Perl/5.12
/System/Library/Perl/Extras/5.12/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.12
.
Process: perl5.12 [44259]
Path: /usr/bin/perl5.12
Identifier: perl5.12
Version: 77.2
Code Type: X86-64 (Native)
Parent Process: git [44258]
User ID: 501
Date/Time: 2012-10-22 16:31:42.738 +0300
OS Version: Mac OS X 10.8.2 (12C60)
Report Version: 10
Interval Since Last Report: 15937 sec
Crashes Since Last Report: 11
Per-App Crashes Since Last Report: 11
Anonymous UUID: 1D03788E-883B-E115-3487-57920290FAD7
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
*** error for object 0x106c1d50d: pointer being freed was not allocated
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x0000000106448d46 __kill + 10
1 libsystem_c.dylib 0x0000000106315df0 abort + 177
2 libsystem_c.dylib 0x00000001062e9959 free + 392
3 com.apple.GSS 0x00000001079b860c gss_release_oid + 46
4 GSSAPI.bundle 0x0000000106bf0607 XS_GSSAPI__OID_DESTROY + 408
5 libperl.dylib 0x0000000106101abd Perl_pp_entersub + 2456
6 libperl.dylib 0x00000001060ab691 Perl_call_sv + 715
7 libperl.dylib 0x00000001061095c4 Perl_sv_clear + 696
8 libperl.dylib 0x0000000106108179 Perl_sv_free2 + 84
9 libperl.dylib 0x0000000106109372 Perl_sv_clear + 102
10 libperl.dylib 0x0000000106108179 Perl_sv_free2 + 84
11 libperl.dylib 0x0000000106126c0c Perl_free_tmps + 105
12 libperl.dylib 0x00000001060f9faa Perl_pp_nextstate + 82
13 libperl.dylib 0x00000001060f9ee1 Perl_runops_standard + 38
14 libperl.dylib 0x00000001060aaf26 perl_run + 453
15 perl5.12 0x000000010608ed54 main + 221
16 libdyld.dylib 0x000000010626a7e1 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff59b71190 rcx: 0x00007fff59b71178 rdx: 0x0000000000000000
rdi: 0x000000000000ace3 rsi: 0x0000000000000006 rbp: 0x00007fff59b711a0 rsp: 0x00007fff59b71178
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x000000010644a342 r11: 0x0000000000000206
r12: 0x00000001061cb000 r13: 0x0000000106094000 r14: 0x0000000106c1d50d r15: 0x0000000000000002
rip: 0x0000000106448d46 rfl: 0x0000000000000206 cr2: 0x0000000106315d3f
Logical CPU: 0
Binary Images:
0x10608e000 - 0x10608efff perl5.12 (77.2) <E37B37F2-7138-3665-85CA-C661D6AB2CC4> /usr/bin/perl5.12
0x106095000 - 0x1061a1fff libperl.dylib (77.2) <8AB18FF9-7251-3337-8013-FC003A727CE2> /System/Library/Perl/5.12/darwin-thread-multi-2level/CORE/libperl.dylib
0x1061d0000 - 0x1061d1ff7 libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
0x1061da000 - 0x1061ddfff libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
0x1061e4000 - 0x1061e9fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x1061ee000 - 0x1061fcfff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
0x106209000 - 0x10620afff Cwd.bundle (77.2) <85FCAFF3-CA50-3476-8AFA-B6DF17A1F406> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Cwd/Cwd.bundle
0x106210000 - 0x106215fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x10621e000 - 0x106225fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x10622c000 - 0x10622cfff libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
0x106230000 - 0x106245ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
0x10625c000 - 0x10625dff7 libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
0x106262000 - 0x106263fff Fcntl.bundle (77.2) <C54A2D50-0DEB-314D-9F58-BF5582EB45E2> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Fcntl/Fcntl.bundle
0x106268000 - 0x10626bff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
0x106272000 - 0x106273fff Base64.bundle (77.2) <991C3220-DF69-3F21-AD81-E8EA498BF8E0> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/MIME/Base64/Base64.bundle
0x106277000 - 0x106277fff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
0x10627d000 - 0x106285fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x10628d000 - 0x10628dfff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x106292000 - 0x106298fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
0x10629d000 - 0x10629ffff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
0x1062a4000 - 0x1062a5fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x1062a9000 - 0x1062aaff7 libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
0x1062b0000 - 0x1062b1fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x1062b6000 - 0x1062b7fff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
0x1062bc000 - 0x106388fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
0x1063cb000 - 0x1063cdfff IO.bundle (77.2) <E1C7FFC1-2078-3FB3-887F-BFA17020CF9B> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/IO/IO.bundle
0x1063d2000 - 0x1063daff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
0x1063e3000 - 0x106419fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x106431000 - 0x106432fff com.apple.heimdalodpac (10.8 - 198) <AE9D93D6-C970-368B-A89C-2DA0EB225204> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Contents/MacOS/heimdalodpac
0x106437000 - 0x106452ff7 libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
0x106467000 - 0x106495ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
0x1064a0000 - 0x1064a2fff com.apple.KerberosHelper.LKDCLocate (4.0 - 1.0) <6276FDFA-EB44-374C-9BFC-2AB5F68F2145> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/LKDCLocate.bundle/Contents/MacOS/LKDCLocate
0x1064a6000 - 0x1064b4ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x1064c4000 - 0x1064cffff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
0x1064d8000 - 0x1064d9ff7 com.apple.kerberos.reachability (3.0 - 2.0) <8DC5EA50-F572-31C7-9443-5F6C9363A58D> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Contents/MacOS/Reachability
0x1064dd000 - 0x1064deff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
0x1064e3000 - 0x1064e5ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x1064ee000 - 0x1064f4ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x1064fb000 - 0x10651dff7 libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
0x106539000 - 0x106588ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
0x106598000 - 0x1066b092f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x1066d2000 - 0x10671eff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x106735000 - 0x10675aff7 libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
0x10678e000 - 0x1067f6ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x10684f000 - 0x106851fff Socket.bundle (77.2) <6D06A24A-BA30-3A37-A02F-92DF29583340> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Socket/Socket.bundle
0x106856000 - 0x1068bffff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
0x106952000 - 0x106957fff Dumper.bundle (77.2) <D459ADB0-CC15-3A2C-8F76-01C71868442F> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/Data/Dumper/Dumper.bundle
0x10698a000 - 0x10698ffff Util.bundle (77.2) <E38D4106-2D85-374F-B86F-56B99B8FC592> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/List/Util/Util.bundle
0x106995000 - 0x1069a6fff POSIX.bundle (77.2) <AE346595-8F41-3293-8312-86BE431D201B> /System/Library/Perl/5.12/darwin-thread-multi-2level/auto/POSIX/POSIX.bundle
0x1069b0000 - 0x1069fafff SSLeay.bundle (42.3) <F6DF4E5C-8AE8-3EF7-9822-57AA7A0E6851> /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Net/SSLeay/SSLeay.bundle
0x106a0b000 - 0x106a42ff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x106a58000 - 0x106b5afff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x106bc2000 - 0x106bd4ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x106bda000 - 0x106bdcfff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x106be1000 - 0x106be6fff Socket6.bundle (42.3) <303A931A-CD85-31CC-85CE-E087C1A67E26> /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/Socket6/Socket6.bundle
0x106beb000 - 0x106c00fff GSSAPI.bundle (42.3) <19E881B4-0B51-3FD7-82B1-1C75C4F51864> /System/Library/Perl/Extras/5.12/darwin-thread-multi-2level/auto/GSSAPI/GSSAPI.bundle
0x106c07000 - 0x106c29ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x106c42000 - 0x106cc4fff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x106cee000 - 0x106fbefff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x1070f2000 - 0x1072dbfff com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x107439000 - 0x107536fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
0x10754c000 - 0x10756bff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x107576000 - 0x107776fff libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
0x107817000 - 0x10782aff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
0x107833000 - 0x107842ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x10784b000 - 0x10784ffff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
0x107854000 - 0x107861fff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
0x107867000 - 0x107964ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x107999000 - 0x1079d3fff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/GSS
0x1079f2000 - 0x1079f7fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x107a02000 - 0x107a53ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x107a82000 - 0x107a8dfff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x107a94000 - 0x107df0fff com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x108011000 - 0x108028fff com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x108043000 - 0x1081b7fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x108276000 - 0x1082e3ff7 com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x108312000 - 0x108333ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x10833e000 - 0x108355fff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x10835f000 - 0x108363ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x108369000 - 0x108680ff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x1086fa000 - 0x10877bfff com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x1087d1000 - 0x108877ff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x1088d7000 - 0x108964ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x1089a9000 - 0x108a06ff7 com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x108a2f000 - 0x108ae0fff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x108b33000 - 0x108b64ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x108b87000 - 0x108b8dfff com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x108b97000 - 0x108b9efff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x108ba5000 - 0x108bb3ff7 libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
0x108bb8000 - 0x108bc5ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x108bd1000 - 0x108c3efff com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x108c78000 - 0x108ca3fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x108cb0000 - 0x108cb1ff7 com.apple.kerberos.sckerberosconfig (3.0 - 1) <6981ADC2-C901-3F8A-A3D0-7334DE61BF3E> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundle/Contents/MacOS/SCKerberosConfig
0x7fff65c8e000 - 0x7fff65cc293f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
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: 12392
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=40.3M resident=28.0M(69%) swapped_out_or_unallocated=12.4M(31%)
Writable regions: Total=27.6M written=7656K(27%) resident=12.3M(44%) swapped_out=0K(0%) unallocated=15.4M(56%)
REGION TYPE VIRTUAL
=========== =======
MALLOC 17.3M
MALLOC guard page 32K
STACK GUARD 56.0M
Stack 8192K
VM_ALLOCATE 8K
__DATA 3288K
__LINKEDIT 9996K
__TEXT 30.6M
__UNICODE 544K
shared memory 12K
=========== =======
TOTAL 125.5M
Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.58f16
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.22)
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: INTEL SSDSA2M160G2GC, 160.04 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: Portable USB Drive, 0x18a5, 0x0214, 0xfa140000 / 6
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 4
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 9
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: USB2.0 Hub, 0x2109 (VIA Labs, Inc.), 0x3431, 0xfd130000 / 5
USB Device: Realforce 88U, 0x0853, 0x0124, 0xfd134000 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment