search for: libmacho

Displaying 12 results from an estimated 12 matches for "libmacho".

2017 Aug 31
2
LLD: patch to fix libCOFF calling exit() on success in a library function
Correct, I am using libCOFF, libELF, and libMACHO all as a library. Ideally all cases would return and report an error and clean up memory, etc, instead of calling exit. However this is sufficient for my needs for now. It is ok for LLD to crash if I supply an invalid command line argument, I won't do that. On Thu, Aug 31, 2017 at 5:47 PM, Rui...
2018 Aug 30
4
crash problem when using IndirectBrInst to replace BranchInst
...fff50a4bffb libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib 0x7fff50a59000 - 0x7fff50a59ff7 liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib 0x7fff50a5a000 - 0x7fff50a5effb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib 0x7fff50a5f000 - 0x7fff50a61ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib 0x7fff50a62000 - 0x7fff50a63ff3 libremovefile.dylib (...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...to.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff8c689000 - 0x7fff8c6a4ff7 libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib 0x7fff8c87d000 - 0x7fff8c883fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff8c8b0000 - 0x7fff8c8deff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff8cee9000 - 0x7fff8ceeefff libcache.dylib (57) &lt...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...to.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff8c689000 - 0x7fff8c6a4ff7 libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib 0x7fff8c87d000 - 0x7fff8c883fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff8c8b0000 - 0x7fff8c8deff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff8cee9000 - 0x7fff8ceeefff libcache.dylib (57) &lt...
2018 Aug 31
2
crash problem when using IndirectBrInst to replace BranchInst
...(28) > <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib > > 0x7fff50a59000 - 0x7fff50a59ff7 liblaunch.dylib (1205.70.9) > <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib > > 0x7fff50a5a000 - 0x7fff50a5effb libmacho.dylib (906) > <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib > > 0x7fff50a5f000 - 0x7fff50a61ff3 libquarantine.dylib (86) > <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib > > 0x7fff50a62000 - 0x7fff50a...
2016 Jan 21
2
greendragon build noisy due to mmap_stress.cc
...onCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib 0x7fff8dd4b000 - 0x7fff8dd53ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib 0x7fff8de1e000 - 0x7fff8de23ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib 0x7fff8e1e8000 - 0x7fff8e274fe7 libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib 0x7fff8e9df000 - 0x7fff8e9e7fff libsystem_dnssd.dyli...
2017 Aug 31
2
LLD: patch to fix libCOFF calling exit() on success in a library function
I believe that LLD is not supposed to call exit on success when you call lld::coff::link. >From downstream fork of LLD: https://github.com/zig-lang/zig/commit/41da9fdb69065082f57c604b12eb02ca166cb18d diff --git a/lld/COFF/Driver.cpp b/lld/COFF/Driver.cpp index 854c3e69098..8b17f039870 100644 --- a/lld/COFF/Driver.cpp +++ b/lld/COFF/Driver.cpp @@ -1030,7 +1030,7 @@ void
2016 Jan 22
2
greendragon build noisy due to mmap_stress.cc
...ylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib > 0x7fff8dd4b000 - 0x7fff8dd53ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib > 0x7fff8de1e000 - 0x7fff8de23ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib > 0x7fff8e1e8000 - 0x7fff8e274fe7 libsystem_c.dylib (1044.40.1) <F0635E0F-FE4B-34DB-ACF9-A58C1E9070E9> /usr/lib/system/libsystem_c.dylib > 0x7fff8e9df000 - 0x7fff8e9e7fff libsystem_...
2016 Jan 20
2
greendragon build noisy due to mmap_stress.cc
On Wed, Jan 20, 2016 at 1:31 PM, Chris Matthews <chris.matthews at apple.com> wrote: > I worded that poorly, the Jenkins check I added will explain to the user > that we know this fails sometimes. > > On Jan 20, 2016, at 1:30 PM, Chris Matthews <chris.matthews at apple.com> > wrote: > > I have added a Jenkins check for this test, which explains why it fails on
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2 VirtualBox 5.2.22 and 6.0.0 libvirt installed via homebrew virsh -V Virsh command line tool of libvirt 4.10.0 See web site at https://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM VMware VirtualBox ESX Test Networking: Remote Bridging Storage: Dir Miscellaneous: Daemon Secrets Debug brew services start libvirt virsh -c vbox:///session list error:
2019 Jan 07
2
Re: virsh on mac os X
...lib/system/libdyld.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/libkeymgr.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/liblaunch.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/libmacho.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/libquarantine.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/libremovefile.dylib\0", 0x7FFEE285D900, 0x0) = 0 0 918/0x3b12: stat64("/usr/lib/system/libsystem_...
2019 Jan 07
0
Re: virsh on mac os X
...ib/system/libdyld.dylib\0", 0x7FFEEA717900, 0x0) = 0 0 98962/0x5a031: stat64("/usr/lib/system/libkeymgr.dylib\0", 0x7FFEEA717900, 0x0 = 0 0 98962/0x5a031: stat64("/usr/lib/system/liblaunch.dylib\0", 0x7FFEEA717900, 0x0 = 0 0 98962/0x5a031: stat64("/usr/lib/system/libmacho.dylib\0", 0x7FFEEA717900, 0x0) = 0 0 98962/0x5a031: stat64("/usr/lib/system/libquarantine.dylib\0", 0x7FFEEA717900, 0x0) = 0 0 98962/0x5a031: stat64("/usr/lib/system/libremovefile.dylib\0", 0x7FFEEA717900, 0x0) = 0 0 98962/0x5a031: stat64("/usr/lib/system/libsyst...