Eruil Posted February 10, 2016 Share Posted February 10, 2016 correct, sse4.2 is the fastest set for FX but it doesn't change much.Since we can't change cpu behavior and all the kernels with or without sse4.2 enabled failed to fix the icons..I think we need to try to translate lets say AVX2 to sse4.2 thats why i spoke for a new emulator, or maybe it's not the kernel at all,kernels primary function is to load programms,maybe some program not loading or needs patching.---still have a hunch that maybe the fix is in the installation files-- i say AVX2 to sse4.2 because they are almost equally fast. Another idea is to disable every new set from the kernel (sse4.1 ,4.2,avx,..etc) and let the kernel run with ssse3 with or without the openemu (ssse3 was Yosemite's pre reqested if i remember correct) the fact is that we will have a slow kernel/system but if our theories are correct it will fix the bug. https://software.intel.com/en-us/blogs/2015/01/13/programming-using-avx2-permutations https://software.intel.com/en-us/blogs/2015/01/15/vector-programming-sse42-to-avx2-conversion-examples found this hope is usefull ;D (as ya said ... slow running but operational ) Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 10, 2016 Share Posted February 10, 2016 Another idea is to disable every new set from the kernel (sse4.1 ,4.2,avx,..etc) and let the kernel run with ssse3 with or without the openemu (ssse3 was Yosemite's pre reqested if i remember correct) the fact is that we will have a slow kernel/system but if our theories are correct it will fix the bug. Hi steparab, we had SSE4.2,SSE4.1 & SSSE3 disabled in previous kernels we posted before... 1 Link to comment Share on other sites More sharing options...
steparab Posted February 10, 2016 Share Posted February 10, 2016 Hi steparab, we had SSE4.2,SSE4.1 & SSSE3 disabled in previous kernels we posted before... Hi Duran,i know that but u have to disable all and test.Remember every cpu tries always the fastest way if u disable sse4.2 and 4.1 FX will try probably with AVX and it will probably fail again, you have to disable all faster instructions than ssse3 (i say leave ssse3 as the faster set because there is already the openemu for that and you can test kernels with or without it) In theory this will make FX cpus to process data like Athlon and phenom if the bug still exists then maybe it's not the kernel,if it works then Fx users will have all the icons but a slow system then we will need another emulator to fix sse4.2 set. in other words i think that the only thing that makes older AMD cpus to work is the openemu you can also test this by removing open emu from a kernel and test it on old AMD's Link to comment Share on other sites More sharing options...
Shaneee Posted February 10, 2016 Share Posted February 10, 2016 Hi steparab, we had SSE4.2,SSE4.1 & SSSE3 disabled in previous kernels we posted before...Last kernel I uploaded had AVX commented out with no change. Link to comment Share on other sites More sharing options...
BCBoy1 Posted February 10, 2016 Share Posted February 10, 2016 Can someone please test this kernel. Hi! I tried the kernel. Very slow boot, no QE / CI but the colors are not changed Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 10, 2016 Share Posted February 10, 2016 Hi! I tried the kernel. Very slow boot, no QE / CI but the colors are not changed That is weird, while it says you don't have SSE4.1 & 4.2, it also says you don't have SSSE3, SSE3, SSE2, SSE & MMX in the hw.optional section, but reports it in the features section. Link to comment Share on other sites More sharing options...
itisme754 Posted February 10, 2016 Share Posted February 10, 2016 That is weird, while it says you don't have SSE4.1 & 4.2, it also says you don't have SSSE3, SSE3, SSE2, SSE & MMX in the hw.optional section, but reports it in the features section. I think he has to enable them in the bootloader config. I enabled sse3 and the speed was normal. Link to comment Share on other sites More sharing options...
spakk Posted February 11, 2016 Author Share Posted February 11, 2016 Note that this is just a thought, untested and not tested by me !! If someone has little time and has a second El Capitan partition, which may like to tried to replace drivers from Yosemite 10.10.5, (last Build) to El Capitan (presumably the: IOGraphicsFamily.kext, IONDRVSupport.kext, AppleBacklight.kext ==> S/L/E ) ..... make previously a copy of the Extensions folder on desktop. After replaceing the drivers, repair the permissions and build a new preLinked kernel, then check if the graphics issue resolved on FX CPU ?? Edit: make no great expectations, possibly in the wrong way-but we should replace the graphicsystem drivers, and check what a result comes out at the end 1 Link to comment Share on other sites More sharing options...
jsl Posted February 11, 2016 Share Posted February 11, 2016 Please test this revised kernel. Edit: This runs alot faster on my Athlon than previous kernels. Thanks for this new AMD kernel which works for Athlon 64 x2 6000+ CPU in Asus M4A78 PLUS MB at 10.11.4(15E39c). Only very few app crashed on load. 1 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 11, 2016 Share Posted February 11, 2016 I think he has to enable them in the bootloader config. I enabled sse3 and the speed was normal. That would not matter if they have been forced to disable in the kernel. Even if he had it "enabled" in the bootloader config, hw.optional.sse3 would report as a 1 (on) Link to comment Share on other sites More sharing options...
theconnactic Posted February 11, 2016 Share Posted February 11, 2016 In the old days, these graphics issues were related to caches, if I remember correctly, not a given instruction set. I remember this, Sinetek was the one who found it out. Perhaps it's the same thing now... Fact is, the XNU kernel is getting each day more missing stuff in comparison to the real binary Apple distributes. Wonder how long until Apple stops releasing it as open source altogether. 1 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 11, 2016 Share Posted February 11, 2016 In the old days, these graphics issues were related to caches, if I remember correctly, not a given instruction set. I remember this, Sinetek was the one who found it out. Perhaps it's the same thing now... Fact is, the XNU kernel is getting each day more missing stuff in comparison to the real binary Apple distributes. Wonder how long until Apple stops releasing it as open source altogether. Hey theconnactic, Yeah it was made in the mtrr.c file with changing the PAT, however I tried editing that with very little change to the graphics, and the difference is that FX users experience the problem but the older processors do not (or not as much/noticeable) 1 Link to comment Share on other sites More sharing options...
Will.Muchacho Posted February 13, 2016 Share Posted February 13, 2016 Note that this is just a thought, untested and not tested by me !! If someone has little time and has a second El Capitan partition, which may like to tried to replace drivers from Yosemite 10.10.5, (last Build) to El Capitan (presumably the: IOGraphicsFamily.kext, IONDRVSupport.kext, AppleBacklight.kext ==> S/L/E ) ..... make previously a copy of the Extensions folder on desktop. After replaceing the drivers, repair the permissions and build a new preLinked kernel, then check if the graphics issue resolved on FX CPU ?? Edit: make no great expectations, possibly in the wrong way-but we should replace the graphicsystem drivers, and check what a result comes out at the end Done as requested Same thing and in my machine, there are some lockups when entering programs and when opening pages in Safari. Last login: Sat Feb 13 17:13:59 on console Wills-Mac-Pro:~ Muchacho$ sysctl -a user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin user.bc_base_max: 99 user.bc_dim_max: 2048 user.bc_scale_max: 99 user.bc_string_max: 1000 user.coll_weights_max: 2 user.expr_nest_max: 32 user.line_max: 2048 user.re_dup_max: 255 user.posix2_version: 200112 user.posix2_c_bind: 0 user.posix2_c_dev: 0 user.posix2_char_term: 0 user.posix2_fort_dev: 0 user.posix2_fort_run: 0 user.posix2_localedef: 0 user.posix2_sw_dev: 0 user.posix2_upe: 0 user.stream_max: 20 user.tzname_max: 255 kern.ostype: Darwin kern.osrelease: 15.2.0 kern.osrevision: 199506 kern.version: Darwin Kernel Version 15.2.0: Tue 22 Dec 2015 13:03:17 GMT; shaneee:xnu-3248.20.55/BUILD/obj/RELEASE_X86_64 kern.maxvnodes: 131563 kern.maxproc: 1064 kern.maxfiles: 12288 kern.argmax: 262144 kern.securelevel: 0 kern.hostname: Wills-Mac-Pro kern.hostid: 0 kern.clockrate: { hz = 100, tick = 10000, tickadj = 2, profhz = 100, stathz = 100 } kern.posix1version: 200112 kern.ngroups: 16 kern.job_control: 1 kern.saved_ids: 1 kern.boottime: { sec = 1455390797, usec = 0 } Sat Feb 13 17:13:17 2016 kern.nisdomainname: kern.maxfilesperproc: 10240 kern.maxprocperuid: 709 kern.ipc.maxsockbuf: 4194304 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.somaxconn: 128 kern.ipc.nmbclusters: 32768 kern.ipc.soqlimitcompat: 1 kern.ipc.mleak_sample_factor: 500 kern.ipc.mb_normalized: 0 kern.ipc.mb_watchdog: 0 kern.ipc.mb_drain_force: 0 kern.ipc.mb_drain_maxint: 0 kern.ipc.socket_debug: 0 kern.ipc.sosendminchain: 16384 kern.ipc.sorecvmincopy: 16384 kern.ipc.sosendjcl: 1 kern.ipc.sosendjcl_ignore_capab: 0 kern.ipc.sosendbigcl_ignore_capab: 0 kern.ipc.sodefunctlog: 0 kern.ipc.sothrottlelog: 0 kern.ipc.sorestrictrecv: 1 kern.ipc.sorestrictsend: 1 kern.ipc.soreserveheadroom: 1 kern.ipc.maxextbkidleperproc: 1 kern.ipc.extbkidletime: 600 kern.ipc.extbkidlercvhiwat: 131072 kern.ipc.sotcdb: 1 kern.ipc.throttle_best_effort: 0 kern.ipc.njcl: 10920 kern.ipc.njclbytes: 16384 kern.ipc.soqlencomp: 0 kern.ipc.io_policy.throttled: 0 kern.ipc.io_policy.log: 0 kern.ipc.io_policy.uuid: 1 kern.ipc.maxsendmsgx: 100 kern.ipc.maxrecvmsgx: 100 kern.usrstack: 1454346240 kern.netboot: 0 kern.sysv.shmmax: 4194304 kern.sysv.shmmin: 1 kern.sysv.shmmni: 32 kern.sysv.shmseg: 8 kern.sysv.shmall: 1024 kern.sysv.semmni: 87381 kern.sysv.semmns: 87381 kern.sysv.semmnu: 87381 kern.sysv.semmsl: 87381 kern.sysv.semume: 10 kern.aiomax: 90 kern.aioprocmax: 16 kern.aiothreads: 4 kern.corefile: /cores/core.%P kern.coredump: 1 kern.sugid_coredump: 0 kern.delayterm: 0 kern.shreg_private: 0 kern.posix.sem.max: 10000 kern.usrstack64: 140734647734272 kern.nx: 0 kern.tfp.policy: 2 kern.procname: sysctl kern.speculative_reads_disabled: 0 kern.osversion: 15D21 kern.safeboot: 0 kern.rage_vnode: 0 kern.tty.ptmx_max: 127 kern.threadname: kern.sleeptime: { sec = 0, usec = 0 } Wed Dec 31 21:00:00 1969 kern.waketime: { sec = 0, usec = 0 } Wed Dec 31 21:00:00 1969 kern.willshutdown: 0 kern.iokittest: 0 kern.progressmeterenable: 0 kern.progressmeter: 0 kern.wakereason: kern.consoleoptions: 0 kern.hibernatefile: kern.bootsignature: kern.hibernatemode: 0 kern.hibernategraphicsready: 0 kern.hibernatewakenotification: 0 kern.hibernatelockscreenready: 0 kern.hibernatehidready: 0 kern.wq_yielded_threshold: 2000 kern.wq_yielded_window_usecs: 30000 kern.wq_stalled_window_usecs: 200 kern.wq_reduce_pool_window_usecs: 5000000 kern.wq_max_timer_interval_usecs: 50000 kern.wq_max_threads: 512 kern.wq_max_constrained_threads: 64 kern.pthread_debug_tracing: 1 kern.dtrace.err_verbose: 0 kern.dtrace.buffer_memory_maxsize: 2863311530 kern.dtrace.buffer_memory_inuse: 0 kern.dtrace.difo_maxsize: 262144 kern.dtrace.dof_maxsize: 393216 kern.dtrace.global_maxsize: 16384 kern.dtrace.provide_private_probes: 0 kern.nbuf: 16384 kern.maxnbuf: 16384 kern.jnl_trim_flush: 240 kern.flush_cache_on_write: 0 kern.ds_supgroups_supported: 1 kern.sugid_scripts: 0 kern.zleak.active: 0 kern.zleak.max_zonemap_size: 3208149504 kern.zleak.global_threshold: 1604074752 kern.zleak.zone_threshold: 200509344 kern.uuid: CFE70543-9BF5-3011-9B61-F403C71A3C67 kern.bootargs: -v -f npci=0x3000 nvda_drv=1 kern.num_files: 1928 kern.num_vnodes: 23337 kern.num_tasks: 2048 kern.num_threads: 10240 kern.num_taskthreads: 2048 kern.namecache_disabled: 0 kern.ignore_is_ssd: 0 kern.root_is_CF_drive: 0 kern.preheat_max_bytes: 1048576 kern.preheat_min_bytes: 32768 kern.speculative_prefetch_max: 201326592 kern.speculative_prefetch_max_iosize: 524288 kern.vm_page_free_target: 4000 kern.vm_page_free_min: 3500 kern.vm_page_free_reserved: 904 kern.vm_page_speculative_percentage: 5 kern.vm_page_speculative_q_age_ms: 500 kern.vm_max_delayed_work_limit: 32 kern.vm_max_batch: 256 kern.bootsessionuuid: 2AB3A127-99E8-4596-8BFA-C78CDB446327 kern.timer.coalescing_enabled: 1 kern.timer.deadline_tracking_bin_1: 2000000 kern.timer.deadline_tracking_bin_2: 5000000 kern.timer.longterm.threshold: 1000 kern.timer.longterm.qlen: 129 kern.singleuser: 0 kern.minimalboot: 0 kern.affinity_sets_enabled: 1 kern.affinity_sets_mapping: 1 kern.slide: 0 kern.ipc_voucher_trace_contents: 0 kern.stack_size: 16384 kern.stack_depth_max: 11024 kern.ipc_portbt: 0 kern.sched: multiq kern.timer_coalesce_bg_scale: -5 kern.timer_resort_threshold_ns: 50000000 kern.timer_coalesce_bg_ns_max: 100000000 kern.timer_coalesce_kt_scale: 3 kern.timer_coalesce_kt_ns_max: 1000000 kern.timer_coalesce_fp_scale: 3 kern.timer_coalesce_fp_ns_max: 1000000 kern.timer_coalesce_ts_scale: 3 kern.timer_coalesce_ts_ns_max: 1000000 kern.timer_coalesce_tier0_scale: 3 kern.timer_coalesce_tier0_ns_max: 1000000 kern.timer_coalesce_tier1_scale: 2 kern.timer_coalesce_tier1_ns_max: 5000000 kern.timer_coalesce_tier2_scale: 1 kern.timer_coalesce_tier2_ns_max: 20000000 kern.timer_coalesce_tier3_scale: -2 kern.timer_coalesce_tier3_ns_max: 75000000 kern.timer_coalesce_tier4_scale: -15 kern.timer_coalesce_tier4_ns_max: 10000000000 kern.timer_coalesce_tier5_scale: -15 kern.timer_coalesce_tier5_ns_max: 10000000000 kern.hv_support: 0 kern.memorystatus_purge_on_warning: 2 kern.memorystatus_purge_on_urgent: 5 kern.memorystatus_purge_on_critical: 8 kern.msgbuf: 16384 kern.coalitions: 247 0 kern.coalition_roles: 0 -1 kern.coalition_page_count: 23284 0 kern.coalition_pid_list: 408 409 410 416 kern.secure_kernel: 0 kern.interrupt_timer_coalescing_enabled: 1 kern.timer_coalesce_idle_entry_hard_deadline_max: 5000000 kern.pmtimeout: 0 vm.loadavg: { 1.52 1.32 0.73 } vm.swapusage: total = 0.00M used = 0.00M free = 0.00M (encrypted) vm.cs_force_kill: 0 vm.cs_force_hard: 0 vm.cs_debug: 0 vm.cs_all_vnodes: 0 vm.cs_enforcement: 0 vm.cs_enforcement_panic: 0 vm.cs_library_validation: 0 vm.global_no_user_wire_amount: 67108864 vm.global_user_wire_limit: 8487956480 vm.user_wire_limit: 8487956480 vm.vm_copy_src_not_internal: 0 vm.vm_copy_src_not_symmetric: 0 vm.vm_copy_src_large: 0 vm.vm_page_external_count: 395308 vm.vm_page_filecache_min: 0 vm.compressor_input_bytes: 0 vm.compressor_compressed_bytes: 0 vm.compressor_bytes_used: 0 vm.compressor_mode: 4 vm.compressor_is_active: 1 vm.compressor_swapout_target_age: 0 vm.compressor_available: 1 vm.vm_ripe_target_age_in_secs: 172800 vm.compressor_eval_period_in_msecs: 250 vm.compressor_sample_min_in_msecs: 500 vm.compressor_sample_max_in_msecs: 10000 vm.compressor_thrashing_threshold_per_10msecs: 50 vm.compressor_thrashing_min_per_10msecs: 20 vm.compressor_minorcompact_threshold_divisor: 20 vm.compressor_majorcompact_threshold_divisor: 25 vm.compressor_unthrottle_threshold_divisor: 35 vm.compressor_catchup_threshold_divisor: 50 vm.swapfileprefix: /private/var/vm/swapfile vm.phantom_cache_eval_period_in_msecs: 250 vm.phantom_cache_thrashing_threshold: 100 vm.phantom_cache_thrashing_threshold_ssd: 1000 vm.cs_validation: 1 vm.cs_blob_count: 988 vm.cs_blob_size: 12437520 vm.cs_blob_count_peak: 988 vm.cs_blob_size_peak: 12437520 vm.cs_blob_size_max: 142704 vm.vm_do_collapse_compressor: 0 vm.vm_do_collapse_compressor_pages: 0 vm.vm_do_collapse_terminate: 0 vm.vm_do_collapse_terminate_failure: 0 vm.vm_should_cow_but_wired: 0 vm.vm_create_upl_extra_cow: 15 vm.vm_create_upl_extra_cow_pages: 36 vm.vm_create_upl_lookup_failure_write: 0 vm.vm_create_upl_lookup_failure_copy: 0 vm.vm_debug_events: 0 vm.allow_stack_exec: 0 vm.allow_data_exec: 1 vm.shared_region_unnest_logging: 1 vm.enforce_shared_cache_dir: 1 vm.shared_region_trace_level: 1 vm.shared_region_version: 3 vm.shared_region_persistence: 0 vm.pagesize: 4096 vm.vm_page_free_target: 4000 vm.memory_pressure: 0 vm.page_free_wanted: 0 vm.page_purgeable_count: 3689 vm.page_purgeable_wired_count: 0 vm.pageout_purged_objects: 0 vm.madvise_free_debug: 0 vm.page_reusable_count: 86839 vm.reusable_success: 30467 vm.reusable_failure: 0 vm.reusable_shared: 38 vm.all_reusable_calls: 0 vm.partial_reusable_calls: 30436 vm.reuse_success: 65144 vm.reuse_failure: 0 vm.all_reuse_calls: 0 vm.partial_reuse_calls: 65149 vm.can_reuse_success: 16390 vm.can_reuse_failure: 141 vm.reusable_reclaimed: 0 vm.page_free_count: 429448 vm.page_speculative_count: 158147 vm.page_cleaned_count: 0 vm.pageout_inactive_dirty_internal: 0 vm.pageout_inactive_dirty_external: 0 vm.pageout_inactive_clean: 0 vm.pageout_speculative_clean: 0 vm.pageout_inactive_used: 0 vm.pageout_freed_from_inactive_clean: 0 vm.pageout_freed_from_speculative: 0 vm.pageout_freed_from_cleaned: 0 vm.pageout_enqueued_cleaned: 0 vm.pageout_enqueued_cleaned_from_inactive_clean: 0 vm.pageout_enqueued_cleaned_from_inactive_dirty: 0 vm.pageout_cleaned: 0 vm.pageout_cleaned_reactivated: 0 vm.pageout_cleaned_reference_reactivated: 0 vm.pageout_cleaned_volatile_reactivated: 0 vm.pageout_cleaned_fault_reactivated: 0 vm.pageout_cleaned_commit_reactivated: 0 vm.pageout_cleaned_busy: 0 vm.pageout_cleaned_nolock: 0 vm.prefault_nb_pages: 0 vm.prefault_nb_bailout: 0 vfs.generic.maxtypenum: 22 vfs.generic.nfs.client.initialdowndelay: 12 vfs.generic.nfs.client.nextdowndelay: 30 vfs.generic.nfs.client.iosize: 1048576 vfs.generic.nfs.client.access_cache_timeout: 60 vfs.generic.nfs.client.allow_async: 0 vfs.generic.nfs.client.statfs_rate_limit: 10 vfs.generic.nfs.client.nfsiod_thread_max: 16 vfs.generic.nfs.client.nfsiod_thread_count: 0 vfs.generic.nfs.client.lockd_mounts: 0 vfs.generic.nfs.client.max_async_writes: 128 vfs.generic.nfs.client.single_des: 0 vfs.generic.nfs.client.access_delete: 1 vfs.generic.nfs.client.access_dotzfs: 1 vfs.generic.nfs.client.access_for_getattr: 0 vfs.generic.nfs.client.idmap_ctrl: 1 vfs.generic.nfs.client.callback_port: 0 vfs.generic.nfs.client.is_mobile: 0 vfs.generic.nfs.client.squishy_flags: 11 vfs.generic.nfs.client.debug_ctl: 0 vfs.generic.nfs.client.readlink_nocache: 0 vfs.generic.nfs.client.root_steals_gss_context: 1 vfs.generic.nfs.server.wg_delay: 1000 vfs.generic.nfs.server.wg_delay_v3: 0 vfs.generic.nfs.server.require_resv_port: 0 vfs.generic.nfs.server.async: 0 vfs.generic.nfs.server.export_hash_size: 64 vfs.generic.nfs.server.reqcache_size: 64 vfs.generic.nfs.server.request_queue_length: 128 vfs.generic.nfs.server.user_stats: 1 vfs.generic.nfs.server.gss_context_ttl: 28800 vfs.generic.nfs.server.fsevents: 1 vfs.generic.nfs.server.nfsd_thread_max: 0 vfs.generic.nfs.server.nfsd_thread_count: 0 vfs.generic.nfs.server.nfsd_sock_idle_timeout: 3600 vfs.generic.nfs.server.nfsd_tcp_connections: 0 vfs.generic.nfs.server.use_upcall_svc: 1 vfs.generic.nfs.server.upcall_queue_limit: 0 vfs.generic.nfs.server.upcall_queue_max_seen: 0 vfs.generic.nfs.server.upcall_queue_count: 0 vfs.generic.sync_timeout: 60 vfs.generic.jnl.kdebug.trim: 0 vfs.generic.root_unmounted_cleanly: 1 vfs.generic.always_do_fullfsync: 0 vfs.generic.hfs.kdebug.allocation: 0 vfs.nummntops: 7 net.local.stream.sendspace: 8192 net.local.stream.recvspace: 8192 net.local.stream.tracemdns: 0 net.local.dgram.maxdgram: 2048 net.local.dgram.recvspace: 4096 net.local.inflight: 0 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.forwarding: 0 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.gifttl: 30 net.inet.ip.subnets_are_local: 0 net.inet.ip.mcast.maxgrpsrc: 512 net.inet.ip.mcast.maxsocksrc: 128 net.inet.ip.mcast.loop: 1 net.inet.ip.dummynet.hash_size: 64 net.inet.ip.dummynet.curr_time: 0 net.inet.ip.dummynet.ready_heap: 0 net.inet.ip.dummynet.extract_heap: 0 net.inet.ip.dummynet.searches: 0 net.inet.ip.dummynet.search_steps: 0 net.inet.ip.dummynet.expire: 1 net.inet.ip.dummynet.max_chain_len: 16 net.inet.ip.dummynet.red_lookup_depth: 256 net.inet.ip.dummynet.red_avg_pkt_size: 512 net.inet.ip.dummynet.red_max_pkt_size: 1500 net.inet.ip.dummynet.debug: 0 net.inet.ip.fw.enable: 1 net.inet.ip.fw.autoinc_step: 100 net.inet.ip.fw.one_pass: 0 net.inet.ip.fw.debug: 0 net.inet.ip.fw.verbose: 0 net.inet.ip.fw.verbose_limit: 0 net.inet.ip.fw.dyn_buckets: 256 net.inet.ip.fw.curr_dyn_buckets: 256 net.inet.ip.fw.dyn_count: 0 net.inet.ip.fw.dyn_max: 4096 net.inet.ip.fw.static_count: 1 net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_fin_lifetime: 1 net.inet.ip.fw.dyn_rst_lifetime: 1 net.inet.ip.fw.dyn_udp_lifetime: 10 net.inet.ip.fw.dyn_short_lifetime: 5 net.inet.ip.fw.dyn_keepalive: 1 net.inet.ip.random_id_statistics: 0 net.inet.ip.random_id_collisions: 0 net.inet.ip.random_id_total: 0 net.inet.ip.sendsourcequench: 0 net.inet.ip.maxfragpackets: 1024 net.inet.ip.fragpackets: 0 net.inet.ip.maxfragsperpacket: 128 net.inet.ip.scopedroute: 1 net.inet.ip.adj_clear_hwcksum: 0 net.inet.ip.check_interface: 0 net.inet.ip.rx_chaining: 1 net.inet.ip.rx_chainsz: 6 net.inet.ip.input_perf: 0 net.inet.ip.input_perf_bins: 0 net.inet.ip.linklocal.in.allowbadttl: 1 net.inet.ip.random_id: 1 net.inet.ip.maxchainsent: 2 net.inet.ip.select_srcif_debug: 0 net.inet.ip.output_perf: 0 net.inet.ip.output_perf_bins: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 250 net.inet.icmp.timestamp: 0 net.inet.icmp.drop_redirect: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.bmcastecho: 1 net.inet.igmp.recvifkludge: 1 net.inet.igmp.sendra: 1 net.inet.igmp.sendlocal: 1 net.inet.igmp.v1enable: 1 net.inet.igmp.v2enable: 1 net.inet.igmp.legacysupp: 0 net.inet.igmp.default_version: 3 net.inet.igmp.gsrdelay: 10 net.inet.igmp.debug: 0 net.inet.tcp.rfc1644: 0 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 131072 net.inet.tcp.recvspace: 131072 net.inet.tcp.keepinit: 75000 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.ecn_timeout: 60 net.inet.tcp.clear_tfocache: 0 net.inet.tcp.log_in_vain: 0 net.inet.tcp.blackhole: 0 net.inet.tcp.delayed_ack: 3 net.inet.tcp.tcp_lq_overflow: 1 net.inet.tcp.recvbg: 0 net.inet.tcp.drop_synfin: 1 net.inet.tcp.reass.overflows: 0 net.inet.tcp.slowlink_wsize: 8192 net.inet.tcp.maxseg_unacked: 8 net.inet.tcp.rfc3465: 1 net.inet.tcp.rfc3465_lim2: 1 net.inet.tcp.recv_allowed_iaj: 5 net.inet.tcp.doautorcvbuf: 1 net.inet.tcp.autorcvbufmax: 1048576 net.inet.tcp.lro: 0 net.inet.tcp.lrodbg: 0 net.inet.tcp.lro_startcnt: 4 net.inet.tcp.rcvsspktcnt: 512 net.inet.tcp.rexmt_thresh: 3 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.local_slowstart_flightsize: 8 net.inet.tcp.tso: 1 net.inet.tcp.ecn_initiate_out: 0 net.inet.tcp.ecn_negotiate_in: 0 net.inet.tcp.packetchain: 50 net.inet.tcp.socket_unlocked_on_output: 1 net.inet.tcp.rfc3390: 1 net.inet.tcp.min_iaj_win: 4 net.inet.tcp.acc_iaj_react_limit: 200 net.inet.tcp.doautosndbuf: 1 net.inet.tcp.autosndbufinc: 8192 net.inet.tcp.autosndbufmax: 1048576 net.inet.tcp.ack_prioritize: 1 net.inet.tcp.rtt_recvbg: 1 net.inet.tcp.recv_throttle_minwin: 16384 net.inet.tcp.enable_tlp: 1 net.inet.tcp.sack: 1 net.inet.tcp.sack_maxholes: 128 net.inet.tcp.sack_globalmaxholes: 65536 net.inet.tcp.sack_globalholes: 0 net.inet.tcp.fastopen_backlog: 10 net.inet.tcp.fastopen: 3 net.inet.tcp.fastopen_fallback_min: 10 net.inet.tcp.minmss: 216 net.inet.tcp.do_tcpdrain: 0 net.inet.tcp.pcbcount: 60 net.inet.tcp.tw_pcbcount: 20 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.rtt_min: 100 net.inet.tcp.rexmt_slop: 200 net.inet.tcp.randomize_ports: 0 net.inet.tcp.win_scale_factor: 3 net.inet.tcp.tcbhashsize: 4096 net.inet.tcp.keepcnt: 8 net.inet.tcp.msl: 15000 net.inet.tcp.max_persist_timeout: 0 net.inet.tcp.always_keepalive: 0 net.inet.tcp.timer_fastmode_idlemax: 10 net.inet.tcp.broken_peer_syn_rexmit_thres: 10 net.inet.tcp.tcp_timer_advanced: 0 net.inet.tcp.tcp_resched_timerlist: 244 net.inet.tcp.pmtud_blackhole_detection: 1 net.inet.tcp.pmtud_blackhole_mss: 1200 net.inet.tcp.preconn_sbsz: 1024 net.inet.tcp.cc_debug: 0 net.inet.tcp.newreno_sockets: 0 net.inet.tcp.background_sockets: 3 net.inet.tcp.cubic_sockets: 54 net.inet.tcp.use_newreno: 0 net.inet.tcp.cubic_tcp_friendliness: 0 net.inet.tcp.cubic_fast_convergence: 0 net.inet.tcp.cubic_use_minrtt: 0 net.inet.tcp.lro_sz: 8 net.inet.tcp.lro_time: 10 net.inet.tcp.bg_target_qdelay: 100 net.inet.tcp.bg_allowed_increase: 8 net.inet.tcp.bg_tether_shift: 1 net.inet.tcp.bg_ss_fltsz: 2 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 196724 net.inet.udp.log_in_vain: 0 net.inet.udp.blackhole: 0 net.inet.udp.pcbcount: 23 net.inet.udp.randomize_ports: 1 net.inet.ipsec.def_policy: 1 net.inet.ipsec.esp_trans_deflev: 1 net.inet.ipsec.esp_net_deflev: 1 net.inet.ipsec.ah_trans_deflev: 1 net.inet.ipsec.ah_net_deflev: 1 net.inet.ipsec.ah_cleartos: 1 net.inet.ipsec.ah_offsetmask: 0 net.inet.ipsec.dfbit: 0 net.inet.ipsec.ecn: 0 net.inet.ipsec.debug: 0 net.inet.ipsec.esp_randpad: -1 net.inet.ipsec.bypass: 1 net.inet.ipsec.esp_port: 0 net.inet.raw.maxdgram: 8192 net.inet.raw.recvspace: 8192 net.inet.raw.pcbcount: 1 net.inet.mptcp.enable: 1 net.inet.mptcp.mptcp_cap_retr: 2 net.inet.mptcp.dss_csum: 0 net.inet.mptcp.fail: 1 net.inet.mptcp.keepalive: 840 net.inet.mptcp.mpprio: 1 net.inet.mptcp.remaddr: 1 net.inet.mptcp.fastjoin: 1 net.inet.mptcp.zerortt_fastjoin: 0 net.inet.mptcp.rwnotify: 0 net.inet.mptcp.rtthist: 1 net.inet.mptcp.rtthist_thresh: 600 net.inet.mptcp.userto: 1 net.inet.mptcp.rto_thresh: 1500 net.inet.mptcp.use_peer: 1 net.inet.mptcp.peerswitchno: 3 net.inet.mptcp.probeto: 1000 net.inet.mptcp.probecnt: 5 net.inet.mptcp.dbg_area: 0 net.inet.mptcp.dbg_level: 0 net.inet.mptcp.pcbcount: 0 net.inet.mptcp.sk_lim: 16 net.inet.mptcp.delayed: 0 net.inet.mptcp.usesymptoms: 1 net.inet.mptcp.force_64bit_dsn: 0 net.inet.mptcp.rto: 3 net.inet.mptcp.nrto: 3 net.inet.mptcp.tw: 60 net.link.generic.system.ifcount: 5 net.link.generic.system.if_verbose: 0 net.link.generic.system.dlil_lladdr_ckreq: 0 net.link.generic.system.dlil_verbose: 0 net.link.generic.system.sndq_maxlen: 128 net.link.generic.system.rcvq_maxlen: 256 net.link.generic.system.rxpoll_decay: 2 net.link.generic.system.rxpoll_freeze_time: 1000000000 net.link.generic.system.rxpoll_sample_time: 10000000 net.link.generic.system.rxpoll_interval_time: 1000000 net.link.generic.system.rxpoll_interval_pkts: 0 net.link.generic.system.rxpoll_wakeups_lowat: 10 net.link.generic.system.rxpoll_wakeups_hiwat: 100 net.link.generic.system.rxpoll_max: 0 net.link.generic.system.rxpoll: 1 net.link.generic.system.if_bw_smoothing_val: 3 net.link.generic.system.if_bw_measure_size: 10 net.link.generic.system.dlil_input_threads: 2 net.link.generic.system.dlil_input_sanity_check: 0 net.link.generic.system.flow_advisory: 1 net.link.generic.system.delaybased_queue: 1 net.link.generic.system.hwcksum_in_invalidated: 0 net.link.generic.system.hwcksum_dbg: 0 net.link.generic.system.start_delayed: 0 net.link.generic.system.start_delay_disabled: 0 net.link.generic.system.hwcksum_dbg_mode: 0 net.link.generic.system.hwcksum_dbg_partial_forced: 0 net.link.generic.system.hwcksum_dbg_partial_forced_bytes: 0 net.link.generic.system.hwcksum_dbg_partial_rxoff_forced: 0 net.link.generic.system.hwcksum_dbg_partial_rxoff_adj: 0 net.link.generic.system.hwcksum_dbg_verified: 0 net.link.generic.system.hwcksum_dbg_bad_cksum: 0 net.link.generic.system.hwcksum_dbg_bad_rxoff: 0 net.link.generic.system.hwcksum_dbg_adjusted: 0 net.link.generic.system.hwcksum_dbg_finalized_hdr: 0 net.link.generic.system.hwcksum_dbg_finalized_data: 0 net.link.generic.system.hwcksum_tx: 1 net.link.generic.system.hwcksum_rx: 1 net.link.generic.system.tx_chain_len_count: 0 net.link.ether.inet.prune_intvl: 300 net.link.ether.inet.max_age: 1200 net.link.ether.inet.host_down_time: 20 net.link.ether.inet.arp_llreach_base: 30 net.link.ether.inet.arp_unicast_lim: 5 net.link.ether.inet.maxtries: 5 net.link.ether.inet.useloopback: 1 net.link.ether.inet.proxyall: 0 net.link.ether.inet.sendllconflict: 0 net.link.ether.inet.log_arp_warnings: 0 net.link.ether.inet.keep_announcements: 1 net.link.ether.inet.send_conflicting_probes: 1 net.link.ether.inet.verbose: 0 net.link.ether.inet.apple_hwcksum_tx: 1 net.link.ether.inet.apple_hwcksum_rx: 1 net.link.bridge.inherit_mac: 0 net.link.bridge.rtable_prune_period: 300 net.link.bridge.rtable_hash_size_max: 2048 net.link.bridge.txstart: 0 net.link.bridge.debug: 0 net.link.loopback.bw_sleep_usec: 10 net.link.loopback.bw_measure: 0 net.link.loopback.max_dequeue: 256 net.link.loopback.sched_model: 0 net.link.loopback.dequeue_sc: 0 net.link.iptap.total_tap_count: 0 net.link.iptap.log: 0 net.link.pktap.total_tap_count: 0 net.link.pktap.count_unknown_if_type: 0 net.link.pktap.log: 0 net.key.debug: 0 net.key.spi_trycnt: 1000 net.key.spi_minval: 256 net.key.spi_maxval: 268435455 net.key.int_random: 60 net.key.larval_lifetime: 30 net.key.blockacq_count: 10 net.key.blockacq_lifetime: 20 net.key.esp_keymin: 256 net.key.esp_auth: 0 net.key.ah_keymin: 128 net.key.prefered_oldsa: 0 net.key.natt_keepalive_interval: 20 net.inet6.ip6.forwarding: 0 net.inet6.ip6.redirect: 1 net.inet6.ip6.hlim: 64 net.inet6.ip6.maxfragpackets: 1024 net.inet6.ip6.accept_rtadv: 1 net.inet6.ip6.keepfaith: 0 net.inet6.ip6.log_interval: 5 net.inet6.ip6.hdrnestlimit: 15 net.inet6.ip6.dad_count: 1 net.inet6.ip6.auto_flowlabel: 1 net.inet6.ip6.defmcasthlim: 1 net.inet6.ip6.gifhlim: 0 net.inet6.ip6.kame_version: 2009/apple-darwin net.inet6.ip6.use_deprecated: 1 net.inet6.ip6.rr_prune: 5 net.inet6.ip6.v6only: 0 net.inet6.ip6.rtexpire: 3600 net.inet6.ip6.rtminexpire: 10 net.inet6.ip6.rtmaxcache: 128 net.inet6.ip6.use_tempaddr: 1 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.auto_linklocal: 1 net.inet6.ip6.prefer_tempaddr: 1 net.inet6.ip6.use_defaultzone: 0 net.inet6.ip6.maxfrags: 2048 net.inet6.ip6.mcast_pmtu: 0 net.inet6.ip6.neighborgcthresh: 1024 net.inet6.ip6.maxifprefixes: 16 net.inet6.ip6.maxifdefrouters: 16 net.inet6.ip6.maxdynroutes: 1024 net.inet6.ip6.fragpackets: 0 net.inet6.ip6.fw.enable: 1 net.inet6.ip6.fw.debug: 0 net.inet6.ip6.fw.verbose: 0 net.inet6.ip6.fw.verbose_limit: 0 net.inet6.ip6.scopedroute: 1 net.inet6.ip6.adj_clear_hwcksum: 0 net.inet6.ip6.input_perf: 0 net.inet6.ip6.input_perf_bins: 0 net.inet6.ip6.output_perf: 0 net.inet6.ip6.output_perf_bins: 0 net.inet6.ip6.select_srcif_debug: 0 net.inet6.ip6.select_srcaddr_debug: 0 net.inet6.ip6.select_src_expensive_secondary_if: 0 net.inet6.ip6.mcast.maxgrpsrc: 512 net.inet6.ip6.mcast.maxsocksrc: 128 net.inet6.ip6.mcast.loop: 1 net.inet6.ip6.only_allow_rfc4193_prefixes: 0 net.inet6.ip6.maxchainsent: 1 net.inet6.ipsec6.def_policy: 1 net.inet6.ipsec6.esp_trans_deflev: 1 net.inet6.ipsec6.esp_net_deflev: 1 net.inet6.ipsec6.ah_trans_deflev: 1 net.inet6.ipsec6.ah_net_deflev: 1 net.inet6.ipsec6.ecn: 0 net.inet6.ipsec6.debug: 0 net.inet6.ipsec6.esp_randpad: -1 net.inet6.icmp6.rediraccept: 0 net.inet6.icmp6.redirtimeout: 600 net.inet6.icmp6.nd6_prune: 1 net.inet6.icmp6.nd6_delay: 5 net.inet6.icmp6.nd6_umaxtries: 3 net.inet6.icmp6.nd6_mmaxtries: 3 net.inet6.icmp6.nd6_useloopback: 1 net.inet6.icmp6.nodeinfo: 3 net.inet6.icmp6.errppslimit: 500 net.inet6.icmp6.nd6_debug: 0 net.inet6.icmp6.nd6_accept_6to4: 1 net.inet6.icmp6.nd6_optimistic_dad: 63 net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0 net.inet6.icmp6.nd6_prune_lazy: 5 net.inet6.icmp6.rappslimit: 10 net.inet6.icmp6.nd6_llreach_base: 30 net.inet6.icmp6.nd6_maxsolstgt: 8 net.inet6.icmp6.nd6_maxproxiedsol: 4 net.inet6.icmp6.prproxy_cnt: 0 net.inet6.mld.gsrdelay: 10 net.inet6.mld.v1enable: 1 net.inet6.mld.v2enable: 1 net.inet6.mld.use_allow: 1 net.inet6.mld.debug: 0 net.inet6.send.opstate: 0 net.inet6.send.opmode: 0 net.systm.kctl.autorcvbufmax: 262144 net.systm.kctl.autorcvbufhigh: 0 net.systm.kctl.debug: 0 net.ndrv_multi_max_count: 1024 net.route.verbose: 0 net.statistics: 1 net.statistics_privcheck: 0 net.stats.debug: 0 net.stats.sendspace: 2048 net.stats.recvspace: 8192 net.necp.drop_all_level: 0 net.necp.debug: 0 net.necp.pass_loopback: 1 net.necp.pass_keepalives: 1 net.necp.socket_policy_count: 0 net.necp.socket_non_app_policy_count: 0 net.necp.ip_policy_count: 0 net.necp.session_count: 1 net.netagent.debug: 5 net.netagent.registered_count: 0 net.netagent.active_count: 0 net.cfil.log: 3 net.cfil.debug: 1 net.cfil.sock_attached_count: 0 net.cfil.active_count: 0 net.cfil.close_wait_timeout: 1000 net.cfil.sbtrim: 1 net.pktmnglr.log: 3 net.classq.verbose: 0 net.classq.sfb.holdtime: 0 net.classq.sfb.pboxtime: 0 net.classq.sfb.hinterval: 0 net.classq.sfb.target_qdelay: 0 net.classq.sfb.update_interval: 0 net.classq.sfb.increment: 82 net.classq.sfb.decrement: 16 net.classq.sfb.allocation: 0 net.classq.sfb.ratelimit: 0 net.pktsched.verbose: 0 net.alf.loglevel: 55 net.alf.perm: 0 net.alf.defaultaction: 1 net.alf.mqcount: 0 debug.lowpri_throttle_max_iosize: 131072 debug.lowpri_throttle_tier1_window_msecs: 25 debug.lowpri_throttle_tier2_window_msecs: 100 debug.lowpri_throttle_tier3_window_msecs: 500 debug.lowpri_throttle_tier1_io_period_msecs: 15 debug.lowpri_throttle_tier2_io_period_msecs: 50 debug.lowpri_throttle_tier3_io_period_msecs: 200 debug.lowpri_throttle_tier1_io_period_ssd_msecs: 5 debug.lowpri_throttle_tier2_io_period_ssd_msecs: 15 debug.lowpri_throttle_tier3_io_period_ssd_msecs: 25 debug.lowpri_throttle_enabled: 1 debug.bpf_bufsize: 4096 debug.bpf_maxbufsize: 524288 debug.bpf_maxdevices: 256 debug.bpf_wantpktap: 0 debug.bpf_debug: 0 debug.sched: 0 debug.toggle_address_reuse: 0 debug.ptracedeny_enabled: 1 debug.sys_override_enabled: 1 debug.kextlog: 4083 debug.swd_kext_name: debug.swd_delay_type: debug.swd_delay_duration: 0 debug.iokit: 0 debug.iotrace: 0 debug.darkwake: 3 debug.noidle: 0 debug.wdtlog: 13i0 13r1253 134m1/0154m1/0174m1/0194m1/0219m1/0239m1/0259m1/0279m1/0299m1/0319m1/0339m1/0359m1/0 hw.ncpu: 8 hw.byteorder: 1234 hw.memsize: 8589934592 hw.activecpu: 8 hw.targettype: hw.physicalcpu: 8 hw.physicalcpu_max: 8 hw.logicalcpu: 8 hw.logicalcpu_max: 8 hw.cputype: 7 hw.cpusubtype: 4 hw.cpu64bit_capable: 1 hw.cpufamily: 2028621756 hw.cacheconfig: 8 1 2 8 0 0 0 0 0 0 hw.cachesize: 8555065344 16384 2097152 8388608 0 0 0 0 0 0 hw.pagesize: 4096 hw.pagesize32: 4096 hw.busfrequency: 784000000 hw.busfrequency_min: 784000000 hw.busfrequency_max: 784000000 hw.cpufrequency: 4018000000 hw.cpufrequency_min: 4018000000 hw.cpufrequency_max: 4018000000 hw.cachelinesize: 64 hw.l1icachesize: 65536 hw.l1dcachesize: 16384 hw.l2cachesize: 2097152 hw.l3cachesize: 8388608 hw.tbfrequency: 1000000000 hw.packages: 1 hw.optional.floatingpoint: 1 hw.optional.mmx: 1 hw.optional.sse: 1 hw.optional.sse2: 1 hw.optional.sse3: 1 hw.optional.supplementalsse3: 1 hw.optional.sse4_1: 1 hw.optional.sse4_2: 1 hw.optional.x86_64: 1 hw.optional.aes: 1 hw.optional.avx1_0: 1 hw.optional.rdrand: 0 hw.optional.f16c: 1 hw.optional.enfstrg: 0 hw.optional.fma: 1 hw.optional.avx2_0: 0 hw.optional.bmi1: 0 hw.optional.bmi2: 0 hw.optional.rtm: 0 hw.optional.hle: 0 hw.optional.adx: 1 hw.optional.mpx: 0 hw.optional.sgx: 0 machdep.user_idle_level: 0 machdep.cpu.max_basic: 13 machdep.cpu.max_ext: 2147483678 machdep.cpu.vendor: AuthenticAMD machdep.cpu.brand_string: AMD FX(tm)-8350 Eight-Core Processor machdep.cpu.family: 21 machdep.cpu.model: 2 machdep.cpu.extmodel: 0 machdep.cpu.extfamily: 6 machdep.cpu.stepping: 0 machdep.cpu.feature_bits: 4510410050032630783 machdep.cpu.extfeature_bits: 138415316303870975 machdep.cpu.signature: 6295328 machdep.cpu.brand: 0 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 PCLMULQDQ MON SSSE3 FMA CX16 SSE4.1 SSE4.2 POPCNT AES XSAVE OSXSAVE AVX1.0 F16C machdep.cpu.extfeatures: SYSCALL 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI machdep.cpu.logical_per_package: 8 machdep.cpu.cores_per_package: 8 machdep.cpu.microcode_version: 21 machdep.cpu.processor_flag: 1 machdep.cpu.mwait.linesize_min: 64 machdep.cpu.mwait.linesize_max: 64 machdep.cpu.mwait.extensions: 3 machdep.cpu.mwait.sub_Cstates: 0 machdep.cpu.thermal.sensor: 0 machdep.cpu.thermal.dynamic_acceleration: 0 machdep.cpu.thermal.invariant_APIC_timer: 0 machdep.cpu.thermal.thresholds: 0 machdep.cpu.thermal.ACNT_MCNT: 1 machdep.cpu.thermal.core_power_limits: 0 machdep.cpu.thermal.fine_grain_clock_mod: 0 machdep.cpu.thermal.package_thermal_intr: 0 machdep.cpu.thermal.hardware_feedback: 0 machdep.cpu.thermal.energy_policy: 0 machdep.cpu.xsave.extended_state: 7 832 960 1073741824 machdep.cpu.xsave.extended_state1: 0 0 0 0 machdep.cpu.arch_perf.version: 0 machdep.cpu.arch_perf.number: 0 machdep.cpu.arch_perf.width: 0 machdep.cpu.arch_perf.events_number: 0 machdep.cpu.arch_perf.events: 0 machdep.cpu.arch_perf.fixed_number: 0 machdep.cpu.arch_perf.fixed_width: 0 machdep.cpu.cache.linesize: 64 machdep.cpu.cache.L2_associativity: 16 machdep.cpu.cache.size: 2048 machdep.cpu.tlb.inst.small: 48 machdep.cpu.tlb.inst.large: 24 machdep.cpu.tlb.data.small: 64 machdep.cpu.tlb.data.small_level1: 1024 machdep.cpu.tlb.data.large: 64 machdep.cpu.tlb.data.large_level1: 1024 machdep.cpu.address_bits.physical: 48 machdep.cpu.address_bits.virtual: 48 machdep.cpu.core_count: 8 machdep.cpu.thread_count: 8 machdep.cpu.tsc_ccc.numerator: 0 machdep.cpu.tsc_ccc.denominator: 0 machdep.vectors.timer: 221 machdep.vectors.IPI: 222 machdep.pmap.hashwalks: 563665 machdep.pmap.hashcnts: 1236730 machdep.pmap.hashmax: 30 machdep.pmap.kernel_text_ps: 2097152 machdep.pmap.kern_pv_reserve: 7000 machdep.memmap.Conventional: 8548757504 machdep.memmap.RuntimeServices: 0 machdep.memmap.ACPIReclaim: 0 machdep.memmap.ACPINVS: 6307840 machdep.memmap.PalCode: 0 machdep.memmap.Reserved: 94515200 machdep.memmap.Unusable: 0 machdep.memmap.Other: 0 machdep.tsc.frequency: 4018370821 machdep.tsc.deep_idle_rebase: 1 machdep.tsc.at_boot: 0 machdep.tsc.rebase_abs_time: 37836089351 machdep.tsc.nanotime.tsc_base: 152039437521 machdep.tsc.nanotime.ns_base: 0 machdep.tsc.nanotime.scale: 1068832989 machdep.tsc.nanotime.shift: 0 machdep.tsc.nanotime.generation: 2 machdep.misc.panic_restart_timeout: 1266874889 machdep.misc.interrupt_latency_max: 0x2 0xde 0x16a8a4 machdep.misc.machine_check_panic: machdep.misc.timer_queue_trace: machdep.misc.nmis: 0 machdep.eager_timer_evaluations: 47 machdep.eager_timer_evaluation_max: 596431 machdep.x86_fp_simd_isr_uses: 0 audit.session.superuser_set_sflags_mask: 24576 audit.session.superuser_clear_sflags_mask: 24576 audit.session.member_set_sflags_mask: 0 audit.session.member_clear_sflags_mask: 16384 kperf.blessed_pid: -1 kperf.debug_level: 0 kpc.classes: 3 security.mac.sandbox.sentinel: .sb-257f7633 security.mac.sandbox.audio_active: 0 security.mac.qtn.sandbox_enforce: 1 security.mac.qtn.user_approved_exec: 1 security.mac.max_slots: 7 security.mac.labelvnodes: 0 security.mac.mmap_revocation: 0 security.mac.mmap_revocation_via_cow: 0 security.mac.device_enforce: 1 security.mac.pipe_enforce: 1 security.mac.posixsem_enforce: 1 security.mac.posixshm_enforce: 1 security.mac.proc_enforce: 1 security.mac.socket_enforce: 1 security.mac.system_enforce: 1 security.mac.sysvmsg_enforce: 1 security.mac.sysvsem_enforce: 1 security.mac.sysvshm_enforce: 1 security.mac.vm_enforce: 1 security.mac.vnode_enforce: 1 Wills-Mac-Pro:~ Muchacho$ Link to comment Share on other sites More sharing options...
itisme754 Posted February 13, 2016 Share Posted February 13, 2016 Anyone still working on kernels for fx? I'd like to try but i don't know which program to use to modify a kernel. Link to comment Share on other sites More sharing options...
Shaneee Posted February 13, 2016 Share Posted February 13, 2016 Anyone still working on kernels for fx? I'd like to try but i don't know which program to use to modify a kernel. I'm still looking into it. You will need xCode and additional tools. An example is here, http://shantonu.blogspot.co.uk/2015/12/building-xnu-for-os-x-1011-el-capitan.html 2 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 13, 2016 Share Posted February 13, 2016 Here, open this in terminal and it will build 10.11.2 vanilla kernel. Please Note: You will need xcode from the App Store. xnu-builder-10112.sh.zip 2 Link to comment Share on other sites More sharing options...
Duran Keeley Posted February 16, 2016 Share Posted February 16, 2016 Ok new test kernel... Lets see if this changes anything. Only checking graphics currently for FX processors... If graphics improve then will work on crashing apps. xnu-3248.20.55-vm_f.zip 4 Link to comment Share on other sites More sharing options...
J0hny Posted February 16, 2016 Share Posted February 16, 2016 No change with graphics... sysctl kern.version machdep.cpu.brand_string machdep.cpu.features: Last login: Tue Feb 16 15:59:42 on console iMac-Ivan:~ ivan$ sysctl kern.version machdep.cpu.brand_string machdep.cpu.features kern.version: Darwin Kernel Version 15.2.0: Tue 16 Feb 2016 22:03:06 NZDT; durankeeley:xnu-3248.20.55-vm_f/BUILD/obj/RELEASE_X86_64 machdep.cpu.brand_string: AMD FX(tm)-6100 Six-Core Processor machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 PCLMULQDQ MON SSSE3 CX16 SSE4.1 SSE4.2 POPCNT AES XSAVE OSXSAVE AVX1.0 iMac-Ivan:~ ivan$ sysctl -a: iMac-Ivan:~ ivan$ sysctl -a user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin user.bc_base_max: 99 user.bc_dim_max: 2048 user.bc_scale_max: 99 user.bc_string_max: 1000 user.coll_weights_max: 2 user.expr_nest_max: 32 user.line_max: 2048 user.re_dup_max: 255 user.posix2_version: 200112 user.posix2_c_bind: 0 user.posix2_c_dev: 0 user.posix2_char_term: 0 user.posix2_fort_dev: 0 user.posix2_fort_run: 0 user.posix2_localedef: 0 user.posix2_sw_dev: 0 user.posix2_upe: 0 user.stream_max: 20 user.tzname_max: 255 kern.ostype: Darwin kern.osrelease: 15.2.0 kern.osrevision: 199506 kern.version: Darwin Kernel Version 15.2.0: Tue 16 Feb 2016 22:03:06 NZDT; durankeeley:xnu-3248.20.55-vm_f/BUILD/obj/RELEASE_X86_64 kern.maxvnodes: 132096 kern.maxproc: 1064 kern.maxfiles: 12288 kern.argmax: 262144 kern.securelevel: 0 kern.hostname: iMac-Ivan.local kern.hostid: 0 kern.clockrate: { hz = 100, tick = 10000, tickadj = 2, profhz = 100, stathz = 100 } kern.posix1version: 200112 kern.ngroups: 16 kern.job_control: 1 kern.saved_ids: 1 kern.boottime: { sec = 1455631147, usec = 0 } Tue Feb 16 15:59:07 2016 kern.nisdomainname: kern.maxfilesperproc: 10240 kern.maxprocperuid: 709 kern.ipc.maxsockbuf: 6291456 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.somaxconn: 128 kern.ipc.nmbclusters: 49152 kern.ipc.soqlimitcompat: 1 kern.ipc.mleak_sample_factor: 500 kern.ipc.mb_normalized: 0 kern.ipc.mb_watchdog: 0 kern.ipc.mb_drain_force: 0 kern.ipc.mb_drain_maxint: 0 kern.ipc.socket_debug: 0 kern.ipc.sosendminchain: 16384 kern.ipc.sorecvmincopy: 16384 kern.ipc.sosendjcl: 1 kern.ipc.sosendjcl_ignore_capab: 0 kern.ipc.sosendbigcl_ignore_capab: 0 kern.ipc.sodefunctlog: 0 kern.ipc.sothrottlelog: 0 kern.ipc.sorestrictrecv: 1 kern.ipc.sorestrictsend: 1 kern.ipc.soreserveheadroom: 1 kern.ipc.maxextbkidleperproc: 1 kern.ipc.extbkidletime: 600 kern.ipc.extbkidlercvhiwat: 131072 kern.ipc.sotcdb: 1 kern.ipc.throttle_best_effort: 0 kern.ipc.njcl: 16384 kern.ipc.njclbytes: 16384 kern.ipc.soqlencomp: 0 kern.ipc.io_policy.throttled: 0 kern.ipc.io_policy.log: 0 kern.ipc.io_policy.uuid: 1 kern.ipc.maxsendmsgx: 100 kern.ipc.maxrecvmsgx: 100 kern.usrstack: 1383456768 kern.netboot: 0 kern.sysv.shmmax: 4194304 kern.sysv.shmmin: 1 kern.sysv.shmmni: 32 kern.sysv.shmseg: 8 kern.sysv.shmall: 1024 kern.sysv.semmni: 87381 kern.sysv.semmns: 87381 kern.sysv.semmnu: 87381 kern.sysv.semmsl: 87381 kern.sysv.semume: 10 kern.aiomax: 90 kern.aioprocmax: 16 kern.aiothreads: 4 kern.corefile: /cores/core.%P kern.coredump: 1 kern.sugid_coredump: 0 kern.delayterm: 0 kern.shreg_private: 0 kern.posix.sem.max: 10000 kern.usrstack64: 140734576844800 kern.nx: 0 kern.tfp.policy: 2 kern.procname: sysctl kern.speculative_reads_disabled: 0 kern.osversion: 15D21 kern.safeboot: 0 kern.rage_vnode: 0 kern.tty.ptmx_max: 127 kern.threadname: kern.sleeptime: { sec = 0, usec = 0 } Thu Jan 1 03:00:00 1970 kern.waketime: { sec = 0, usec = 0 } Thu Jan 1 03:00:00 1970 kern.willshutdown: 0 kern.iokittest: 0 kern.progressmeterenable: 0 kern.progressmeter: 0 kern.wakereason: kern.consoleoptions: 0 kern.hibernatefile: kern.bootsignature: kern.hibernatemode: 0 kern.hibernategraphicsready: 0 kern.hibernatewakenotification: 0 kern.hibernatelockscreenready: 0 kern.hibernatehidready: 0 kern.wq_yielded_threshold: 2000 kern.wq_yielded_window_usecs: 30000 kern.wq_stalled_window_usecs: 200 kern.wq_reduce_pool_window_usecs: 5000000 kern.wq_max_timer_interval_usecs: 50000 kern.wq_max_threads: 512 kern.wq_max_constrained_threads: 64 kern.pthread_debug_tracing: 1 kern.dtrace.err_verbose: 0 kern.dtrace.buffer_memory_maxsize: 2863311530 kern.dtrace.buffer_memory_inuse: 0 kern.dtrace.difo_maxsize: 262144 kern.dtrace.dof_maxsize: 393216 kern.dtrace.global_maxsize: 16384 kern.dtrace.provide_private_probes: 0 kern.nbuf: 16384 kern.maxnbuf: 16384 kern.jnl_trim_flush: 240 kern.flush_cache_on_write: 0 kern.ds_supgroups_supported: 1 kern.sugid_scripts: 0 kern.zleak.active: 0 kern.zleak.max_zonemap_size: 3221225472 kern.zleak.global_threshold: 1610612736 kern.zleak.zone_threshold: 201326592 kern.uuid: 1249DBE3-7454-3853-8B83-37BEF3847537 kern.bootargs: npci=0x3000 kext-dev-mode=1 nvda_drv=1 -v kern.num_files: 1955 kern.num_vnodes: 96781 kern.num_tasks: 2048 kern.num_threads: 10240 kern.num_taskthreads: 2048 kern.namecache_disabled: 0 kern.ignore_is_ssd: 0 kern.root_is_CF_drive: 0 kern.preheat_max_bytes: 1048576 kern.preheat_min_bytes: 32768 kern.speculative_prefetch_max: 201326592 kern.speculative_prefetch_max_iosize: 524288 kern.vm_page_free_target: 4000 kern.vm_page_free_min: 3500 kern.vm_page_free_reserved: 902 kern.vm_page_speculative_percentage: 5 kern.vm_page_speculative_q_age_ms: 500 kern.vm_max_delayed_work_limit: 32 kern.vm_max_batch: 256 kern.bootsessionuuid: 79954922-4630-481C-A240-7D3EF7D18130 kern.timer.coalescing_enabled: 1 kern.timer.deadline_tracking_bin_1: 2000000 kern.timer.deadline_tracking_bin_2: 5000000 kern.timer.longterm.threshold: 1000 kern.timer.longterm.qlen: 47 kern.singleuser: 0 kern.minimalboot: 0 kern.affinity_sets_enabled: 1 kern.affinity_sets_mapping: 1 kern.slide: 1 kern.ipc_voucher_trace_contents: 0 kern.stack_size: 16384 kern.stack_depth_max: 11024 kern.ipc_portbt: 0 kern.sched: multiq kern.timer_coalesce_bg_scale: -5 kern.timer_resort_threshold_ns: 50000000 kern.timer_coalesce_bg_ns_max: 100000000 kern.timer_coalesce_kt_scale: 3 kern.timer_coalesce_kt_ns_max: 1000000 kern.timer_coalesce_fp_scale: 3 kern.timer_coalesce_fp_ns_max: 1000000 kern.timer_coalesce_ts_scale: 3 kern.timer_coalesce_ts_ns_max: 1000000 kern.timer_coalesce_tier0_scale: 3 kern.timer_coalesce_tier0_ns_max: 1000000 kern.timer_coalesce_tier1_scale: 2 kern.timer_coalesce_tier1_ns_max: 5000000 kern.timer_coalesce_tier2_scale: 1 kern.timer_coalesce_tier2_ns_max: 20000000 kern.timer_coalesce_tier3_scale: -2 kern.timer_coalesce_tier3_ns_max: 75000000 kern.timer_coalesce_tier4_scale: -15 kern.timer_coalesce_tier4_ns_max: 10000000000 kern.timer_coalesce_tier5_scale: -15 kern.timer_coalesce_tier5_ns_max: 10000000000 kern.hv_support: 0 kern.memorystatus_purge_on_warning: 2 kern.memorystatus_purge_on_urgent: 5 kern.memorystatus_purge_on_critical: 8 kern.msgbuf: 16384 kern.coalitions: 248 0 kern.coalition_roles: 0 -1 kern.coalition_page_count: 11337 0 kern.coalition_pid_list: 433 434 435 454 kern.secure_kernel: 0 kern.interrupt_timer_coalescing_enabled: 1 kern.timer_coalesce_idle_entry_hard_deadline_max: 5000000 kern.pmtimeout: 0 vm.loadavg: { 1.80 1.58 0.76 } vm.swapusage: total = 0.00M used = 0.00M free = 0.00M (encrypted) vm.cs_force_kill: 0 vm.cs_force_hard: 0 vm.cs_debug: 0 vm.cs_all_vnodes: 0 vm.cs_enforcement: 0 vm.cs_enforcement_panic: 0 vm.cs_library_validation: 0 vm.global_no_user_wire_amount: 67108864 vm.global_user_wire_limit: 8522825728 vm.user_wire_limit: 8522825728 vm.vm_copy_src_not_internal: 0 vm.vm_copy_src_not_symmetric: 0 vm.vm_copy_src_large: 0 vm.vm_page_external_count: 522488 vm.vm_page_filecache_min: 0 vm.compressor_input_bytes: 0 vm.compressor_compressed_bytes: 0 vm.compressor_bytes_used: 0 vm.compressor_mode: 4 vm.compressor_is_active: 1 vm.compressor_swapout_target_age: 0 vm.compressor_available: 1 vm.vm_ripe_target_age_in_secs: 172800 vm.compressor_eval_period_in_msecs: 250 vm.compressor_sample_min_in_msecs: 500 vm.compressor_sample_max_in_msecs: 10000 vm.compressor_thrashing_threshold_per_10msecs: 50 vm.compressor_thrashing_min_per_10msecs: 20 vm.compressor_minorcompact_threshold_divisor: 20 vm.compressor_majorcompact_threshold_divisor: 25 vm.compressor_unthrottle_threshold_divisor: 35 vm.compressor_catchup_threshold_divisor: 50 vm.swapfileprefix: /private/var/vm/swapfile vm.phantom_cache_eval_period_in_msecs: 250 vm.phantom_cache_thrashing_threshold: 100 vm.phantom_cache_thrashing_threshold_ssd: 1000 vm.cs_blob_count: 515 vm.cs_blob_size: 8385600 vm.cs_blob_count_peak: 515 vm.cs_blob_size_peak: 8385600 vm.cs_blob_size_max: 2695168 vm.vm_do_collapse_compressor: 0 vm.vm_do_collapse_compressor_pages: 0 vm.vm_do_collapse_terminate: 0 vm.vm_do_collapse_terminate_failure: 0 vm.vm_should_cow_but_wired: 0 vm.vm_create_upl_extra_cow: 7 vm.vm_create_upl_extra_cow_pages: 10 vm.vm_create_upl_lookup_failure_write: 0 vm.vm_create_upl_lookup_failure_copy: 0 vm.vm_debug_events: 0 vm.allow_stack_exec: 0 vm.allow_data_exec: 1 vm.shared_region_unnest_logging: 1 vm.enforce_shared_cache_dir: 1 vm.shared_region_trace_level: 1 vm.shared_region_version: 3 vm.shared_region_persistence: 0 vm.pagesize: 4096 vm.vm_page_free_target: 4000 vm.memory_pressure: 0 vm.page_free_wanted: 0 vm.page_purgeable_count: 27904 vm.page_purgeable_wired_count: 0 vm.pageout_purged_objects: 0 vm.madvise_free_debug: 0 vm.page_reusable_count: 12872 vm.reusable_success: 5157 vm.reusable_failure: 0 vm.reusable_shared: 0 vm.all_reusable_calls: 0 vm.partial_reusable_calls: 5149 vm.reuse_success: 8007 vm.reuse_failure: 0 vm.all_reuse_calls: 0 vm.partial_reuse_calls: 7999 vm.can_reuse_success: 12498 vm.can_reuse_failure: 893 vm.reusable_reclaimed: 0 vm.page_free_count: 1100075 vm.page_speculative_count: 292206 vm.page_cleaned_count: 0 vm.pageout_inactive_dirty_internal: 0 vm.pageout_inactive_dirty_external: 0 vm.pageout_inactive_clean: 0 vm.pageout_speculative_clean: 0 vm.pageout_inactive_used: 0 vm.pageout_freed_from_inactive_clean: 0 vm.pageout_freed_from_speculative: 0 vm.pageout_freed_from_cleaned: 0 vm.pageout_enqueued_cleaned: 0 vm.pageout_enqueued_cleaned_from_inactive_clean: 0 vm.pageout_enqueued_cleaned_from_inactive_dirty: 0 vm.pageout_cleaned: 0 vm.pageout_cleaned_reactivated: 0 vm.pageout_cleaned_reference_reactivated: 0 vm.pageout_cleaned_volatile_reactivated: 0 vm.pageout_cleaned_fault_reactivated: 0 vm.pageout_cleaned_commit_reactivated: 0 vm.pageout_cleaned_busy: 0 vm.pageout_cleaned_nolock: 0 vm.prefault_nb_pages: 0 vm.prefault_nb_bailout: 0 vfs.generic.maxtypenum: 22 vfs.generic.nfs.client.initialdowndelay: 12 vfs.generic.nfs.client.nextdowndelay: 30 vfs.generic.nfs.client.iosize: 1048576 vfs.generic.nfs.client.access_cache_timeout: 60 vfs.generic.nfs.client.allow_async: 0 vfs.generic.nfs.client.statfs_rate_limit: 10 vfs.generic.nfs.client.nfsiod_thread_max: 16 vfs.generic.nfs.client.nfsiod_thread_count: 0 vfs.generic.nfs.client.lockd_mounts: 0 vfs.generic.nfs.client.max_async_writes: 128 vfs.generic.nfs.client.single_des: 0 vfs.generic.nfs.client.access_delete: 1 vfs.generic.nfs.client.access_dotzfs: 1 vfs.generic.nfs.client.access_for_getattr: 0 vfs.generic.nfs.client.idmap_ctrl: 1 vfs.generic.nfs.client.callback_port: 0 vfs.generic.nfs.client.is_mobile: 0 vfs.generic.nfs.client.squishy_flags: 11 vfs.generic.nfs.client.debug_ctl: 0 vfs.generic.nfs.client.readlink_nocache: 0 vfs.generic.nfs.client.root_steals_gss_context: 1 vfs.generic.nfs.server.wg_delay: 1000 vfs.generic.nfs.server.wg_delay_v3: 0 vfs.generic.nfs.server.require_resv_port: 0 vfs.generic.nfs.server.async: 0 vfs.generic.nfs.server.export_hash_size: 64 vfs.generic.nfs.server.reqcache_size: 64 vfs.generic.nfs.server.request_queue_length: 128 vfs.generic.nfs.server.user_stats: 1 vfs.generic.nfs.server.gss_context_ttl: 28800 vfs.generic.nfs.server.fsevents: 1 vfs.generic.nfs.server.nfsd_thread_max: 0 vfs.generic.nfs.server.nfsd_thread_count: 0 vfs.generic.nfs.server.nfsd_sock_idle_timeout: 3600 vfs.generic.nfs.server.nfsd_tcp_connections: 0 vfs.generic.nfs.server.use_upcall_svc: 1 vfs.generic.nfs.server.upcall_queue_limit: 0 vfs.generic.nfs.server.upcall_queue_max_seen: 0 vfs.generic.nfs.server.upcall_queue_count: 0 vfs.generic.sync_timeout: 60 vfs.generic.jnl.kdebug.trim: 0 vfs.generic.root_unmounted_cleanly: 1 vfs.generic.always_do_fullfsync: 0 vfs.generic.hfs.kdebug.allocation: 0 vfs.nummntops: 9 net.local.stream.sendspace: 8192 net.local.stream.recvspace: 8192 net.local.stream.tracemdns: 0 net.local.dgram.maxdgram: 2048 net.local.dgram.recvspace: 4096 net.local.inflight: 0 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.forwarding: 0 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.gifttl: 30 net.inet.ip.subnets_are_local: 0 net.inet.ip.mcast.maxgrpsrc: 512 net.inet.ip.mcast.maxsocksrc: 128 net.inet.ip.mcast.loop: 1 net.inet.ip.dummynet.hash_size: 64 net.inet.ip.dummynet.curr_time: 0 net.inet.ip.dummynet.ready_heap: 0 net.inet.ip.dummynet.extract_heap: 0 net.inet.ip.dummynet.searches: 0 net.inet.ip.dummynet.search_steps: 0 net.inet.ip.dummynet.expire: 1 net.inet.ip.dummynet.max_chain_len: 16 net.inet.ip.dummynet.red_lookup_depth: 256 net.inet.ip.dummynet.red_avg_pkt_size: 512 net.inet.ip.dummynet.red_max_pkt_size: 1500 net.inet.ip.dummynet.debug: 0 net.inet.ip.fw.enable: 1 net.inet.ip.fw.autoinc_step: 100 net.inet.ip.fw.one_pass: 0 net.inet.ip.fw.debug: 0 net.inet.ip.fw.verbose: 0 net.inet.ip.fw.verbose_limit: 0 net.inet.ip.fw.dyn_buckets: 256 net.inet.ip.fw.curr_dyn_buckets: 256 net.inet.ip.fw.dyn_count: 0 net.inet.ip.fw.dyn_max: 4096 net.inet.ip.fw.static_count: 1 net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_fin_lifetime: 1 net.inet.ip.fw.dyn_rst_lifetime: 1 net.inet.ip.fw.dyn_udp_lifetime: 10 net.inet.ip.fw.dyn_short_lifetime: 5 net.inet.ip.fw.dyn_keepalive: 1 net.inet.ip.random_id_statistics: 0 net.inet.ip.random_id_collisions: 0 net.inet.ip.random_id_total: 0 net.inet.ip.sendsourcequench: 0 net.inet.ip.maxfragpackets: 1536 net.inet.ip.fragpackets: 0 net.inet.ip.maxfragsperpacket: 128 net.inet.ip.scopedroute: 1 net.inet.ip.adj_clear_hwcksum: 0 net.inet.ip.check_interface: 0 net.inet.ip.rx_chaining: 1 net.inet.ip.rx_chainsz: 6 net.inet.ip.input_perf: 0 net.inet.ip.input_perf_bins: 0 net.inet.ip.linklocal.in.allowbadttl: 1 net.inet.ip.random_id: 1 net.inet.ip.maxchainsent: 0 net.inet.ip.select_srcif_debug: 0 net.inet.ip.output_perf: 0 net.inet.ip.output_perf_bins: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 250 net.inet.icmp.timestamp: 0 net.inet.icmp.drop_redirect: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.bmcastecho: 1 net.inet.igmp.recvifkludge: 1 net.inet.igmp.sendra: 1 net.inet.igmp.sendlocal: 1 net.inet.igmp.v1enable: 1 net.inet.igmp.v2enable: 1 net.inet.igmp.legacysupp: 0 net.inet.igmp.default_version: 3 net.inet.igmp.gsrdelay: 10 net.inet.igmp.debug: 0 net.inet.tcp.rfc1644: 0 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 131072 net.inet.tcp.recvspace: 131072 net.inet.tcp.keepinit: 75000 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.ecn_timeout: 60 net.inet.tcp.clear_tfocache: 0 net.inet.tcp.log_in_vain: 0 net.inet.tcp.blackhole: 0 net.inet.tcp.delayed_ack: 3 net.inet.tcp.tcp_lq_overflow: 1 net.inet.tcp.recvbg: 0 net.inet.tcp.drop_synfin: 1 net.inet.tcp.reass.overflows: 0 net.inet.tcp.slowlink_wsize: 8192 net.inet.tcp.maxseg_unacked: 8 net.inet.tcp.rfc3465: 1 net.inet.tcp.rfc3465_lim2: 1 net.inet.tcp.recv_allowed_iaj: 5 net.inet.tcp.doautorcvbuf: 1 net.inet.tcp.autorcvbufmax: 1048576 net.inet.tcp.lro: 0 net.inet.tcp.lrodbg: 0 net.inet.tcp.lro_startcnt: 4 net.inet.tcp.rcvsspktcnt: 512 net.inet.tcp.rexmt_thresh: 3 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.local_slowstart_flightsize: 8 net.inet.tcp.tso: 1 net.inet.tcp.ecn_initiate_out: 0 net.inet.tcp.ecn_negotiate_in: 0 net.inet.tcp.packetchain: 50 net.inet.tcp.socket_unlocked_on_output: 1 net.inet.tcp.rfc3390: 1 net.inet.tcp.min_iaj_win: 4 net.inet.tcp.acc_iaj_react_limit: 200 net.inet.tcp.doautosndbuf: 1 net.inet.tcp.autosndbufinc: 8192 net.inet.tcp.autosndbufmax: 1048576 net.inet.tcp.ack_prioritize: 1 net.inet.tcp.rtt_recvbg: 1 net.inet.tcp.recv_throttle_minwin: 16384 net.inet.tcp.enable_tlp: 1 net.inet.tcp.sack: 1 net.inet.tcp.sack_maxholes: 128 net.inet.tcp.sack_globalmaxholes: 65536 net.inet.tcp.sack_globalholes: 0 net.inet.tcp.fastopen_backlog: 10 net.inet.tcp.fastopen: 3 net.inet.tcp.fastopen_fallback_min: 10 net.inet.tcp.minmss: 216 net.inet.tcp.do_tcpdrain: 0 net.inet.tcp.pcbcount: 3 net.inet.tcp.tw_pcbcount: 0 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.rtt_min: 100 net.inet.tcp.rexmt_slop: 200 net.inet.tcp.randomize_ports: 0 net.inet.tcp.win_scale_factor: 3 net.inet.tcp.tcbhashsize: 4096 net.inet.tcp.keepcnt: 8 net.inet.tcp.msl: 15000 net.inet.tcp.max_persist_timeout: 0 net.inet.tcp.always_keepalive: 0 net.inet.tcp.timer_fastmode_idlemax: 10 net.inet.tcp.broken_peer_syn_rexmit_thres: 10 net.inet.tcp.tcp_timer_advanced: 0 net.inet.tcp.tcp_resched_timerlist: 29 net.inet.tcp.pmtud_blackhole_detection: 1 net.inet.tcp.pmtud_blackhole_mss: 1200 net.inet.tcp.preconn_sbsz: 1024 net.inet.tcp.cc_debug: 0 net.inet.tcp.newreno_sockets: 0 net.inet.tcp.background_sockets: 0 net.inet.tcp.cubic_sockets: 3 net.inet.tcp.use_newreno: 0 net.inet.tcp.cubic_tcp_friendliness: 0 net.inet.tcp.cubic_fast_convergence: 0 net.inet.tcp.cubic_use_minrtt: 0 net.inet.tcp.lro_sz: 8 net.inet.tcp.lro_time: 10 net.inet.tcp.bg_target_qdelay: 100 net.inet.tcp.bg_allowed_increase: 8 net.inet.tcp.bg_tether_shift: 1 net.inet.tcp.bg_ss_fltsz: 2 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 196724 net.inet.udp.log_in_vain: 0 net.inet.udp.blackhole: 0 net.inet.udp.pcbcount: 20 net.inet.udp.randomize_ports: 1 net.inet.ipsec.def_policy: 1 net.inet.ipsec.esp_trans_deflev: 1 net.inet.ipsec.esp_net_deflev: 1 net.inet.ipsec.ah_trans_deflev: 1 net.inet.ipsec.ah_net_deflev: 1 net.inet.ipsec.ah_cleartos: 1 net.inet.ipsec.ah_offsetmask: 0 net.inet.ipsec.dfbit: 0 net.inet.ipsec.ecn: 0 net.inet.ipsec.debug: 0 net.inet.ipsec.esp_randpad: -1 net.inet.ipsec.bypass: 1 net.inet.ipsec.esp_port: 4500 net.inet.raw.maxdgram: 8192 net.inet.raw.recvspace: 8192 net.inet.raw.pcbcount: 1 net.inet.mptcp.enable: 1 net.inet.mptcp.mptcp_cap_retr: 2 net.inet.mptcp.dss_csum: 0 net.inet.mptcp.fail: 1 net.inet.mptcp.keepalive: 840 net.inet.mptcp.mpprio: 1 net.inet.mptcp.remaddr: 1 net.inet.mptcp.fastjoin: 1 net.inet.mptcp.zerortt_fastjoin: 0 net.inet.mptcp.rwnotify: 0 net.inet.mptcp.rtthist: 1 net.inet.mptcp.rtthist_thresh: 600 net.inet.mptcp.userto: 1 net.inet.mptcp.rto_thresh: 1500 net.inet.mptcp.use_peer: 1 net.inet.mptcp.peerswitchno: 3 net.inet.mptcp.probeto: 1000 net.inet.mptcp.probecnt: 5 net.inet.mptcp.dbg_area: 0 net.inet.mptcp.dbg_level: 0 net.inet.mptcp.pcbcount: 0 net.inet.mptcp.sk_lim: 16 net.inet.mptcp.delayed: 0 net.inet.mptcp.usesymptoms: 1 net.inet.mptcp.force_64bit_dsn: 0 net.inet.mptcp.rto: 3 net.inet.mptcp.nrto: 3 net.inet.mptcp.tw: 60 net.link.generic.system.ifcount: 4 net.link.generic.system.if_verbose: 0 net.link.generic.system.dlil_lladdr_ckreq: 0 net.link.generic.system.dlil_verbose: 0 net.link.generic.system.sndq_maxlen: 128 net.link.generic.system.rcvq_maxlen: 256 net.link.generic.system.rxpoll_decay: 2 net.link.generic.system.rxpoll_freeze_time: 1000000000 net.link.generic.system.rxpoll_sample_time: 10000000 net.link.generic.system.rxpoll_interval_time: 1000000 net.link.generic.system.rxpoll_interval_pkts: 0 net.link.generic.system.rxpoll_wakeups_lowat: 10 net.link.generic.system.rxpoll_wakeups_hiwat: 100 net.link.generic.system.rxpoll_max: 0 net.link.generic.system.rxpoll: 1 net.link.generic.system.if_bw_smoothing_val: 3 net.link.generic.system.if_bw_measure_size: 10 net.link.generic.system.dlil_input_threads: 2 net.link.generic.system.dlil_input_sanity_check: 0 net.link.generic.system.flow_advisory: 1 net.link.generic.system.delaybased_queue: 1 net.link.generic.system.hwcksum_in_invalidated: 0 net.link.generic.system.hwcksum_dbg: 0 net.link.generic.system.start_delayed: 0 net.link.generic.system.start_delay_disabled: 0 net.link.generic.system.hwcksum_dbg_mode: 0 net.link.generic.system.hwcksum_dbg_partial_forced: 0 net.link.generic.system.hwcksum_dbg_partial_forced_bytes: 0 net.link.generic.system.hwcksum_dbg_partial_rxoff_forced: 0 net.link.generic.system.hwcksum_dbg_partial_rxoff_adj: 0 net.link.generic.system.hwcksum_dbg_verified: 0 net.link.generic.system.hwcksum_dbg_bad_cksum: 0 net.link.generic.system.hwcksum_dbg_bad_rxoff: 0 net.link.generic.system.hwcksum_dbg_adjusted: 0 net.link.generic.system.hwcksum_dbg_finalized_hdr: 0 net.link.generic.system.hwcksum_dbg_finalized_data: 0 net.link.generic.system.hwcksum_tx: 1 net.link.generic.system.hwcksum_rx: 1 net.link.generic.system.tx_chain_len_count: 0 net.link.ether.inet.prune_intvl: 300 net.link.ether.inet.max_age: 1200 net.link.ether.inet.host_down_time: 20 net.link.ether.inet.arp_llreach_base: 30 net.link.ether.inet.arp_unicast_lim: 5 net.link.ether.inet.maxtries: 5 net.link.ether.inet.useloopback: 1 net.link.ether.inet.proxyall: 0 net.link.ether.inet.sendllconflict: 0 net.link.ether.inet.log_arp_warnings: 0 net.link.ether.inet.keep_announcements: 1 net.link.ether.inet.send_conflicting_probes: 1 net.link.ether.inet.verbose: 0 net.link.ether.inet.apple_hwcksum_tx: 1 net.link.ether.inet.apple_hwcksum_rx: 1 net.link.bridge.inherit_mac: 0 net.link.bridge.rtable_prune_period: 300 net.link.bridge.rtable_hash_size_max: 2048 net.link.bridge.txstart: 0 net.link.bridge.debug: 0 net.link.loopback.bw_sleep_usec: 10 net.link.loopback.bw_measure: 0 net.link.loopback.max_dequeue: 256 net.link.loopback.sched_model: 0 net.link.loopback.dequeue_sc: 0 net.link.iptap.total_tap_count: 0 net.link.iptap.log: 0 net.link.pktap.total_tap_count: 0 net.link.pktap.count_unknown_if_type: 0 net.link.pktap.log: 0 net.key.debug: 0 net.key.spi_trycnt: 1000 net.key.spi_minval: 256 net.key.spi_maxval: 268435455 net.key.int_random: 60 net.key.larval_lifetime: 30 net.key.blockacq_count: 10 net.key.blockacq_lifetime: 20 net.key.esp_keymin: 256 net.key.esp_auth: 0 net.key.ah_keymin: 128 net.key.prefered_oldsa: 0 net.key.natt_keepalive_interval: 20 net.inet6.ip6.forwarding: 0 net.inet6.ip6.redirect: 1 net.inet6.ip6.hlim: 64 net.inet6.ip6.maxfragpackets: 1536 net.inet6.ip6.accept_rtadv: 1 net.inet6.ip6.keepfaith: 0 net.inet6.ip6.log_interval: 5 net.inet6.ip6.hdrnestlimit: 15 net.inet6.ip6.dad_count: 1 net.inet6.ip6.auto_flowlabel: 1 net.inet6.ip6.defmcasthlim: 1 net.inet6.ip6.gifhlim: 0 net.inet6.ip6.kame_version: 2009/apple-darwin net.inet6.ip6.use_deprecated: 1 net.inet6.ip6.rr_prune: 5 net.inet6.ip6.v6only: 0 net.inet6.ip6.rtexpire: 3600 net.inet6.ip6.rtminexpire: 10 net.inet6.ip6.rtmaxcache: 128 net.inet6.ip6.use_tempaddr: 1 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.auto_linklocal: 1 net.inet6.ip6.prefer_tempaddr: 1 net.inet6.ip6.use_defaultzone: 0 net.inet6.ip6.maxfrags: 3072 net.inet6.ip6.mcast_pmtu: 0 net.inet6.ip6.neighborgcthresh: 1024 net.inet6.ip6.maxifprefixes: 16 net.inet6.ip6.maxifdefrouters: 16 net.inet6.ip6.maxdynroutes: 1024 net.inet6.ip6.fragpackets: 0 net.inet6.ip6.fw.enable: 1 net.inet6.ip6.fw.debug: 0 net.inet6.ip6.fw.verbose: 0 net.inet6.ip6.fw.verbose_limit: 0 net.inet6.ip6.scopedroute: 1 net.inet6.ip6.adj_clear_hwcksum: 0 net.inet6.ip6.input_perf: 0 net.inet6.ip6.input_perf_bins: 0 net.inet6.ip6.output_perf: 0 net.inet6.ip6.output_perf_bins: 0 net.inet6.ip6.select_srcif_debug: 0 net.inet6.ip6.select_srcaddr_debug: 0 net.inet6.ip6.select_src_expensive_secondary_if: 0 net.inet6.ip6.mcast.maxgrpsrc: 512 net.inet6.ip6.mcast.maxsocksrc: 128 net.inet6.ip6.mcast.loop: 1 net.inet6.ip6.only_allow_rfc4193_prefixes: 0 net.inet6.ip6.maxchainsent: 1 net.inet6.ipsec6.def_policy: 1 net.inet6.ipsec6.esp_trans_deflev: 1 net.inet6.ipsec6.esp_net_deflev: 1 net.inet6.ipsec6.ah_trans_deflev: 1 net.inet6.ipsec6.ah_net_deflev: 1 net.inet6.ipsec6.ecn: 0 net.inet6.ipsec6.debug: 0 net.inet6.ipsec6.esp_randpad: -1 net.inet6.icmp6.rediraccept: 0 net.inet6.icmp6.redirtimeout: 600 net.inet6.icmp6.nd6_prune: 1 net.inet6.icmp6.nd6_delay: 5 net.inet6.icmp6.nd6_umaxtries: 3 net.inet6.icmp6.nd6_mmaxtries: 3 net.inet6.icmp6.nd6_useloopback: 1 net.inet6.icmp6.nodeinfo: 3 net.inet6.icmp6.errppslimit: 500 net.inet6.icmp6.nd6_debug: 0 net.inet6.icmp6.nd6_accept_6to4: 1 net.inet6.icmp6.nd6_optimistic_dad: 63 net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0 net.inet6.icmp6.nd6_prune_lazy: 5 net.inet6.icmp6.rappslimit: 10 net.inet6.icmp6.nd6_llreach_base: 30 net.inet6.icmp6.nd6_maxsolstgt: 8 net.inet6.icmp6.nd6_maxproxiedsol: 4 net.inet6.icmp6.prproxy_cnt: 0 net.inet6.mld.gsrdelay: 10 net.inet6.mld.v1enable: 1 net.inet6.mld.v2enable: 1 net.inet6.mld.use_allow: 1 net.inet6.mld.debug: 0 net.inet6.send.opstate: 0 net.inet6.send.opmode: 0 net.systm.kctl.autorcvbufmax: 262144 net.systm.kctl.autorcvbufhigh: 0 net.systm.kctl.debug: 0 net.ndrv_multi_max_count: 1024 net.route.verbose: 0 net.statistics: 1 net.statistics_privcheck: 0 net.stats.debug: 0 net.stats.sendspace: 2048 net.stats.recvspace: 8192 net.necp.drop_all_level: 0 net.necp.debug: 0 net.necp.pass_loopback: 1 net.necp.pass_keepalives: 1 net.necp.socket_policy_count: 1 net.necp.socket_non_app_policy_count: 1 net.necp.ip_policy_count: 0 net.necp.session_count: 3 net.netagent.debug: 5 net.netagent.registered_count: 1 net.netagent.active_count: 0 net.cfil.log: 3 net.cfil.debug: 1 net.cfil.sock_attached_count: 0 net.cfil.active_count: 0 net.cfil.close_wait_timeout: 1000 net.cfil.sbtrim: 1 net.pktmnglr.log: 3 net.classq.verbose: 0 net.classq.sfb.holdtime: 0 net.classq.sfb.pboxtime: 0 net.classq.sfb.hinterval: 0 net.classq.sfb.target_qdelay: 0 net.classq.sfb.update_interval: 0 net.classq.sfb.increment: 82 net.classq.sfb.decrement: 16 net.classq.sfb.allocation: 0 net.classq.sfb.ratelimit: 0 net.pktsched.verbose: 0 net.alf.loglevel: 55 net.alf.perm: 0 net.alf.defaultaction: 1 net.alf.mqcount: 0 debug.lowpri_throttle_max_iosize: 131072 debug.lowpri_throttle_tier1_window_msecs: 25 debug.lowpri_throttle_tier2_window_msecs: 100 debug.lowpri_throttle_tier3_window_msecs: 500 debug.lowpri_throttle_tier1_io_period_msecs: 15 debug.lowpri_throttle_tier2_io_period_msecs: 50 debug.lowpri_throttle_tier3_io_period_msecs: 200 debug.lowpri_throttle_tier1_io_period_ssd_msecs: 5 debug.lowpri_throttle_tier2_io_period_ssd_msecs: 15 debug.lowpri_throttle_tier3_io_period_ssd_msecs: 25 debug.lowpri_throttle_enabled: 1 debug.bpf_bufsize: 4096 debug.bpf_maxbufsize: 524288 debug.bpf_maxdevices: 256 debug.bpf_wantpktap: 0 debug.bpf_debug: 0 debug.sched: 0 debug.toggle_address_reuse: 0 debug.ptracedeny_enabled: 1 debug.sys_override_enabled: 1 debug.kextlog: 4083 debug.swd_kext_name: debug.swd_delay_type: debug.swd_delay_duration: 0 debug.iokit: 0 debug.iotrace: 0 debug.darkwake: 3 debug.noidle: 0 debug.wdtlog: 34i0 34r1478 155m1/0175m1/0195m1/0 hw.ncpu: 6 hw.byteorder: 1234 hw.memsize: 8589934592 hw.activecpu: 6 hw.targettype: hw.physicalcpu: 6 hw.physicalcpu_max: 6 hw.logicalcpu: 6 hw.logicalcpu_max: 6 hw.cputype: 7 hw.cpusubtype: 4 hw.cpu64bit_capable: 1 hw.cpufamily: 1114597871 hw.cacheconfig: 6 1 2 6 0 0 0 0 0 0 hw.cachesize: 8589934592 16384 2097152 8388608 0 0 0 0 0 0 hw.pagesize: 4096 hw.pagesize32: 4096 hw.busfrequency: 800000000 hw.busfrequency_min: 800000000 hw.busfrequency_max: 800000000 hw.cpufrequency: 3315000000 hw.cpufrequency_min: 3315000000 hw.cpufrequency_max: 3315000000 hw.cachelinesize: 64 hw.l1icachesize: 65536 hw.l1dcachesize: 16384 hw.l2cachesize: 2097152 hw.l3cachesize: 8388608 hw.tbfrequency: 1000000000 hw.packages: 1 hw.optional.floatingpoint: 1 hw.optional.mmx: 1 hw.optional.sse: 1 hw.optional.sse2: 1 hw.optional.sse3: 1 hw.optional.supplementalsse3: 1 hw.optional.sse4_1: 1 hw.optional.sse4_2: 1 hw.optional.x86_64: 1 hw.optional.aes: 1 hw.optional.avx1_0: 0 hw.optional.rdrand: 0 hw.optional.f16c: 0 hw.optional.enfstrg: 0 hw.optional.fma: 0 hw.optional.avx2_0: 0 hw.optional.bmi1: 0 hw.optional.bmi2: 0 hw.optional.rtm: 0 hw.optional.hle: 0 hw.optional.adx: 1 hw.optional.mpx: 0 hw.optional.sgx: 0 machdep.user_idle_level: 0 machdep.cpu.max_basic: 13 machdep.cpu.max_ext: 2147483678 machdep.cpu.vendor: AuthenticAMD machdep.cpu.brand_string: AMD FX(tm)-6100 Six-Core Processor machdep.cpu.family: 21 machdep.cpu.model: 1 machdep.cpu.extmodel: 0 machdep.cpu.extfamily: 6 machdep.cpu.stepping: 2 machdep.cpu.feature_bits: 2204549448632892415 machdep.cpu.extfeature_bits: 128845167095708671 machdep.cpu.signature: 6295314 machdep.cpu.brand: 0 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 PCLMULQDQ MON SSSE3 CX16 SSE4.1 SSE4.2 POPCNT AES XSAVE OSXSAVE AVX1.0 machdep.cpu.extfeatures: SYSCALL 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI machdep.cpu.logical_per_package: 6 machdep.cpu.cores_per_package: 6 machdep.cpu.microcode_version: 21 machdep.cpu.processor_flag: 1 machdep.cpu.mwait.linesize_min: 64 machdep.cpu.mwait.linesize_max: 64 machdep.cpu.mwait.extensions: 3 machdep.cpu.mwait.sub_Cstates: 0 machdep.cpu.thermal.sensor: 0 machdep.cpu.thermal.dynamic_acceleration: 0 machdep.cpu.thermal.invariant_APIC_timer: 0 machdep.cpu.thermal.thresholds: 0 machdep.cpu.thermal.ACNT_MCNT: 1 machdep.cpu.thermal.core_power_limits: 0 machdep.cpu.thermal.fine_grain_clock_mod: 0 machdep.cpu.thermal.package_thermal_intr: 0 machdep.cpu.thermal.hardware_feedback: 0 machdep.cpu.thermal.energy_policy: 0 machdep.cpu.xsave.extended_state: 7 832 960 1073741824 machdep.cpu.xsave.extended_state1: 0 0 0 0 machdep.cpu.arch_perf.version: 0 machdep.cpu.arch_perf.number: 0 machdep.cpu.arch_perf.width: 0 machdep.cpu.arch_perf.events_number: 0 machdep.cpu.arch_perf.events: 0 machdep.cpu.arch_perf.fixed_number: 0 machdep.cpu.arch_perf.fixed_width: 0 machdep.cpu.cache.linesize: 64 machdep.cpu.cache.L2_associativity: 16 machdep.cpu.cache.size: 2048 machdep.cpu.tlb.inst.small: 48 machdep.cpu.tlb.inst.large: 24 machdep.cpu.tlb.data.small: 32 machdep.cpu.tlb.data.small_level1: 1024 machdep.cpu.tlb.data.large: 32 machdep.cpu.tlb.data.large_level1: 1024 machdep.cpu.address_bits.physical: 48 machdep.cpu.address_bits.virtual: 48 machdep.cpu.core_count: 6 machdep.cpu.thread_count: 6 machdep.cpu.tsc_ccc.numerator: 0 machdep.cpu.tsc_ccc.denominator: 0 machdep.vectors.timer: 221 machdep.vectors.IPI: 222 machdep.pmap.hashwalks: 394104 machdep.pmap.hashcnts: 696174 machdep.pmap.hashmax: 30 machdep.pmap.kernel_text_ps: 2097152 machdep.pmap.kern_pv_reserve: 8000 machdep.memmap.Conventional: 8582262784 machdep.memmap.RuntimeServices: 2097152 machdep.memmap.ACPIReclaim: 622592 machdep.memmap.ACPINVS: 196608 machdep.memmap.PalCode: 0 machdep.memmap.Reserved: 2359296 machdep.memmap.Unusable: 0 machdep.memmap.Other: 0 machdep.tsc.frequency: 3315000000 machdep.tsc.deep_idle_rebase: 1 machdep.tsc.at_boot: 0 machdep.tsc.rebase_abs_time: 26637922084 machdep.tsc.nanotime.tsc_base: 88304711973 machdep.tsc.nanotime.ns_base: 0 machdep.tsc.nanotime.scale: 1295616077 machdep.tsc.nanotime.shift: 0 machdep.tsc.nanotime.generation: 2 machdep.misc.panic_restart_timeout: 1266874889 machdep.misc.interrupt_latency_max: 0x0 0xde 0x1d4924 machdep.misc.machine_check_panic: machdep.misc.timer_queue_trace: machdep.misc.nmis: 0 machdep.eager_timer_evaluations: 81 machdep.eager_timer_evaluation_max: 498155 machdep.x86_fp_simd_isr_uses: 0 audit.session.superuser_set_sflags_mask: 24576 audit.session.superuser_clear_sflags_mask: 24576 audit.session.member_set_sflags_mask: 0 audit.session.member_clear_sflags_mask: 16384 kperf.blessed_pid: -1 kperf.debug_level: 0 kpc.classes: 3 security.mac.sandbox.sentinel: .sb-e57620b6 security.mac.sandbox.audio_active: 0 security.mac.qtn.sandbox_enforce: 1 security.mac.qtn.user_approved_exec: 1 security.mac.max_slots: 7 security.mac.labelvnodes: 0 security.mac.mmap_revocation: 0 security.mac.mmap_revocation_via_cow: 0 security.mac.device_enforce: 1 security.mac.pipe_enforce: 1 security.mac.posixsem_enforce: 1 security.mac.posixshm_enforce: 1 security.mac.proc_enforce: 1 security.mac.socket_enforce: 1 security.mac.system_enforce: 1 security.mac.sysvmsg_enforce: 1 security.mac.sysvsem_enforce: 1 security.mac.sysvshm_enforce: 1 security.mac.vm_enforce: 1 security.mac.vnode_enforce: 1 iMac-Ivan:~ ivan$ Safari crash: Process: Safari [476] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 9.0.3 (11601.4.4) Build Info: WebBrowser-7601004004000000~1 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Safari [476] User ID: 501 PlugIn Path: cl_kernels PlugIn Identifier: cl_kernels PlugIn Version: ??? (???) Date/Time: 2016-02-16 16:03:57.637 +0200 OS Version: Mac OS X 10.11.3 (15D21) Report Version: 11 Anonymous UUID: 370FCA92-8249-0B90-477A-89ED178A3CC8 Time Awake Since Boot: 290 seconds System Integrity Protection: disabled Crashed Thread: 4 Dispatch queue: com.apple.root.default-qos.overcommit Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xffffffff09acb000 Exception Note: EXC_CORPSE_NOTIFY VM Regions Near 0xffffffff09acb000: --> shared memory 00007ffffff82000-00007ffffff83000 [ 4K] r-x/r-x SM=SHM Application Specific Information: Process Model: Multiple Web Processes Global Trace Buffer (reverse chronological seconds): 3.715921 CFNetwork 0x00007fff8c58aa5b TCP Conn 0x7fe9eae36cf0 SSL Handshake DONE 3.831475 CFNetwork 0x00007fff8c5885d3 TCP Conn 0x7fe9ed222a60 started 3.831622 CFNetwork 0x00007fff8c58a937 TCP Conn 0x7fe9eae36cf0 starting SSL negotiation 3.918976 CFNetwork 0x00007fff8c589303 TCP Conn 0x7fe9eae36cf0 complete. fd: 26, err: 0 3.919306 CFNetwork 0x00007fff8c617b1d TCP Conn 0x7fe9eae36cf0 event 1. err: 0 3.958768 CFNetwork 0x00007fff8c5885d3 TCP Conn 0x7fe9eae36cf0 started 4.154336 AppleJPEG 0x00007fff96691a11 [0x7fe9ed87c600] Releasing session 4.155780 AppleJPEG 0x00007fff9669411c [0x7fe9ed87c600] Decoding completed without errors 4.155780 AppleJPEG 0x00007fff966920fc [0x7fe9ed87c600] Options: 26x12 [FFFFFFFF,FFFFFFFF] 0001D060 4.155780 AppleJPEG 0x00007fff96691fae [0x7fe9ed87c600] Decoding: C0 0x001A000C 0x0004354A 0x11111100 0x00000000 708 4.155780 AppleJPEG 0x00007fff9669105e [0x7fe9ed87c600] Created session 4.732782 CFNetwork 0x00007fff8c54c1e7 Creating default cookie storage with default identifier 4.732782 CFNetwork 0x00007fff8c54c1b2 Faulting in CFHTTPCookieStorage singleton 4.732782 CFNetwork 0x00007fff8c54c041 Faulting in NSHTTPCookieStorage singleton Thread 0:: Dispatch queue: opencl_runtime 0 libsystem_kernel.dylib 0x00000001040f83c2 semaphore_wait_trap + 10 1 libsystem_platform.dylib 0x00007fff84463226 _os_semaphore_wait + 16 2 libdispatch.dylib 0x00007fff8cbd2995 _dispatch_barrier_sync_f_slow + 594 3 libcldcpuengine.dylib 0x00007fff9570b2c7 glrCompFinish + 27 4 com.apple.opencl 0x00007fff8cf8adc7 0x7fff8cf60000 + 175559 5 com.apple.opencl 0x00007fff8cf83665 0x7fff8cf60000 + 144997 6 libdispatch.dylib 0x00007fff8cbc433f _dispatch_client_callout + 8 7 libdispatch.dylib 0x00007fff8cbd2a9b _dispatch_barrier_sync_f_slow + 856 8 com.apple.opencl 0x00007fff8cf8372d clFinish + 90 9 com.apple.CoreImage 0x00007fff88c9df4b CI::CLModernContext::render(CI::Node*) + 193 10 com.apple.CoreImage 0x00007fff88bb2772 CI::_get_bitmap(CI::Context*, CI::Image*, CGRect, CGColorSpace*, CI::Bitmap*) + 806 11 com.apple.CoreImage 0x00007fff88bb23b9 CI::image_get_bitmap(CI::Context*, CI::Image*, CGRect, CGColorSpace*, CI::Bitmap*, unsigned long) + 1675 12 com.apple.CoreImage 0x00007fff88b94c54 -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 1210 13 com.apple.coreui 0x00007fff94b427a4 CUIRenderer::CreateImageByApplyingEffectsToImage(CUIDescriptor const*, long, __CFArray const*, CGImage*, double, unsigned char, CGBlendMode&) const + 15716 14 com.apple.coreui 0x00007fff94b4570d CUIRenderer::DrawImage(CGRect, long, CUIDescriptor const*) const + 6651 15 com.apple.coreui 0x00007fff94ba0a6c CUICoreThemeRenderer::Draw(CUIDescriptor const*, CGAffineTransform, CUIReturnInfo&) + 992 16 com.apple.coreui 0x00007fff94b34065 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 2341 17 com.apple.coreui 0x00007fff94b369c4 CUIDraw + 175 18 com.apple.AppKit 0x00007fff8245256d __44-[NSAppearance _drawInRect:context:options:]_block_invoke + 64 19 com.apple.AppKit 0x00007fff823c6af3 -[NSCompositeAppearance _callCoreUIWithBlock:] + 183 20 com.apple.AppKit 0x00007fff82452526 -[NSAppearance _drawInRect:context:options:] + 127 21 com.apple.AppKit 0x00007fff824a5a3a -[NSCoreUIImageRep draw] + 438 22 com.apple.AppKit 0x00007fff824a57f9 -[NSImageRep drawInRect:] + 366 23 com.apple.AppKit 0x00007fff824a5679 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_2 + 64 24 com.apple.AppKit 0x00007fff824a55ea NSGraphicsContextPushContextWithFlippedMetadata_drawWithBlock_ + 351 25 com.apple.AppKit 0x00007fff824a5223 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 1086 26 com.apple.AppKit 0x00007fff824a4bed -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1110 27 com.apple.AppKit 0x00007fff824a3b32 -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:flip:hints:] + 2492 28 com.apple.AppKit 0x00007fff829a2afa -[NSSegmentItemView _drawImageWithDirtyRect:imageState:backgroundStyle:] + 689 29 com.apple.AppKit 0x00007fff829a2c74 -[NSSegmentItemView drawRect:] + 320 30 com.apple.AppKit 0x00007fff824a81fe -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 1331 31 com.apple.AppKit 0x00007fff824a7b98 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 242 32 com.apple.AppKit 0x00007fff824a7843 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2403 33 com.apple.AppKit 0x00007fff824a6ed5 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108 34 com.apple.QuartzCore 0x00007fff832a199d CA::Layer::display_() + 649 35 com.apple.AppKit 0x00007fff8241a07c _NSBackingLayerDisplay + 641 36 com.apple.AppKit 0x00007fff824177bd -[_NSViewBackingLayer display] + 818 37 com.apple.QuartzCore 0x00007fff832a010d CA::Layer::display_if_needed(CA::Transaction*) + 603 38 com.apple.QuartzCore 0x00007fff8329f78d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35 39 com.apple.QuartzCore 0x00007fff8329ecf1 CA::Context::commit_transaction(CA::Transaction*) + 277 40 com.apple.QuartzCore 0x00007fff8329ea24 CA::Transaction::commit() + 508 41 com.apple.QuartzCore 0x00007fff832ad917 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 71 42 com.apple.CoreFoundation 0x00007fff837bce37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 43 com.apple.CoreFoundation 0x00007fff837bcda7 __CFRunLoopDoObservers + 391 44 com.apple.CoreFoundation 0x00007fff837ae358 CFRunLoopRunSpecific + 328 45 com.apple.HIToolbox 0x00007fff8de4f935 RunCurrentEventLoopInMode + 235 46 com.apple.HIToolbox 0x00007fff8de4f76f ReceiveNextEventCommon + 432 47 com.apple.HIToolbox 0x00007fff8de4f5af _BlockUntilNextEventMatchingListInModeWithFilter + 71 48 com.apple.AppKit 0x00007fff824440ee _DPSNextEvent + 1067 49 com.apple.AppKit 0x00007fff82810943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 50 com.apple.Safari.framework 0x00007fff9112837f -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 252 51 com.apple.AppKit 0x00007fff82439fc8 -[NSApplication run] + 682 52 com.apple.AppKit 0x00007fff823bc520 NSApplicationMain + 1176 53 libdyld.dylib 0x00007fff932945ad start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00000001040feff6 kevent_qos + 10 1 libdispatch.dylib 0x00007fff8cbca099 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff8cbc9d01 _dispatch_mgr_thread + 52 Thread 3: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 4 Crashed:: Dispatch queue: com.apple.root.default-qos.overcommit 0 unorm8_rgba.dylib 0x00007fff9269fc65 __read_array_2d_ff_unnormalized_linear_clamp_transposed_unorm8_rgba_SSE41 + 9311 1 cl_kernels 0x00000001088527ae _target_.main__ci_fill__ci_fill__ci_affine__blendWithAlphaMask__ci_clamp_to_alpha__wrapper + 910 2 libcldcpuengine.dylib 0x00007fff9570bc61 0x7fff95708000 + 15457 3 libdispatch.dylib 0x00007fff8cbd602a _dispatch_client_callout2 + 8 4 libdispatch.dylib 0x00007fff8cbd5f7b _dispatch_apply_invoke + 87 5 libdispatch.dylib 0x00007fff8cbc433f _dispatch_client_callout + 8 6 libdispatch.dylib 0x00007fff8cbc81cf _dispatch_root_queue_drain + 1890 7 libdispatch.dylib 0x00007fff8cbc7a34 _dispatch_worker_thread3 + 91 8 libsystem_pthread.dylib 0x00007fff9195768f _pthread_wqthread + 1129 9 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 5: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 6:: WebCore: IconDatabase 0 libsystem_kernel.dylib 0x00000001040fdeb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff91958150 _pthread_cond_wait + 767 2 com.apple.WebCore 0x00007fff9391821b WebCore::IconDatabase::syncThreadMainLoop() + 395 3 com.apple.WebCore 0x00007fff93915b09 WebCore::IconDatabase::iconDatabaseSyncThread() + 361 4 com.apple.JavaScriptCore 0x00007fff8f33fd42 WTF::threadEntryPoint(void*) + 178 5 com.apple.JavaScriptCore 0x00007fff8f33fc6f WTF::wtfThreadEntryPoint(void*) + 15 6 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00000001040fe206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff8a7f8d17 nanosleep + 199 2 libc++.1.dylib 0x00007fff834c5020 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 75 3 com.apple.JavaScriptCore 0x00007fff8f97aaab bmalloc::Heap::scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 155 4 com.apple.JavaScriptCore 0x00007fff8f97a704 bmalloc::Heap::concurrentScavenge() + 68 5 com.apple.JavaScriptCore 0x00007fff8f97cc8a bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::entryPoint() + 90 6 com.apple.JavaScriptCore 0x00007fff8f97cc29 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::pthreadEntryPoint(void*) + 9 7 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 8:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00000001040f8386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00000001040f77c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff837af624 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff837aeaec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff837ae338 CFRunLoopRunSpecific + 296 5 com.apple.CFNetwork 0x00007fff8c54f6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412 6 com.apple.Foundation 0x00007fff84e57c6f __NSThread__start__ + 1351 7 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 10:: com.apple.CoreAnimation.render-server 0 libsystem_kernel.dylib 0x00000001040f8386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00000001040f77c7 mach_msg + 55 2 com.apple.QuartzCore 0x00007fff832b0c41 CA::Render::Server::server_thread(void*) + 257 3 com.apple.QuartzCore 0x00007fff832b0b39 thread_fun + 25 4 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 11: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 12:: Dispatch queue: com.apple.root.default-qos.overcommit 0 libsystem_kernel.dylib 0x00000001040f83c2 semaphore_wait_trap + 10 1 libsystem_platform.dylib 0x00007fff84463226 _os_semaphore_wait + 16 2 libdispatch.dylib 0x00007fff8cbd5e28 dispatch_apply_f + 761 3 libcldcpuengine.dylib 0x00007fff9570c2a6 0x7fff95708000 + 17062 4 libdispatch.dylib 0x00007fff8cbc433f _dispatch_client_callout + 8 5 libdispatch.dylib 0x00007fff8cbc8f6f _dispatch_queue_drain + 754 6 libdispatch.dylib 0x00007fff8cbcf63b _dispatch_queue_invoke + 549 7 libdispatch.dylib 0x00007fff8cbc433f _dispatch_client_callout + 8 8 libdispatch.dylib 0x00007fff8cbc81cf _dispatch_root_queue_drain + 1890 9 libdispatch.dylib 0x00007fff8cbc7a34 _dispatch_worker_thread3 + 91 10 libsystem_pthread.dylib 0x00007fff9195768f _pthread_wqthread + 1129 11 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 14:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00000001040f8386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00000001040f77c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff837af624 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff837aeaec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff837ae338 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff82503065 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 15: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 16: 0 libsystem_kernel.dylib 0x00000001040fe6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff91957729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff91955365 start_wqthread + 13 Thread 17:: Safari: WBSParsecSearchClient location 0 libsystem_kernel.dylib 0x00000001040f8386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00000001040f77c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff837af624 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff837aeaec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff837ae338 CFRunLoopRunSpecific + 296 5 com.apple.Safari.Shared 0x00007fff9571d4f8 -[WBSParsecSearchClient _locationThread] + 43 6 com.apple.Foundation 0x00007fff84e57c6f __NSThread__start__ + 1351 7 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 18:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00000001040fe176 __select + 10 1 com.apple.CoreFoundation 0x00007fff837fb16a __CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff91957c13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff91957b90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff91955375 thread_start + 13 Thread 4 crashed with X86 Thread State (64-bit): rax: 0x0000000080000000 rbx: 0x0000000000000000 rcx: 0x0000000109acb024 rdx: 0xffffffff80000000 rdi: 0x00007fe9ec927fa0 rsi: 0x0000000000000000 rbp: 0x0000700000198ad0 rsp: 0x00007000001988b0 r8: 0x0000700000198c30 r9: 0x0000700000198e30 r10: 0x0000700000199030 r11: 0x00007fff9570fc20 r12: 0x0000000109acb000 r13: 0x0000700000199230 r14: 0x0000000000000002 r15: 0x00007fe9ec927fa0 rip: 0x00007fff9269fc65 rfl: 0x0000000000010206 cr2: 0xffffffff09acb000 Logical CPU: 1 Error Code: 0x00000004 Trap Number: 14 Binary Images: 0x1040de000 - 0x1040defff com.apple.Safari (9.0.3 - 11601.4.4) <2EB565D9-D795-3188-B8DB-93FBE2BE13CA> /Applications/Safari.app/Contents/MacOS/Safari 0x1040e7000 - 0x104105fff libsystem_kernel.dylib (3248.30.4) <9CEB6C3B-1CAF-3C32-A9FD-93BC72CBCEA1> /usr/lib/system/libsystem_kernel.dylib 0x104349000 - 0x10434afff libCyrillicConverter.dylib (68) <79F5CFEF-92E4-30FE-A650-41F07B6D31B9> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0x108852000 - 0x108852fe7 +cl_kernels (???) <9B44EAEF-EA7E-4A4C-B1EF-D97531FE4946> cl_kernels 0x1094ee000 - 0x1094f6fff com.apple.SyncedDefaults (2.0 - 235) <9F7E1851-49A8-399B-91E8-2CB958FC6D5C> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults 0x109870000 - 0x1098e5ff7 com.apple.GeForceMTLDriver (10.8.14 - 10.0.8) <081610F2-EEEF-346A-AF10-5214BAEF1D49> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver 0x109f18000 - 0x109f2eff7 com.apple.LookupFramework (1.1 - 168.1) <3A2D0230-B0AD-31F0-B1BC-D1818CC90981> /System/Library/PrivateFrameworks/Lookup.framework/Lookup 0x7fff6f93b000 - 0x7fff6f972007 dyld (360.19) <9D05FDF4-65CE-3B53-86D4-ABE1A5BF35F3> /usr/lib/dyld 0x7fff80028000 - 0x7fff80032fff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8006a000 - 0x7fff800e1fe7 libcorecrypto.dylib (335.20.1) <C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA> /usr/lib/system/libcorecrypto.dylib 0x7fff800e8000 - 0x7fff8013afff com.apple.CloudDocs (1.0 - 383.5) <BBE4C32D-75E6-3EDD-A787-625BDD66DA20> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff8013b000 - 0x7fff801a8fff com.apple.imfoundation (10.0 - 1000) <8EB961F6-D480-30B3-B2FA-97873FA6D545> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff8023c000 - 0x7fff8032bfff libxml2.2.dylib (29.2) <F70308DF-313F-334F-8F0E-82E79821583D> /usr/lib/libxml2.2.dylib 0x7fff80334000 - 0x7fff80336fff com.apple.SecCodeWrapper (4.0 - 261.20.7) <E3E10533-B295-39EB-B0A3-42BD238E8C85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff80ad1000 - 0x7fff80af0ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff80af1000 - 0x7fff80af5ff7 com.apple.ParsecSubscriptionServiceSupport (1.0 - 972.16) <3B8B78DB-A879-3A84-93E2-CBEF45DE2073> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/Versions/A/ParsecSubscriptionServiceSupport 0x7fff80af6000 - 0x7fff80af7fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff80af9000 - 0x7fff80bdffef unorm8_bgra.dylib (2.6.4.1) <F2A325FF-D55F-3091-88E2-5EBF3648274A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff80be0000 - 0x7fff80be2ff7 com.apple.SafariServices.framework (11601 - 11601.4.4) <FB9EA83E-574E-31D4-AA47-B4EA086BF886> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff80c5e000 - 0x7fff80c62fff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff80c63000 - 0x7fff80ed0fff com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff80ed1000 - 0x7fff80ef6ff7 libPng.dylib (1442) <E8391CE4-9B83-3895-A406-D987FC826D4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff80ef7000 - 0x7fff80f26ff7 com.apple.securityinterface (10.0 - 55065.20.1) <EDBD990A-0960-3DBB-BB42-43A36F49477F> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff80f7f000 - 0x7fff80f8bff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <E507D438-517D-32AE-8609-02ACD2F0D692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff80ffa000 - 0x7fff81015fff com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff81016000 - 0x7fff81049ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8109d000 - 0x7fff810a1fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib 0x7fff810a2000 - 0x7fff810a7fff com.apple.MediaAccessibility (1.0 - 79) <CCF71DC1-BB6A-3227-BD1B-AFD172592A63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff810a8000 - 0x7fff810afff7 libcompiler_rt.dylib (62) <D3C4AB40-23B4-3BC6-8C38-5B8758D14E80> /usr/lib/system/libcompiler_rt.dylib 0x7fff81143000 - 0x7fff81571fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <B8482831-77BD-3FBC-A0B1-12502353AA57> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff816be000 - 0x7fff816c3ff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib 0x7fff816c4000 - 0x7fff816effff com.apple.idsfoundation (10.0 - 1000) <292CFB00-401D-3F4C-ABA5-BF595724B143> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff81756000 - 0x7fff81758fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff81759000 - 0x7fff8175afff libquit.dylib (197.1) <DADD6987-A78D-3D12-89D7-4BBC58DA095E> /usr/lib/libquit.dylib 0x7fff8175b000 - 0x7fff8177dfff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff817d7000 - 0x7fff81955fff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff81956000 - 0x7fff81958ff7 com.apple.securityhi (9.0 - 55006) <B97C1C77-AA51-33ED-941D-F766BC94CD9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff81959000 - 0x7fff8197afff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff81afb000 - 0x7fff81d95fff com.apple.AOSKit (1.06 - 232) <22712D9C-A1A6-3FA2-9C44-06F6CCDE36F1> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff81d96000 - 0x7fff81d97fff libsystem_secinit.dylib (20) <FD6ECF2C-1489-32CA-981B-9045B5EB1FAA> /usr/lib/system/libsystem_secinit.dylib 0x7fff81d98000 - 0x7fff81d98fff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff81d99000 - 0x7fff81da4fff libkxld.dylib (3248.30.4) <BAA3DDEC-AD81-3C29-AECC-59E4AD114D3C> /usr/lib/system/libkxld.dylib 0x7fff81da5000 - 0x7fff81dccfff com.apple.ProtectedCloudStorage (1.0 - 1) <F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff81dcd000 - 0x7fff81ef9ff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff81efa000 - 0x7fff81f0dfff com.apple.CoreBluetooth (1.0 - 1) <BF5F87E3-6AAA-3B1F-9979-7A03D77937C8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff81f0e000 - 0x7fff81f1eff3 com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff81f25000 - 0x7fff81f30fff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff81f31000 - 0x7fff81f34ff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff81f35000 - 0x7fff81f63ff7 com.apple.DictionaryServices (1.2 - 250) <D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff81f8b000 - 0x7fff81fc2ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff81fc3000 - 0x7fff81fcbffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff82223000 - 0x7fff82228fff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff82229000 - 0x7fff82252fff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib 0x7fff82281000 - 0x7fff8238fff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff823b7000 - 0x7fff823b9fff com.apple.OAuth (25 - 25) <97C76697-0566-34EF-871C-45DE4B7B7BB5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff823ba000 - 0x7fff82fddff7 com.apple.AppKit (6.9 - 1404.34) <467468E2-C551-3408-B351-414B21F57DEB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff82fde000 - 0x7fff82fecfff com.apple.IntlPreferences (2.0 - 192) <CACF49DE-A307-3066-B168-B47DFC531B97> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff82ffa000 - 0x7fff8300cfff com.apple.CloudPhotoServicesConfiguration (1.3 - 350.23.0) <26C30526-5045-38A6-80E3-D9BCBD123436> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frameworks/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesConfiguration 0x7fff8300d000 - 0x7fff830c6ff7 libvMisc.dylib (563.4) <3114F9E9-2B0D-3371-93A1-04BB55CE8DBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff830e3000 - 0x7fff830efff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff830f0000 - 0x7fff830f0ff7 com.apple.CloudPhotosConfigurationXPC (1.3 - 350.23.0) <D1EF101F-6C3F-3F42-BED3-C6CC2F7753F5> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frameworks/CloudPhotosConfigurationXPC.framework/Versions/A/CloudPhotosConfigurationXPC 0x7fff830f1000 - 0x7fff83107fff com.apple.CoreMediaAuthoring (2.2 - 953) <D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff83114000 - 0x7fff83119ff7 libmacho.dylib (875.1) <CB745E1F-4885-3F96-B38B-2093DF488FD5> /usr/lib/system/libmacho.dylib 0x7fff8311f000 - 0x7fff8314cfff com.apple.Safari.SafeBrowsing (11601 - 11601.4.2) <6D92E98C-9F93-35BC-8D1B-749BF0669943> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff83291000 - 0x7fff8345fffb com.apple.QuartzCore (1.11 - 410.14) <CB19502B-D25F-379C-B50F-08A98FF73B68> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff83460000 - 0x7fff8347dfff com.apple.DistributionKit (700 - 1000) <0EA29EBF-2FDE-3FA3-8C2B-9C4D8E14F3F2> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit.framework/Versions/A/DistributionKit 0x7fff8347e000 - 0x7fff8347efff libmetal_timestamp.dylib (600.0.43.5) <4BA5B935-F932-3863-9B31-EF0A7DEAF15C> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff8347f000 - 0x7fff834d2ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff834d3000 - 0x7fff834f5ff7 com.apple.framework.familycontrols (4.1 - 410) <50F14127-3FCC-39A2-9158-5C2581B0FAE3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff83547000 - 0x7fff83565ff7 com.apple.frameworks.preferencepanes (16.0 - 16.0) <5CAED985-7B4C-3EA2-8116-6841B391DF66> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff836be000 - 0x7fff836d3ff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff836d4000 - 0x7fff836e2fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff836e3000 - 0x7fff8373eff7 libTIFF.dylib (1442) <FC2ADE78-3710-31E7-9CE7-44CD61F4B8DC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8373f000 - 0x7fff83bb5fff com.apple.CoreFoundation (6.9 - 1256.14) <768A7FB7-9143-3148-8591-7C6ED3162D35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff83bb6000 - 0x7fff83bb9ff7 com.apple.iChat.InstantMessage (8.0 - 5017) <CD06AF70-4731-38F4-8B2F-5160F175121C> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage 0x7fff83cdd000 - 0x7fff83ce5fff com.apple.NetFS (6.0 - 4.0) <BDD59EC5-D399-31EA-9B2A-60E3A859FC42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff83cee000 - 0x7fff83cf0ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff83cf1000 - 0x7fff83dc7ff7 com.apple.DiskImagesFramework (10.11.3 - 417.2) <25BBE20C-E92B-360F-A326-093B61CC7B5E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff83dc8000 - 0x7fff83e02ff7 com.apple.DebugSymbols (132 - 132) <BDF57386-2881-35BD-9310-36904C764E93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff83e03000 - 0x7fff83ec5ff7 com.apple.imcore (10.0 - 1000) <A84D6E69-B8B5-3785-93DC-C83CC5C9FF8F> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x7fff83ec9000 - 0x7fff83f33ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff83f34000 - 0x7fff83f36fff libCVMSPluginSupport.dylib (12.0.40.6) <C88875DF-9888-37A6-AE69-3CABFACDAF45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff83f37000 - 0x7fff83f87fff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib 0x7fff83f88000 - 0x7fff83f93fff com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff83f94000 - 0x7fff84029fff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff84032000 - 0x7fff84077ff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff84107000 - 0x7fff841b2fff com.apple.PDFKit (3.1 - 3.1) <F6796D8B-3BE1-3D09-B6D4-15016CDE14D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff84208000 - 0x7fff84413fff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib 0x7fff8441f000 - 0x7fff8443afff com.apple.PackageKit.PackageUIKit (3.0 - 546) <B11A8993-4DA1-33A6-818E-96E5790D3958> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit.framework/Versions/A/PackageUIKit 0x7fff84446000 - 0x7fff8444afff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8444b000 - 0x7fff8444dffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff84451000 - 0x7fff84460fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) <735A903C-EB3A-32EB-BA6B-C55644C59C5C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff84461000 - 0x7fff84469fe7 libsystem_platform.dylib (74.10.3) <D3A27E10-7F08-3603-ACC8-7A92B2C04BAB> /usr/lib/system/libsystem_platform.dylib 0x7fff8446f000 - 0x7fff8448bff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib 0x7fff84493000 - 0x7fff84497fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib 0x7fff84498000 - 0x7fff8449aff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib 0x7fff844a3000 - 0x7fff8458aff7 libcrypto.0.9.8.dylib (59) <ED1C2A26-8FFC-30FF-8726-FF952EF94ADF> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8470b000 - 0x7fff848b2ffb com.apple.avfoundation (2.0 - 1046.9.2) <FE83988E-9A6D-3386-ACD7-A0A4D7A006DF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff84904000 - 0x7fff84c7fffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff84c80000 - 0x7fff84fd4ff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff85061000 - 0x7fff850c1fff com.apple.QuickLookFramework (5.0 - 696.3) <D20C8962-7BB8-3A2C-BB80-5B61259B50F2> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff850c8000 - 0x7fff850ecfff com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff850ed000 - 0x7fff8518dff7 com.apple.Metadata (10.7.0 - 972.16) <3E42A570-BE32-396D-96E1-01B4A778D991> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8518e000 - 0x7fff851dcfff libcurl.4.dylib (90) <FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A> /usr/lib/libcurl.4.dylib 0x7fff851dd000 - 0x7fff851e2fff com.apple.DiskArbitration (2.7 - 2.7) <B7FAE647-156A-30C8-BA8B-69D188D02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff851e3000 - 0x7fff851fcfff com.apple.openscripting (1.7.1 - 169.1) <F6532253-9EC5-3FF3-AA16-8AE58531B1D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff85250000 - 0x7fff85250fff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff85251000 - 0x7fff8525cfff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8528a000 - 0x7fff8529efff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff8529f000 - 0x7fff85afdfff com.apple.GeForceGLDriver (10.8.14 - 10.0.8) <76880827-266C-31E8-812D-4F6650906A79> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver 0x7fff85afe000 - 0x7fff85b00fff com.apple.CoreDuetDebugLogging (1.0 - 1) <B461272B-2DFF-3CA9-8DCA-689B2AAC0379> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff85c64000 - 0x7fff85c66fff com.apple.marco (10.0 - 1000) <680F8C07-F2CA-3677-B358-5301E55AE577> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff85c67000 - 0x7fff85c9fff7 com.apple.Accounts (113 - 113) <35359B35-FDE1-3787-8EAB-D9BD063F6B9E> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff85cb3000 - 0x7fff85cc1fff com.apple.opengl (12.0.40 - 12.0.40) <D37D88AE-0731-3105-99AB-984DA9B9BCE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff85f83000 - 0x7fff860deffb com.apple.WebKitLegacy (11601 - 11601.4.4) <5CC2787B-FDD4-3025-BD63-4021F97787A8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff860df000 - 0x7fff86142fff libAVFAudio.dylib (161.2) <C42EF0ED-56B2-387F-B188-C42FB8A1B7AB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff86162000 - 0x7fff8632bff7 com.apple.ImageIO.framework (3.3.0 - 1442) <2C8AF87E-080E-3FD8-824D-332B43DF4B61> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8632c000 - 0x7fff86330fff com.apple.ServerInformation (2.0 - 1) <A937773C-6635-3BBC-BA7E-352706328DD6> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff86331000 - 0x7fff863a5fff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff86424000 - 0x7fff86462ff7 libGLImage.dylib (12.0.40.6) <ACC6C7B0-A805-344C-AAC3-BA50780227E1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff86463000 - 0x7fff86464fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff86503000 - 0x7fff86592ff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib 0x7fff86593000 - 0x7fff865fafff com.apple.framework.CoreWiFi (11.0 - 1101.20) <BEC7B27E-8CE8-3DAB-BFDF-6C240C6A4B12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff865fb000 - 0x7fff86601ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <FA5CB89A-2BFE-38CC-B1A3-E48792CD898C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff86f5c000 - 0x7fff86f6bffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff86f6c000 - 0x7fff86fcafff com.apple.SystemConfiguration (1.14 - 1.14) <5A70115B-E346-3EBD-A617-9A11C61EEF2E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff86fcb000 - 0x7fff86fcbfff libenergytrace.dylib (10) <A4AE7CBD-CF0A-3A74-8098-B642CE496611> /usr/lib/libenergytrace.dylib 0x7fff86fcc000 - 0x7fff88237ffb com.apple.CoreGraphics (1.600.0 - 948) <A5BCCC6D-D931-360D-BF45-02F5ED4E1773> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff882cb000 - 0x7fff8873cff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff888f8000 - 0x7fff888f9ffb libremovefile.dylib (41) <B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A> /usr/lib/system/libremovefile.dylib 0x7fff88954000 - 0x7fff8896dfef libcompression.dylib (25) <C8546222-B022-39EA-9896-0387BA1D5C51> /usr/lib/libcompression.dylib 0x7fff8896e000 - 0x7fff889b0ff7 com.apple.Metal (55.2.8 - 55.2.8) <D4D7AC6F-7B31-3D94-B4B1-587EC2856CDB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff889b1000 - 0x7fff889b2fff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib 0x7fff889b3000 - 0x7fff88b73feb libBLAS.dylib (1159) <943445A4-F6CA-3923-882C-154D7D4AEFE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff88b74000 - 0x7fff88d81ff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff88d82000 - 0x7fff892d9fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff892da000 - 0x7fff89363ff7 com.apple.PerformanceAnalysis (1.0 - 1) <FB33FACE-5A99-34E0-83CC-CEDCCFAC74C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff89364000 - 0x7fff894a9fff com.apple.QTKit (7.7.3 - 2943) <6DD72D38-9449-3289-904E-B6E148993AA5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff894aa000 - 0x7fff89718fff com.apple.AuthKit (1.0 - 1) <A64D7E06-9436-3134-9EE9-28DB48E026D0> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff89719000 - 0x7fff89744ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff89745000 - 0x7fff89837ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib 0x7fff89838000 - 0x7fff8983cfff libGIF.dylib (1442) <2F7DA684-3510-38C2-B48F-9D33194860A1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff89857000 - 0x7fff898b4fff com.apple.CoreServices.OSServices (728.6 - 728.6) <CA616ACB-A872-386C-B16D-193A7E495C4D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff898b5000 - 0x7fff898b7ff7 libRadiance.dylib (1442) <9E9084DC-C0DF-30DF-BD6B-7AED3799A129> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff898b8000 - 0x7fff898b9ffb libSystem.B.dylib (1226.10.1) <5A4257EF-3145-3BB3-87A4-0D2404A9462D> /usr/lib/libSystem.B.dylib 0x7fff898ba000 - 0x7fff898c8fff libIASAuthReboot.dylib (1010) <768DE739-01F0-3E31-9EC7-B213E383C714> /usr/lib/libIASAuthReboot.dylib 0x7fff898dc000 - 0x7fff898e7ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib 0x7fff898ee000 - 0x7fff898f6fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <D44F75E7-C679-3C21-AD76-8FA8A2B898F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff8990c000 - 0x7fff8990ffff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff89ab9000 - 0x7fff89acfff7 libsystem_coretls.dylib (83.20.8) <75C97D88-0A63-3093-AE83-DE33EB7405CE> /usr/lib/system/libsystem_coretls.dylib 0x7fff89ad0000 - 0x7fff89adbff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib 0x7fff89b09000 - 0x7fff89b0affb libsysmon.dylib (85) <B4DA61BB-07A0-3CFB-9EBD-33121FC4BEA4> /usr/lib/libsysmon.dylib 0x7fff89b0b000 - 0x7fff89bb2fff com.apple.LanguageModeling (1.0 - 1) <E1E4091D-6CAB-36E0-A206-AAADE69791DC> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff89bb3000 - 0x7fff89c22fff com.apple.SearchKit (1.4.0 - 1.4.0) <CA50106F-F45A-36AC-AD2B-C3B19F5DD52F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff89c7d000 - 0x7fff89c8ffff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib 0x7fff89c90000 - 0x7fff89c99ff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib 0x7fff89e1b000 - 0x7fff89e37ff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib 0x7fff89e38000 - 0x7fff89e43fff libGL.dylib (12.0.40.6) <2A13E40A-BFA1-34FD-925A-C7023FEF254C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8a779000 - 0x7fff8a806fff libsystem_c.dylib (1082.20.4) <EAB38A6C-8671-3B13-B500-90EC1B912063> /usr/lib/system/libsystem_c.dylib 0x7fff8a92b000 - 0x7fff8a992ff7 com.apple.StoreFoundation (1.0 - 459) <B5E8E965-0329-3A88-AD28-46769D0AAE3D> /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFoundation 0x7fff8a993000 - 0x7fff8a9a3fff libSparseBLAS.dylib (1159) <81330B45-9CA3-34AC-891C-6E770C3DFC24> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff8a9dd000 - 0x7fff8a9f2fff com.apple.ToneKit (1.0 - 1) <298E6855-B818-3949-85ED-08CF12ACEE59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff8aaa7000 - 0x7fff8ab59fff com.apple.cloudkit.CloudKit (481.8 - 481.8) <E927AE82-8E55-38A4-BE6E-4D0829272653> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff8ab5a000 - 0x7fff8ae97ff3 com.apple.WebKit (11601 - 11601.4.4) <F35B60CF-8F10-3FC3-9E01-F7C887070EA2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8b07f000 - 0x7fff8b0b0fff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8b0dd000 - 0x7fff8b0e0fff libspindump.dylib (197.1) <61EB1BFE-8600-3420-B18E-1541D3C15C5C> /usr/lib/libspindump.dylib 0x7fff8b1d0000 - 0x7fff8b450ff3 com.apple.security (7.0 - 57337.20.44) <290E0078-464E-30EE-8288-8B29A875FFE3> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8c495000 - 0x7fff8c545fff com.apple.backup.framework (1.7.2 - 1.7.2) <F6A2F892-0728-3DD6-883C-2CDE789BF26F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8c546000 - 0x7fff8c547ff3 com.apple.print.framework.Print (10.0 - 266) <BF573614-5666-3D16-9D45-4690911F030A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8c548000 - 0x7fff8c7ceff7 com.apple.CFNetwork (760.2.6 - 760.2.6) <653B1552-C1EC-36A5-85D0-9FC3ED3CCF72> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8c7cf000 - 0x7fff8c7e6ff7 libsystem_asl.dylib (322.30.1) <9B500E4E-E462-321E-828E-5524DC984C1B> /usr/lib/system/libsystem_asl.dylib 0x7fff8c7e7000 - 0x7fff8c7f8fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib 0x7fff8c7f9000 - 0x7fff8c804fff com.apple.CommerceCore (1.0 - 459) <4179210D-00E6-397D-AAA3-2A1E9992CB2D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8c849000 - 0x7fff8c89eff7 com.apple.AE (701 - 701) <FB22BE84-9CB8-36BF-8061-F93D716C0A84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8c89f000 - 0x7fff8c92efff com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8c92f000 - 0x7fff8c947ff7 com.apple.CalendarStore (8.0 - 1479) <4B38242B-8D2F-3130-97F7-3F4BAA69FAEC> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore 0x7fff8c9b5000 - 0x7fff8c9bdfff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8c9c1000 - 0x7fff8c9dcff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff8c9dd000 - 0x7fff8cac8ff7 com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8cbc2000 - 0x7fff8cbeffff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib 0x7fff8cbf0000 - 0x7fff8cc09fff com.apple.CalendarAgentLink (8.0 - 250) <242ECC6A-5361-31FD-B9CD-34A696A8D26C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff8cc0a000 - 0x7fff8cc34ff7 GLRendererFloat (12.0.40.6) <E739EE06-2F9C-3D46-AC6D-122DCD66E8C9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8cc35000 - 0x7fff8cc38ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8cc77000 - 0x7fff8cceefff com.apple.ShareKit (1.0 - 454.7) <43991C9C-649E-333D-90C7-5BEB18630916> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit 0x7fff8cdcb000 - 0x7fff8cdcdff7 com.apple.diagnosticlogcollection (10.0 - 1000) <4E48D05F-85EE-35AD-82E5-57193BD59065> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff8cdce000 - 0x7fff8ce42fff com.apple.framework.IOKit (2.0.2 - 1179.20.6) <D92E537D-F96D-39E1-B9AC-9A18943AFCC7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8ce43000 - 0x7fff8ce93ff7 com.apple.DiskManagement (8.1 - 952) <4B4F4846-2CD0-3461-8A99-DA3685C55DDA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff8ce9b000 - 0x7fff8ceb5fff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8ceba000 - 0x7fff8cebafff com.apple.AOSMigrate (1.0 - 1) <1A523140-6820-382B-82AE-F7404D968B69> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff8cebb000 - 0x7fff8cf43fff com.apple.CoreSymbolication (3.1 - 58048.1) <6436E5E0-B05C-36D6-942A-47026DD2D874> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8cf44000 - 0x7fff8cf44fff com.apple.Accelerate (1.10 - Accelerate 1.10) <97B71D88-9C93-3943-B09E-642183B4E1AC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8cf5f000 - 0x7fff8cf5ffff libOpenScriptingUtil.dylib (169.1) <03BEF6F0-07CD-3EDC-9D11-32202C1857B6> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8cf60000 - 0x7fff8cfafff7 com.apple.opencl (2.6.9 - 2.6.9) <27643341-DC6F-3C2F-8B8B-637061979BF3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8cfdc000 - 0x7fff8d02dff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <BB7C0F61-E39B-382C-AF03-1650C054BFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8d02e000 - 0x7fff8d2d4ff7 com.apple.CoreData (120 - 641.3) <65509AA2-A0E6-3EE3-BDFE-B9B120F744ED> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8d2d5000 - 0x7fff8db65ff7 libclh.dylib (4.0.3 - 4.0.3) <69B1B4C9-DF93-3CE9-A4E1-CCD0D5F69C4B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib 0x7fff8de1f000 - 0x7fff8e114fff com.apple.HIToolbox (2.1.1 - 807.2) <D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8e169000 - 0x7fff8e16efff com.apple.TCC (1.0 - 1) <C53628CA-0C75-34B6-AE6E-8BCF8A3ED099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8e16f000 - 0x7fff8e1b4ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff8e1b5000 - 0x7fff8e1e3ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8e1e4000 - 0x7fff8e284fff com.apple.ViewBridge (159 - 159) <A42BD1E4-C838-3135-B00E-8B051E42D5D3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff8e285000 - 0x7fff8e295fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff8e296000 - 0x7fff8e2c5ffb com.apple.datadetectors (5.0 - 308) <F6564D99-03ED-3F4F-8922-E6D9508DA6F4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff8e2c6000 - 0x7fff8e2f2fff com.apple.framework.SystemAdministration (1.0 - 1.0) <FDCA9F2D-E06A-3DEC-8E1A-7535BAE68B62> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff8e36c000 - 0x7fff8e37dff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib 0x7fff8e37e000 - 0x7fff8e3f4ff7 com.apple.MMCS (1.3 - 351) <13D01D37-66F0-30BB-AA7E-D1D348F738E3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff8e3f5000 - 0x7fff8e683ff3 com.apple.RawCamera.bundle (6.17 - 825) <64331E1B-EFE6-360D-AD56-50D8E0286D2A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8e684000 - 0x7fff8e697fff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff8e698000 - 0x7fff8e699fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8e69a000 - 0x7fff8e6dbff7 libGLU.dylib (12.0.40.6) <1C9899B5-4741-340F-A2D7-F9AF03B42A47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8e6dc000 - 0x7fff8e6f6ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib 0x7fff8e6f7000 - 0x7fff8e6fffff com.apple.xpcobjects (103 - 103) <7BB7A89E-6555-3879-8ED8-68A10DB22CDF> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects 0x7fff8e700000 - 0x7fff8e747ff7 com.apple.AOSAccounts (1.3.1 - 1.9.96) <F839BA68-636E-37A3-8630-4DDA51BC736E> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts 0x7fff8e748000 - 0x7fff8ec6afff com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff8ecaf000 - 0x7fff8ece3ff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8f33c000 - 0x7fff8f9e2ffb com.apple.JavaScriptCore (11601 - 11601.4.2) <33235884-914C-3A2B-AD91-142E5AB8899F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8f9e3000 - 0x7fff8f9e3fff com.apple.ApplicationServices (48 - 48) <DD9C4070-C0FC-3984-BCED-72E6E99838FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8f9f8000 - 0x7fff8fb0afef libvDSP.dylib (563.4) <C069B6A3-D7CD-3B72-918C-15514066A2F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8fb0b000 - 0x7fff8fbfdff7 libJP2.dylib (1442) <3B374049-CCA4-3B4D-9517-583F2BF6B77D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8fc35000 - 0x7fff8fc68fff com.apple.framework.accountsui (1.0 - 33.1) <AF676C1C-F0B4-389F-A504-1B37A965963B> /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI 0x7fff8fc69000 - 0x7fff8fce3fff com.apple.accounts.AccountsDaemon (113 - 113) <00A6F3F2-69F3-3652-9B4D-57FCF627F4DF> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x7fff8fce4000 - 0x7fff8fcfcfff com.apple.login (3.0 - 3.0) <E02F6100-10F5-3574-9F9F-11709CC4D1C8> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff8fd7d000 - 0x7fff8fd88fff libGPUSupportMercury.dylib (12.0.40.6) <6061FB76-565E-3E11-B659-50827DFB0BDE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff8fda0000 - 0x7fff8ff46ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F912765D-88ED-3324-B512-3778A8CE878B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8ff47000 - 0x7fff8ffb5ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <0DDD3503-3D74-3CCA-BD25-7F19B03C2579> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8ffb6000 - 0x7fff90025fff com.apple.datadetectorscore (7.0 - 460) <CDBB7D7D-B189-37B0-AA4B-DC79090D0D71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff90026000 - 0x7fff9004ffff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib 0x7fff90050000 - 0x7fff9016dfff libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib 0x7fff90290000 - 0x7fff902acff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib 0x7fff902ad000 - 0x7fff902b5fff libsystem_networkextension.dylib (385.20.6) <DC8A102A-BF02-31A4-8914-65C34DF6B592> /usr/lib/system/libsystem_networkextension.dylib 0x7fff902b6000 - 0x7fff902b6ff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib 0x7fff904be000 - 0x7fff904dbff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <2B459E1F-0563-30B2-A04D-CF1793426B66> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff904dc000 - 0x7fff904dfff7 libCoreFSCache.dylib (119.5) <C7008E64-0AFB-3446-929E-BC3F76DEF049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff904e0000 - 0x7fff90554ff3 com.apple.securityfoundation (6.0 - 55126) <11644DA4-F1CF-3FB1-86A0-0DA8E8C27148> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff90555000 - 0x7fff9062efff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff9078a000 - 0x7fff9082efff com.apple.Bluetooth (4.4.3 - 4.4.3f4) <B5F46DA5-EAE8-3F79-864D-1423C61C0A69> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff91032000 - 0x7fff91084fff com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff91085000 - 0x7fff910b5ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <C34F0ECF-AABA-3FBC-980F-B4809C9B2DD1> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff910b6000 - 0x7fff91784ffb com.apple.Safari.framework (11601 - 11601.4.4) <2D25CA82-9BF6-36E1-B888-97A0F0C03C49> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari 0x7fff917e7000 - 0x7fff9187dfff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff9187e000 - 0x7fff918a2fff com.apple.MultitouchSupport.framework (304.10 - 304.10) <1E0206D9-34AD-3810-8ED0-29DC450D1485> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff918a3000 - 0x7fff918bffff com.apple.GenerationalStorage (2.0 - 239) <EE667C63-3ADF-34D3-A8A7-316B66C7E290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff918c0000 - 0x7fff918ebff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <D4463131-B469-30B1-84C4-50DB1BAADC32> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff918ec000 - 0x7fff91938fff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff91954000 - 0x7fff9195dff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib 0x7fff9195e000 - 0x7fff919f8ff7 com.apple.SoftwareUpdate.framework (6 - 790) <A4C2E56E-4554-3B6A-ACAC-5A969BC3F0FD> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareUpdate 0x7fff919f9000 - 0x7fff91a49ff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff91a50000 - 0x7fff91a5efff com.apple.ToneLibrary (1.0 - 1) <E92CE7C6-43CB-3312-9B1F-77353FE2C5DD> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff91aa6000 - 0x7fff91ad6ff7 libsandbox.1.dylib (460.30.1) <AD0156FC-EF07-3689-9403-586517AE7037> /usr/lib/libsandbox.1.dylib 0x7fff91aef000 - 0x7fff91afbff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff91b09000 - 0x7fff91b0cfff libCoreVMClient.dylib (119.5) <CD7DE25C-D7AD-3ECD-BEEC-F57992A4A08E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff91b0d000 - 0x7fff91b0dfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <E0D5C411-052F-3B71-9562-C1098FB2F86D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff91b0e000 - 0x7fff91b1fff7 libsystem_trace.dylib (201.10.3) <B485369F-E3A1-319E-998C-89AAF606079E> /usr/lib/system/libsystem_trace.dylib 0x7fff91b2b000 - 0x7fff91b34ff7 com.apple.CommonAuth (4.0 - 2.0) <B2CEE6B5-9464-35F2-9339-9F52001C8A27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff91b35000 - 0x7fff91d42ffb libicucore.A.dylib (551.41) <CFFD7342-A7D6-323A-AC14-B9EECF6EFFED> /usr/lib/libicucore.A.dylib 0x7fff91dda000 - 0x7fff91de2fff com.apple.CloudServices (1.0 - 154.20.4) <30843E9F-FE34-3983-B31B-2E70A7190CDB> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServices 0x7fff91de3000 - 0x7fff91e2eff7 com.apple.CoreMediaIO (703.0 - 4791) <A401D0BE-7618-3A75-A77D-2387CF168072> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff91e3d000 - 0x7fff91e3eff7 libodfde.dylib (23) <5475AB3E-8C9A-3279-8294-E565293F7EF1> /usr/lib/libodfde.dylib 0x7fff91e40000 - 0x7fff91e6fffb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib 0x7fff91e70000 - 0x7fff921db657 libobjc.A.dylib (680) <58CB8CFC-7DBD-3A53-BD72-A42FF799B21E> /usr/lib/libobjc.A.dylib 0x7fff921dc000 - 0x7fff92296fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff922a8000 - 0x7fff92453ffb GLEngine (12.0.40.6) <D55FDA69-AE2C-3AA1-9565-309C13C1C5C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff9245e000 - 0x7fff9246cff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff9246d000 - 0x7fff92592ff7 com.apple.LaunchServices (728.6 - 728.6) <204CD7A1-D99C-3655-82D7-E8E89F9C666B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff925c7000 - 0x7fff925c7fff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff925c8000 - 0x7fff925cefff com.apple.IOAccelerator (205.1 - 205.1) <9B56A248-FA12-3DB9-AD97-51EB4700E8A8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff925cf000 - 0x7fff926afff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff926e8000 - 0x7fff926f4ff7 com.apple.commonutilities (8.0 - 900) <DF791200-B0DA-3C56-BA8F-BD36A708ED75> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff926f5000 - 0x7fff9271effb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff9273c000 - 0x7fff92747fff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib 0x7fff927b8000 - 0x7fff92bbafff libLAPACK.dylib (1159) <A333AA38-9C2C-329C-AB92-94774C8264C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff92bbb000 - 0x7fff92bd8fff com.apple.pluginkit.framework (1.0 - 1) <AE3DFBE5-A012-345F-8A77-520686B6FBFF> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff92c4d000 - 0x7fff92c99ff7 com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff92d58000 - 0x7fff92feefff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib 0x7fff9305a000 - 0x7fff93073fff com.apple.CFOpenDirectory (10.11 - 194) <C21F33AA-CD06-3163-A1F3-1D116F788A11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff93074000 - 0x7fff93131fef com.apple.PackageKit (3.0 - 546) <3C1DA0E5-BAEE-34DA-BDDF-36EA11EA0B39> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff93187000 - 0x7fff9319dff7 libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff931f1000 - 0x7fff93210ff7 com.apple.framework.Apple80211 (11.0 - 1110.33) <EC583C00-9073-39C3-B613-96D5BA0FDD32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff93211000 - 0x7fff93214ffb libScreenReader.dylib (425.102) <BDC46586-4925-38F2-85D3-BD23DB6E6D43> /usr/lib/libScreenReader.dylib 0x7fff93291000 - 0x7fff93294ffb libdyld.dylib (360.19) <AA629043-C6F6-32FE-8007-E3478E99ACA7> /usr/lib/system/libdyld.dylib 0x7fff93314000 - 0x7fff935f9ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) <FFBDE3BF-0BB3-37A2-8A44-6E25284CC348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff935fa000 - 0x7fff93646ff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff93647000 - 0x7fff93893ff7 com.apple.AddressBook.framework (9.0 - 1679.4) <B18B0933-04A3-3092-9B33-C9C91AF59E00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff93894000 - 0x7fff9389dfff com.apple.icloud.FindMyDevice (1.0 - 1) <BB049D2D-9789-39E8-A09D-D300E7AA94D2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff9389e000 - 0x7fff938cbfff com.apple.facetimeservices (10.0 - 1000) <54F6D221-BF1B-35B6-A8BD-979B2886C66B> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff938e1000 - 0x7fff9390afff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib 0x7fff9390b000 - 0x7fff93910ff7 libheimdal-asn1.dylib (453.20.2) <EE3DD8E9-E543-3849-ADC9-EDBF2379C97C> /usr/lib/libheimdal-asn1.dylib 0x7fff93911000 - 0x7fff949d0ff7 com.apple.WebCore (11601 - 11601.4.4) <815CFF7F-3839-3FDE-9B82-79253BFB3624> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff949d1000 - 0x7fff949f8fff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff949f9000 - 0x7fff94a02ff7 com.apple.DisplayServicesFW (3.0 - 378) <E459962E-90C6-36CE-BA30-BC9E29E6C14A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff94a03000 - 0x7fff94a0bfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff94a0c000 - 0x7fff94a14fff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib 0x7fff94a15000 - 0x7fff94a67fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <04AB634C-FB23-3538-937C-FF60E5E59DF8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff94a68000 - 0x7fff94a6afff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff94a6b000 - 0x7fff94aa3fff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff94aa4000 - 0x7fff94ac8ff7 libJPEG.dylib (1442) <0F9069AB-D830-37DD-8813-B635D1ECB3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff94ac9000 - 0x7fff94ac9ff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib 0x7fff94aca000 - 0x7fff94acdff7 libsystem_sandbox.dylib (460.30.1) <3E0036AF-FC64-3352-8DA4-6B550C2C2562> /usr/lib/system/libsystem_sandbox.dylib 0x7fff94ace000 - 0x7fff94b00fff com.apple.CommerceKit (1.2.0 - 459) <334A1898-8FA6-33C8-A125-8351B6E99E11> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit 0x7fff94b01000 - 0x7fff94b2aff7 libxslt.1.dylib (14.1) <AE86E275-499F-3D4F-8433-142186D383CB> /usr/lib/libxslt.1.dylib 0x7fff94b2b000 - 0x7fff94c75fc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff94c76000 - 0x7fff94c76fff com.apple.SafariDAVNotifier (1.1.1 - 1) <01BDBF6A-B625-3DB7-B17E-E95079F5FAC7> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/SafariDAVNotifier.framework/Versions/A/SafariDAVNotifier 0x7fff94c77000 - 0x7fff94d73ff7 libFontParser.dylib (158.4) <BF7F82EB-7820-364A-865E-442F42BFDFA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff94d81000 - 0x7fff94d89fff libcopyfile.dylib (127) <F5133269-0B22-388C-A57C-079667B6291E> /usr/lib/system/libcopyfile.dylib 0x7fff94d8a000 - 0x7fff94dc7ff3 com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff94e9d000 - 0x7fff94eceff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib 0x7fff952b9000 - 0x7fff95691fef com.apple.CoreAUC (214.0.0 - 214.0.0) <B43C7811-38A4-3F9A-9417-FD8F4B55EA82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff95692000 - 0x7fff95692ff7 liblaunch.dylib (756.20.4) <EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD> /usr/lib/system/liblaunch.dylib 0x7fff95695000 - 0x7fff956fefff com.apple.framework.internetaccounts (2.1 - 210) <ECB2BE85-FD74-3FD0-9F14-B0AB713B3ACD> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff956ff000 - 0x7fff95707fff libGFXShared.dylib (12.0.40.6) <7E84C8A9-40DA-302A-A3DE-9AE3C61A3465> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff95708000 - 0x7fff95710ff7 libcldcpuengine.dylib (2.6.4.1) <5FFEDBEF-2EFE-3F91-BABC-1E73B28487A2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff95711000 - 0x7fff959f0ff7 com.apple.Safari.Shared (11601 - 11601.4.2) <ED943A37-45D7-378E-92D3-A3C6BC88A7AA> /System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared 0x7fff959fb000 - 0x7fff95eb9fcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff95eba000 - 0x7fff96046ff7 libGLProgrammability.dylib (12.0.40.6) <60C68BA6-D375-39D5-9ADD-B394FB760A86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff96047000 - 0x7fff96049fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff9604a000 - 0x7fff9605ffff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff96060000 - 0x7fff96117ff7 com.apple.CoreDuet (1.0 - 1) <20BDA287-415A-385E-BCB5-934D165BDAA4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff96118000 - 0x7fff9611dfff com.apple.AssetCacheServices (14 - 14) <33685005-A92A-3006-97F5-FBF8530925B2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff9612b000 - 0x7fff96131fff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff9616b000 - 0x7fff9616dfff libCGXType.A.dylib (948) <C3D473CF-7261-3E0D-A161-E9B642B75D6A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff9616e000 - 0x7fff961defff com.apple.ids (10.0 - 1000) <9D80A272-63AD-3ECB-AFA8-92B51955AE3F> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff961df000 - 0x7fff961f6fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib 0x7fff9622f000 - 0x7fff9622ffff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff96274000 - 0x7fff962baff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff96638000 - 0x7fff966c5dd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff966c6000 - 0x7fff966c6fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <D2E8EA94-3828-3D7C-87E2-97E4CD00269D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff96736000 - 0x7fff96771fff com.apple.AuthKitUI (1.0 - 1) <E53ADF04-F8E1-31F3-A00A-E2A64F11B700> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff9678a000 - 0x7fff967ebff7 libsystem_network.dylib (583.20.10) <865FE79A-A22D-3733-A14F-FC7B37F3AECD> /usr/lib/system/libsystem_network.dylib 0x7fff967ec000 - 0x7fff96836fff com.apple.sociald.Social (???) <DF4B51A8-5594-31F2-AA32-8BE2EF09C16D> /System/Library/Frameworks/Social.framework/Versions/A/Social 0x7fff9683a000 - 0x7fff96841ff7 com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff96842000 - 0x7fff96844ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib 0x7fff968a5000 - 0x7fff968dffff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff968e0000 - 0x7fff968e3fff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 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: 168 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=333.0M resident=0K(0%) swapped_out_or_unallocated=333.0M(100%) Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 256K 3 Activity Tracing 2048K 2 CG backing stores 336K 3 CG image 228K 34 CG shared images 240K 7 CoreAnimation 2060K 81 CoreAnimation (reserved) 4K 2 reserved VM address space (unallocated) CoreUI image data 1136K 18 CoreUI image file 256K 6 Dispatch continuations 12.0M 2 Foundation 4K 2 Image IO 700K 17 JS JIT generated code 8K 3 JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 3 MALLOC 91.0M 29 MALLOC guard page 32K 7 Memory Tag 242 12K 2 Memory Tag 251 128K 5 OpenCL 12K 3 OpenGL GLSL 256K 4 Process Corpse Info 2048K 2 SQLite page cache 1024K 4 STACK GUARD 56.1M 20 Stack 16.7M 22 VM_ALLOCATE 92K 17 WebKit Malloc 4500K 26 __DATA 42.5M 327 __GLSLBUILTINS 2588K 2 __IMAGE 528K 2 __LINKEDIT 91.3M 10 __TEXT 241.7M 334 __UNICODE 552K 2 mapped file 59.3M 33 shared memory 16.4M 11 =========== ======= ======= TOTAL 1.6G 1012 TOTAL, minus reserved VM space 645.6M 1012 Link to comment Share on other sites More sharing options...
steparab Posted February 16, 2016 Share Posted February 16, 2016 yep, no change with icon bug uname -a Darwin android12844 15.2.0 Darwin Kernel Version 15.2.0: Tue 16 Feb 2016 22:03:06 NZDT; durankeeley:xnu-3248.20.55-vm_f/BUILD/obj/RELEASE_X86_64 x86_64 sysctrl -a machdep.cpu -bash: sysctrl: command not found android12844:~ demon$ sysctl -a machdep.cpu machdep.cpu.max_basic: 13 machdep.cpu.max_ext: 2147483678 machdep.cpu.vendor: AuthenticAMD machdep.cpu.brand_string: AMD FX(tm)-8320 Eight-Core Processor machdep.cpu.family: 21 machdep.cpu.model: 2 machdep.cpu.extmodel: 0 machdep.cpu.extfamily: 6 machdep.cpu.stepping: 0 machdep.cpu.feature_bits: 4510410050032630783 machdep.cpu.extfeature_bits: 138415316303870975 machdep.cpu.signature: 6295328 machdep.cpu.brand: 0 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 PCLMULQDQ MON SSSE3 FMA CX16 SSE4.1 SSE4.2 POPCNT AES XSAVE OSXSAVE AVX1.0 F16C machdep.cpu.extfeatures: SYSCALL 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI machdep.cpu.logical_per_package: 8 machdep.cpu.cores_per_package: 8 machdep.cpu.microcode_version: 21 machdep.cpu.processor_flag: 1 machdep.cpu.mwait.linesize_min: 64 machdep.cpu.mwait.linesize_max: 64 machdep.cpu.mwait.extensions: 3 machdep.cpu.mwait.sub_Cstates: 0 machdep.cpu.thermal.sensor: 0 machdep.cpu.thermal.dynamic_acceleration: 0 machdep.cpu.thermal.invariant_APIC_timer: 0 machdep.cpu.thermal.thresholds: 0 machdep.cpu.thermal.ACNT_MCNT: 1 machdep.cpu.thermal.core_power_limits: 0 machdep.cpu.thermal.fine_grain_clock_mod: 0 machdep.cpu.thermal.package_thermal_intr: 0 machdep.cpu.thermal.hardware_feedback: 0 machdep.cpu.thermal.energy_policy: 0 machdep.cpu.xsave.extended_state: 7 832 960 1073741824 machdep.cpu.xsave.extended_state1: 0 0 0 0 machdep.cpu.arch_perf.version: 0 machdep.cpu.arch_perf.number: 0 machdep.cpu.arch_perf.width: 0 machdep.cpu.arch_perf.events_number: 0 machdep.cpu.arch_perf.events: 0 machdep.cpu.arch_perf.fixed_number: 0 machdep.cpu.arch_perf.fixed_width: 0 machdep.cpu.cache.linesize: 64 machdep.cpu.cache.L2_associativity: 16 machdep.cpu.cache.size: 2048 machdep.cpu.tlb.inst.small: 48 machdep.cpu.tlb.inst.large: 24 machdep.cpu.tlb.data.small: 64 machdep.cpu.tlb.data.small_level1: 1024 machdep.cpu.tlb.data.large: 64 machdep.cpu.tlb.data.large_level1: 1024 machdep.cpu.address_bits.physical: 48 machdep.cpu.address_bits.virtual: 48 machdep.cpu.core_count: 8 machdep.cpu.thread_count: 8 machdep.cpu.tsc_ccc.numerator: 0 machdep.cpu.tsc_ccc.denominator: 0 Link to comment Share on other sites More sharing options...
itisme754 Posted February 18, 2016 Share Posted February 18, 2016 here are three untested kernels, a precaution to test on the second partition Edit: 10.11.2_AMD_2 does not work on my AMD APU engine.!... reboot again None of them booted on my rig. Pretty strange... 1 Link to comment Share on other sites More sharing options...
spakk Posted February 18, 2016 Author Share Posted February 18, 2016 I have just had also not successful with all kernel, I look for the errors and build new sory Link to comment Share on other sites More sharing options...
spakk Posted February 19, 2016 Author Share Posted February 19, 2016 here are three kernels, the boot problems that are occurred yesterday are resolved, now all kernels should boot. I tested only the first kernel with my APU System. but a precaution to test on the second partition. Request for feedback thx for testing 10.11.2_AMD.zip 10.11.2_AMD_1.zip 10.11.2_AMD_2.zip Link to comment Share on other sites More sharing options...
itisme754 Posted February 19, 2016 Share Posted February 19, 2016 here are three kernels, the boot problems that are occurred yesterday are resolved, now all kernels should boot. I tested only the first kernel with my APU System. but a precaution to test on the second partition. Request for feedback thx for testing Booted, but icons bug is still there, sorry. Link to comment Share on other sites More sharing options...
spakk Posted February 19, 2016 Author Share Posted February 19, 2016 Booted, but icons bug is still there, sorry. with all kernels? ...the programmer should to take a little time to resolve the Phenomän ....I do not know how to continue. Link to comment Share on other sites More sharing options...
itisme754 Posted February 19, 2016 Share Posted February 19, 2016 with all kernels? ...the programmer should to take a little time to resolve the Phenomän ....I do not know how to continue. Yes with all... Atleast you did a great job trying 1 Link to comment Share on other sites More sharing options...
Recommended Posts