Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl_exec Error OSX 10.11 #6189

Closed
jerson opened this issue Sep 3, 2015 · 6 comments
Closed

curl_exec Error OSX 10.11 #6189

jerson opened this issue Sep 3, 2015 · 6 comments
Labels

Comments

@jerson
Copy link

jerson commented Sep 3, 2015

Im using latest facebook sdk and when curl_exec() is called, shows me an error

Facebook Version

[
        {
            "name": "facebook/php-sdk-v4",
            "version": "5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/facebook/facebook-php-sdk-v4.git",
                "reference": "b5d7e5c8b85419f9031b08a161e9030dca35f5a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/facebook/facebook-php-sdk-v4/zipball/b5d7e5c8b85419f9031b08a161e9030dca35f5a1",
                "reference": "b5d7e5c8b85419f9031b08a161e9030dca35f5a1",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "~5.0",
                "mockery/mockery": "~0.8",
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Facebook\\": "src/Facebook/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Facebook Platform"
            ],
            "authors": [
                {
                    "name": "Facebook",
                    "homepage": "https://github.com/facebook/facebook-php-sdk-v4/contributors"
                }
            ],
            "description": "Facebook SDK for PHP",
            "homepage": "https://github.com/facebook/facebook-php-sdk-v4",
            "keywords": [
                "facebook",
                "sdk"
            ],
            "time": "2015-07-08 19:08:57"
        }]

HHVM Stacktrace

PHP Stacktrace:
#0  curl_exec(Resource id #6) called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookCurl.php:77]
#1  Facebook\HttpClients\FacebookCurl->exec() called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookCurlHttpClient.php:139]
#2  Facebook\HttpClients\FacebookCurlHttpClient->sendRequest() called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookCurlHttpClient.php:80]
#3  Facebook\HttpClients\FacebookCurlHttpClient->send(https://graph.facebook.com/v2.4/me?access_token=thisismytoken&appsecret_proof=thisisnotsecret, GET, , Array, 60) called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/FacebookClient.php:216]
#4  Facebook\FacebookClient->sendRequest(Object of class Facebook\FacebookRequest could not be converted to string) called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/Facebook.php:504]
#5  Facebook\Facebook->sendRequest(GET, /me, Array, myusertoken, , v2.4) called at [/MyProject/lib/vendor/facebook/php-sdk-v4/src/Facebook/Facebook.php:377]
#6  Facebook\Facebook->get(/me) called at [/MyProject/apps/api/modules/user/actions/actions.class.php:1024]
#7  userActions->executeCreate(Object of class sfWebRequest could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/action/sfActions.class.php:60]
#8  sfActions->execute(Object of class sfWebRequest could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfExecutionFilter.class.php:92]
#9  sfExecutionFilter->executeAction(Object of class userActions could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfExecutionFilter.class.php:78]
#10 sfExecutionFilter->handleAction(Object of class sfFilterChain could not be converted to string, Object of class userActions could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfExecutionFilter.class.php:42]
#11 sfExecutionFilter->execute(Object of class sfFilterChain could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfFilterChain.class.php:53]
#12 sfFilterChain->execute() called at [/MyProject/plugins/sfHttpAuthPlugin/lib/filters/httpAuthFilter.class.php:27]
#13 httpAuthFilter->execute(Object of class sfFilterChain could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfFilterChain.class.php:53]
#14 sfFilterChain->execute() called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfRenderingFilter.class.php:33]
#15 sfRenderingFilter->execute(Object of class sfFilterChain could not be converted to string) called at [/MyProject/lib/vendor/symfony/symfony1/lib/filter/sfFilterChain.class.php:53]
#16 sfFilterChain->execute() called at [/MyProject/lib/vendor/symfony/symfony1/lib/controller/sfController.class.php:238]
#17 sfController->forward(user, create) called at [/MyProject/lib/vendor/symfony/symfony1/lib/controller/sfFrontWebController.class.php:48]
#18 sfFrontWebController->dispatch() called at [/MyProject/lib/vendor/symfony/symfony1/lib/util/sfContext.class.php:170]
#19 sfContext->dispatch() called at [/MyProject/www/api_dev.php:16]

OSX error

Process:               hhvm [46312]
Path:                  /usr/local/Cellar/hhvm/3.9.1_1/bin/hhvm
Identifier:            hhvm
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Terminal [3242]
User ID:               502

Date/Time:             2015-09-02 19:43:28.736 -0500
OS Version:            Mac OS X 10.11 (15A262e)
Report Version:        11
Anonymous UUID:        14CEDC11-3326-67B1-8B04-D27FC846F712


Time Awake Since Boot: 40000 seconds

Crashed Thread:        7

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

VM Regions Near 0x110:
--> 
    __TEXT                 0000000002426000-000000000402d000 [ 28.0M] r-x/rwx SM=COW  /usr/local/Cellar/hhvm/3.9.1_1/bin/hhvm

Application Specific Information:
crashed on child side of fork pre-exec

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000026a6853 HPHP::HttpServer::runOrExitProcess() + 627
3   hhvm                            0x0000000002578c8d HPHP::execute_program_impl(int, char**) + 17165
4   hhvm                            0x00000000025747df HPHP::execute_program(int, char**) + 31
5   hhvm                            0x0000000002435a92 main + 466
6   libdyld.dylib                   0x00007fff87fe15ad start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff83592072 kevent + 10
1   libevent-2.0.5.dylib            0x0000000006f6ffa5 kq_dispatch + 442
2   libevent-2.0.5.dylib            0x0000000006f5f3e6 event_base_loop + 932
3   hhvm                            0x00000000035c98ad folly::EventBase::loopBody(int) + 637
4   hhvm                            0x00000000035ca382 folly::EventBase::loopForever() + 66
5   hhvm                            0x00000000033995b5 proxygen::WorkerThread::runLoop() + 197
6   hhvm                            0x0000000003399adf void* std::__1::__thread_proxy<std::__1::tuple<proxygen::WorkerThread::start()::$_0> >(void*) + 111
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 2:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 7 Crashed:
0   libdispatch.dylib               0x00007fff85caaa66 _dispatch_async_f_slow + 391
1   libxpc.dylib                    0x00007fff8675ab18 xpc_connection_resume + 192
2   com.apple.CoreFoundation        0x00007fff94e29911 _CFPrefsWithDaemonConnection + 353
3   com.apple.CoreFoundation        0x00007fff94e3236b -[CFPrefsPlistSource alreadylocked_requestNewData] + 251
4   com.apple.CoreFoundation        0x00007fff94ca3584 _copyValueForKey + 228
5   com.apple.CoreFoundation        0x00007fff94ca3473 -[CFPrefsPlistSource copyValueForKey:] + 51
6   com.apple.CoreFoundation        0x00007fff94ccb660 ___CFPreferencesCopyValueWithContainer_block_invoke + 32
7   com.apple.CoreFoundation        0x00007fff94ca211d +[CFPrefsSource withSourceForIdentifier:user:byHost:container:perform:] + 1037
8   com.apple.CoreFoundation        0x00007fff94ccb5fc _CFPreferencesCopyValueWithContainer + 236
9   com.apple.security              0x00007fff88072283 _SSLContextReadDefault + 46
10  libsystem_pthread.dylib         0x00007fff865ec83b __pthread_once_handler + 65
11  libsystem_platform.dylib        0x00007fff8a7f7fe4 _os_once + 41
12  libsystem_pthread.dylib         0x00007fff865ec7da pthread_once + 57
13  com.apple.security              0x00007fff880709f2 SSLCreateContextWithRecordFuncs + 301
14  com.apple.security              0x00007fff8807087d SSLCreateContext + 18
15  libcurl.4.dylib                 0x00007fff8ffd6bc9 darwinssl_connect_common + 568
16  libcurl.4.dylib                 0x00007fff8ffd5fce Curl_ssl_connect_nonblocking + 77
17  libcurl.4.dylib                 0x00007fff8ff9ee7d Curl_http_connect + 83
18  libcurl.4.dylib                 0x00007fff8ffad3e3 Curl_protocol_connect + 129
19  libcurl.4.dylib                 0x00007fff8ffbfa5f multi_runsingle + 731
20  libcurl.4.dylib                 0x00007fff8ffbf6e2 curl_multi_perform + 159
21  libcurl.4.dylib                 0x00007fff8ffb8b14 curl_easy_perform + 352
22  hhvm                            0x0000000002cbc23e HPHP::CurlResource::execute() + 302
23  hhvm                            0x0000000002cb803d HPHP::f_curl_exec(HPHP::Resource const&) + 61
24  ???                             0x0000000013ded23b 0 + 333369915
25  ???                             0x0000000013ded1ca 0 + 333369802
26  ???                             0x0000000013ded0b4 0 + 333369524
27  ???                             0x0000000013debf39 0 + 333365049
28  ???                             0x0000000013debd2f 0 + 333364527
29  ???                             0x0000000013de7734 0 + 333346612
30  ???                             0x0000000013de4e10 0 + 333336080
31  ???                             0x0000000013de4c8e 0 + 333335694
32  ???                             0x0000000013a596bf 0 + 329619135
33  ???                             0x0000000013a58fe2 0 + 329617378
34  ???                             0x0000000013a586d4 0 + 329615060
35  ???                             0x0000000013a58588 0 + 329614728
36  ???                             0x0000000013a55f31 0 + 329604913
37  ???                             0x0000000013dc3ed2 0 + 333201106
38  ???                             0x0000000013a55f31 0 + 329604913
39  ???                             0x0000000017a00000 0 + 396361728
40  ???                             0x0000000013a55f31 0 + 329604913
41  ???                             0x0000000013a55529 0 + 329602345
42  ???                             0x0000000013a4e252 0 + 329572946
43  ???                             0x0000000013a4dd0c 0 + 329571596
44  ???                             0x000000000fe7ce2b 0 + 266849835
45  ???                             0x000000000fe00001 0 + 266338305

Thread 8:
0   libsystem_kernel.dylib          0x00007fff83590f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff865ee1f0 _pthread_cond_wait + 767
2   hhvm                            0x00000000031cadb9 HPHP::SynchronizableMulti::waitImpl(int, int, bool, timespec*) + 281
3   hhvm                            0x00000000026ed6bf HPHP::JobQueue<std::__1::shared_ptr<HPHP::FastCGIJob>, false, HPHP::JobQueueDropVMStack>::dequeueMaybeExpiredImpl(int, int, bool, timespec const&, bool*) + 639
4   hhvm                            0x00000000026ed0db HPHP::JobQueueWorker<std::__1::shared_ptr<HPHP::FastCGIJob>, HPHP::Server*, true, false, HPHP::JobQueueDropVMStack>::start() + 251
5   hhvm                            0x00000000031a01a4 HPHP::AsyncFuncImpl::threadFuncImpl() + 68
6   hhvm                            0x00000000031a0148 HPHP::AsyncFuncImpl::ThreadFunc(void*) + 40
7   libsystem_pthread.dylib         0x00007fff865edcb3 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff865edc30 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff865eb419 thread_start + 13

Thread 7 crashed with X86 Thread State (64-bit):
  rax: 0x000000000a601080  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x0000000000000100
  rdi: 0x000000000a600000  rsi: 0x0000000004000001  rbp: 0x000000003affe560  rsp: 0x000000003affe530
   r8: 0x000000000a601080   r9: 0x000000000a600000  r10: 0x0000000000000005  r11: 0x0000000000000206
  r12: 0x00007fff8675ab61  r13: 0x0000000047ac5600  r14: 0x00007fff737e5180  r15: 0x0000000000000800
  rip: 0x00007fff85caaa66  rfl: 0x0000000000010206  cr2: 0x0000000000000110

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


Binary Images:
         0x2426000 -          0x402cfc7 +hhvm (0) <4DEDA4C8-3317-31FC-AD21-70B0C7F63B1F> /usr/local/bin/hhvm
         0x4c85000 -          0x4cedff7 +libgmp.10.dylib (0) <C86A25BD-4708-38B0-8B5A-7C5E4811B054> /usr/local/lib/libgmp.10.dylib
         0x4cff000 -          0x4decff7 +libMagickWand-6.Q16.2.dylib (0) <48258076-603E-3664-AC18-8F5F5F899411> /usr/local/lib/libMagickWand-6.Q16.2.dylib
         0x4e0b000 -          0x4f6dfef +libMagickCore-6.Q16.2.dylib (0) <AE2FE462-E911-3129-AC26-2EF134448513> /usr/local/lib/libMagickCore-6.Q16.2.dylib
         0x4fa5000 -          0x4fc5fef +libmcrypt.4.dylib (0) <563307D6-0D47-39C1-BCF7-D4A478CB1552> /usr/local/lib/libmcrypt.4.dylib
         0x4fdf000 -          0x5002fff +libmemcached.11.dylib (0) <8FFFF0D8-6365-3834-BA09-502DC2EE31B4> /usr/local/lib/libmemcached.11.dylib
         0x5012000 -          0x5064ff7 +libodbc.2.dylib (0) <95A2ADF1-5FAD-3222-82D2-CDE684ADFCA1> /usr/local/lib/libodbc.2.dylib
         0x5079000 -          0x5092fff  libexpat.1.dylib (12) <0DB78B1D-D7CC-3555-8390-AC5B8CC9A176> /usr/lib/libexpat.1.dylib
         0x50a2000 -          0x50cffff +libjpeg.8.dylib (0) <BFAB1E79-6F0B-3259-BA51-0D81F114487C> /usr/local/lib/libjpeg.8.dylib
         0x50d8000 -          0x50fbfef +libpng16.16.dylib (0) <74BBF18B-ADD8-3108-BBC7-89D23A54244F> /usr/local/lib/libpng16.16.dylib
         0x5109000 -          0x5177fef +libfreetype.6.dylib (0) <D2879AC9-13EF-3CF2-B3A1-96D115D5882D> /usr/local/lib/libfreetype.6.dylib
         0x5190000 -          0x51e7ff7 +libonig.2.dylib (0) <2D05009C-26AF-39A6-B254-7D60AB5DBC48> /usr/local/lib/libonig.2.dylib
         0x51fa000 -          0x6aaffff +libicudata.55.1.dylib (0) <9AA6CF5E-9586-3D00-B51F-9C1B9A7E3558> /usr/local/opt/icu4c/lib/libicudata.55.1.dylib
         0x6ab5000 -          0x6c01fe7 +libicui18n.55.dylib (0) <B244691A-45AA-321D-85BC-919D68A8F2C5> /usr/local/opt/icu4c/lib/libicui18n.55.dylib
         0x6cd9000 -          0x6dcefe7 +libicuuc.55.dylib (0) <9EEE9E0E-E2A0-38EF-8602-2E14B6225B97> /usr/local/opt/icu4c/lib/libicuuc.55.dylib
         0x6e36000 -          0x6e3ffff +libintl.8.dylib (0) <2216B797-1B75-3A37-8081-10DDBE21298F> /usr/local/opt/gettext/lib/libintl.8.dylib
         0x6e48000 -          0x6e5efff +libtbb.dylib (0) <A7F90C10-EBDF-331A-AA6B-955E7078669D> /usr/local/lib/libtbb.dylib
         0x6e79000 -          0x6f16fef +libsqlite3.0.dylib (0) <E404A8A3-C4CC-3268-8C4A-B4E63098FC36> /usr/local/opt/sqlite/lib/libsqlite3.0.dylib
         0x6f34000 -          0x6f40ff7 +liblz4.1.dylib (0) <AA6DC2EC-4C24-3B12-9AF5-575DED369317> /usr/local/lib/liblz4.1.dylib
         0x6f4a000 -          0x6f55fff +libzip.2.dylib (0) <DDDB38F6-0500-3AE4-9A7C-B63E0C926B38> /usr/local/lib/libzip.2.dylib
         0x6f5c000 -          0x6f84ff7 +libevent-2.0.5.dylib (0) <C1B544F2-35D7-371B-A607-3B8D1092FBFB> /usr/local/lib/libevent-2.0.5.dylib
         0x6f99000 -          0x6fd6ff7 +libssl.1.0.0.dylib (0) <CDDE4BAE-481D-3FCE-A662-6544564538ED> /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
         0x6ff8000 -          0x714a867 +libcrypto.1.0.0.dylib (0) <01008E88-FE11-3697-8AF5-30E910E789B4> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
         0x71c3000 -          0x71c5ffb +libboost_system-mt.dylib (0) <D9FD7144-20A6-3EED-990D-BDD0E8C7598C> /usr/local/lib/libboost_system-mt.dylib
         0x71d0000 -          0x720cff7 +libboost_program_options-mt.dylib (0) <7227045B-426D-38C5-9697-95378DE4D9CC> /usr/local/lib/libboost_program_options-mt.dylib
         0x726f000 -          0x727dff7 +libboost_filesystem-mt.dylib (0) <8C1F98B1-B3E7-3483-BEB8-C3BF53D6BD6E> /usr/local/lib/libboost_filesystem-mt.dylib
         0x7296000 -          0x732eff3 +libboost_regex-mt.dylib (0) <9F9CA272-3FF0-306B-8D36-3C43E265824B> /usr/local/lib/libboost_regex-mt.dylib
         0x73b7000 -          0x73f3fcf +libjemalloc.1.dylib (0) <C8366080-F723-38DF-997D-9A2B842A9DF3> /usr/local/lib/libjemalloc.1.dylib
         0x73ff000 -          0x7403f0f +libboost_context-mt.dylib (0) <739BB691-B18C-3E8F-80B5-29B4307D503B> /usr/local/lib/libboost_context-mt.dylib
         0x740f000 -          0x7435fff +libglog.0.dylib (0) <F37E1056-00E2-34B4-A69D-48F9F92F9EB9> /usr/local/lib/libglog.0.dylib
         0x745f000 -          0x746cff3 +libboost_thread-mt.dylib (0) <27E862DD-2199-3FF2-9D14-7A3E172BB604> /usr/local/lib/libboost_thread-mt.dylib
         0x748b000 -          0x74a7ff7 +liblzma.5.dylib (0) <8CD2A0DF-4B4E-3C7B-AF46-B8C07555596B> /usr/local/lib/liblzma.5.dylib
         0x74b0000 -          0x74b5fff +libltdl.7.dylib (0) <005CF103-145E-3915-8B85-330BE70FDCC0> /usr/local/lib/libltdl.7.dylib
         0x74ba000 -          0x74bcfff +libboost_chrono-mt.dylib (0) <72EB006E-CFE8-32DF-99CB-3517FE2DDB1C> /usr/local/lib/libboost_chrono-mt.dylib
         0x76ef000 -          0x76f7ff7 +libtbbmalloc.dylib (0) <39E63548-9403-3460-9577-926EBC131888> /usr/local/lib/libtbbmalloc.dylib
    0x7fff6dced000 -     0x7fff6dd23f77  dyld (360.14) <9F733862-B905-33AC-9D0F-C8098EE639C1> /usr/lib/dyld
    0x7fff830b3000 -     0x7fff83415f3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
    0x7fff8345e000 -     0x7fff834fefff  com.apple.Metadata (10.7.0 - 969) <5BDA3B02-8BAC-3F5E-833D-4F3970D2E888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff83502000 -     0x7fff83576ff3  com.apple.securityfoundation (6.0 - 55126) <127FFD34-56BB-3422-9CA5-9B1F3787E936> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8357a000 -     0x7fff83598fff  libsystem_kernel.dylib (3247.1.99) <47769D1E-CF1C-308E-984D-EBB064AF4EF8> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83a07000 -     0x7fff83ab7fe7  libvMisc.dylib (563.2) <ABF6378E-AEFC-36C8-8D2C-E8A56B0FF70C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff83ad4000 -     0x7fff83b1aff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff83eea000 -     0x7fff83ff9fe7  libvDSP.dylib (563.2) <B203E1ED-1653-3302-8454-2B5D46DD33AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff840ea000 -     0x7fff840f2ff7  com.apple.CoreServices.FSEvents (1222 - 1222) <DB144850-5F95-3263-A84D-6FA23268AA49> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff8417d000 -     0x7fff84196fff  com.apple.CFOpenDirectory (10.11 - 194) <5B676E66-D094-3216-AD43-52EB09BE1667> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff842cc000 -     0x7fff842ceff7  libquarantine.dylib (80) <5D2F9A2D-CB7B-3AAF-91D7-B02C48A790EA> /usr/lib/system/libquarantine.dylib
    0x7fff84322000 -     0x7fff84351ffb  libsystem_m.dylib (3105) <BE18DD6A-BAAE-32D3-9294-0A8EFE1C455A> /usr/lib/system/libsystem_m.dylib
    0x7fff84eec000 -     0x7fff84efdff7  libsystem_trace.dylib (200) <49EC12F7-7514-3471-A8ED-209D1CC318CB> /usr/lib/system/libsystem_trace.dylib
    0x7fff85239000 -     0x7fff8525dfff  libJPEG.dylib (1432) <EE295359-B54A-3DCE-B54C-73EB4196C812> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff85563000 -     0x7fff85564ffb  libremovefile.dylib (41) <E5933606-F361-3BE2-8CF2-1F1B03B7FEBC> /usr/lib/system/libremovefile.dylib
    0x7fff8556d000 -     0x7fff855cbfff  com.apple.SystemConfiguration (1.14 - 1.14) <E29E1EF6-E30F-3585-BB2E-01DD2EE75E18> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff855cd000 -     0x7fff855defff  libz.1.dylib (60) <D3B5FAE1-8018-389D-B29E-13C637381740> /usr/lib/libz.1.dylib
    0x7fff85702000 -     0x7fff85740ff7  libGLImage.dylib (12.0.34.11) <7F762319-257A-3235-A973-F42BCD2DA842> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff857b0000 -     0x7fff857b3fff  libsystem_sandbox.dylib (459.1.7) <24F6A6E3-DB3F-35BD-BCC5-53C19778E5F1> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff857ff000 -     0x7fff85876fc7  libcorecrypto.dylib (334) <AF213A75-DD3C-3CBF-9DA3-5C68A23CD4A0> /usr/lib/system/libcorecrypto.dylib
    0x7fff85877000 -     0x7fff85bcbfff  com.apple.Foundation (6.9 - 1252) <3D34C053-82BE-39B7-B9D3-19E08C85DD8E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85ca6000 -     0x7fff85cd3fff  libdispatch.dylib (500.1.5) <49A56B6B-6725-343E-8D9B-1EE4FAE7D930> /usr/lib/system/libdispatch.dylib
    0x7fff85e3e000 -     0x7fff85e7fff7  libGLU.dylib (12.0.34.11) <4145BA2F-CDCE-324E-8040-DB71AAD9E68D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff86344000 -     0x7fff865e7ff7  com.apple.CoreData (120 - 638) <796DC18D-6A83-35DA-A0CF-B5E0A92F4E26> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff865ea000 -     0x7fff865f3ff7  libsystem_pthread.dylib (137) <220D22F3-F853-3758-8F7F-C1EB7F555920> /usr/lib/system/libsystem_pthread.dylib
    0x7fff86643000 -     0x7fff86651ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff86748000 -     0x7fff86754fff  com.apple.speech.synthesis.framework (5.4.11 - 5.4.11) <E605853D-7D24-33F1-AC4F-347F6685A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff86755000 -     0x7fff8677efff  libxpc.dylib (755.1.19) <A7622D9B-98DC-3F0A-B9F3-A965E5FF6B53> /usr/lib/system/libxpc.dylib
    0x7fff8677f000 -     0x7fff867d4fff  com.apple.AE (701 - 701) <F4E657CD-59E8-3F53-8B46-C6C64FCCD872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff86875000 -     0x7fff8688fff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff869d9000 -     0x7fff869e5fff  libexslt.0.dylib (14) <66191A7E-1526-39F5-B80E-3F5E5FA03DC5> /usr/lib/libexslt.0.dylib
    0x7fff86e65000 -     0x7fff86e65fff  com.apple.ApplicationServices (48 - 48) <39BDCA13-5DF4-3DAB-B282-FBFC395701EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff86e66000 -     0x7fff86e66fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <174F10B9-D13D-3F8B-8982-05FD76717B88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87b3a000 -     0x7fff87b45fff  libGL.dylib (12.0.34.11) <5991B15F-E777-3958-BD2E-4EB2311C6942> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87cdb000 -     0x7fff87d20ff7  com.apple.coreservices.SharedFileList (24.2 - 24.2) <5FFCA0EE-44FB-3A14-9C2A-7DDD02DD82F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff87ef7000 -     0x7fff87ef9ff7  libsystem_configuration.dylib (801.1.1) <5D11E00B-07B5-3AD9-99F6-0FFC3BB09C15> /usr/lib/system/libsystem_configuration.dylib
    0x7fff87efa000 -     0x7fff87f02fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <FB5B7857-4B55-361D-A1A8-045C3C547E9F> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff87f12000 -     0x7fff87f17ff7  libmacho.dylib (875.1) <E92827C8-3BF7-37CB-87A9-C93862424830> /usr/lib/system/libmacho.dylib
    0x7fff87f18000 -     0x7fff87f21ffb  libsystem_notify.dylib (149) <BDEF5AB0-595E-3FA6-8F1B-1561C5FFBE10> /usr/lib/system/libsystem_notify.dylib
    0x7fff87f22000 -     0x7fff87f33fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff87f7a000 -     0x7fff87f7aff7  liblaunch.dylib (755.1.19) <173700B6-9BE6-3E77-8B93-E59051AC960E> /usr/lib/system/liblaunch.dylib
    0x7fff87fb2000 -     0x7fff87fc2fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff87fc9000 -     0x7fff87fd3fff  com.apple.NetAuth (6.0 - 6.0) <9EF5DE53-C5E1-39A4-B784-F8D079EA2915> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff87fd4000 -     0x7fff87fddff3  com.apple.CommonAuth (4.0 - 2.0) <C854AEE7-FD33-3A07-B3B1-7687B4AF132E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff87fde000 -     0x7fff87fe1ffb  libdyld.dylib (360.14) <CA4BA069-8B34-39EB-9923-C447A11E64EA> /usr/lib/system/libdyld.dylib
    0x7fff87ff2000 -     0x7fff8826fffb  com.apple.security (7.0 - 57336.1.8) <52BB1DAB-41C8-3B91-8081-35A8B6C9B9D4> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff882bd000 -     0x7fff882d4fff  libmarisa.dylib (4) <D242ACD3-5160-39A8-A5ED-F629AEF2047A> /usr/lib/libmarisa.dylib
    0x7fff882db000 -     0x7fff8834effb  com.apple.Heimdal (4.0 - 2.0) <118F365C-D3A5-3BDB-96D6-034B068D0834> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8834f000 -     0x7fff8836bff7  libsystem_malloc.dylib (67) <8691493D-F973-3020-9F30-870AA3CDEB6B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8854b000 -     0x7fff887d2ffb  com.apple.CFNetwork (760.0.3 - 760.0.3) <25EF257E-6488-38C3-991A-D1BEC8C3276C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff887f2000 -     0x7fff887f3fff  libsystem_secinit.dylib (20) <9F02BB20-9EE4-3F94-9501-2B0350A2CFB2> /usr/lib/system/libsystem_secinit.dylib
    0x7fff88839000 -     0x7fff88928fff  libxml2.2.dylib (29) <F0812FF2-0D53-3869-8E62-07BD19025F1B> /usr/lib/libxml2.2.dylib
    0x7fff88929000 -     0x7fff88998fff  com.apple.SearchKit (1.4.0 - 1.4.0) <E23F2461-27FC-3DAE-A450-AF981227E580> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff889ee000 -     0x7fff88a4cfff  libsystem_network.dylib (582.1.3) <71C3C17A-3AAE-305C-9F2D-CEDAA054E28B> /usr/lib/system/libsystem_network.dylib
    0x7fff88b8e000 -     0x7fff88bacffb  libedit.3.dylib (43) <1D3E3152-4001-3C19-B56A-7543F1BBA47C> /usr/lib/libedit.3.dylib
    0x7fff88bad000 -     0x7fff88bb5fff  libsystem_networkextension.dylib (384.1.1) <42690157-42C7-3DAE-84CF-653FB85954D5> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff88d50000 -     0x7fff88ddddd7  com.apple.AppleJPEG (1.0 - 1) <464DFCFB-8BD2-3979-8A6B-A52CAF7702AB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff88dde000 -     0x7fff88ec5ff7  libcrypto.0.9.8.dylib (59) <62182D67-DD05-33F9-AEC5-440547D692BB> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff89225000 -     0x7fff8923bff7  libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8923c000 -     0x7fff89265ff7  libxslt.1.dylib (14) <CF5C6F5F-75D6-3C00-B6B2-1032D2799FBC> /usr/lib/libxslt.1.dylib
    0x7fff89299000 -     0x7fff8943eff3  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <CA955C0D-D1D0-3A9A-9F5E-4BCF326AA373> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8943f000 -     0x7fff89447fff  libGFXShared.dylib (12.0.34.11) <7D71E824-9C53-33D5-917F-6BB5A0BE6504> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8944b000 -     0x7fff8947cffb  com.apple.GSS (4.0 - 2.0) <FBE66DCF-8E20-3987-B2C4-E7C1F3FD5567> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff89a47000 -     0x7fff89a4eff7  libcompiler_rt.dylib (62) <28388F6D-684B-3B8D-BE63-8BD6B703A6C4> /usr/lib/system/libcompiler_rt.dylib
    0x7fff89a4f000 -     0x7fff89a89fff  com.apple.QD (3.12 - 302) <1797DFCD-70E7-38ED-9859-C8ED58CAE8AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff89a8a000 -     0x7fff89a8aff7  libunc.dylib (29) <85E11D54-6D56-33DD-9312-144A9723C09B> /usr/lib/system/libunc.dylib
    0x7fff89f5f000 -     0x7fff89f6dfff  com.apple.opengl (12.0.34 - 12.0.34) <22112524-E0B3-3783-A3B3-DAB2B593262C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89f8f000 -     0x7fff8a0b4ff7  com.apple.LaunchServices (728.2 - 728.2) <5F6A006A-77B1-3BCB-88F8-30BF76CC5392> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8a28e000 -     0x7fff8a3f5fff  libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a4a1000 -     0x7fff8a4a1fff  libmetal_timestamp.dylib (600.0.41.2) <7993BEBF-DCB1-3739-960A-9B8C795A45F2> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8a4a8000 -     0x7fff8a4aafff  com.apple.loginsupport (1.0 - 1) <F9288D03-584B-3D12-9F15-264512858571> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8a7f7000 -     0x7fff8a7fffe7  libsystem_platform.dylib (73.1.1) <51CE4FA4-E8FC-370B-8052-FF41B60C345A> /usr/lib/system/libsystem_platform.dylib
    0x7fff8a829000 -     0x7fff8a831fff  com.apple.AppleSRP (5.0 - 1) <98592F10-2B24-3C53-99FC-754FF9380644> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8a878000 -     0x7fff8a879fff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a9a0000 -     0x7fff8a9a5fff  com.apple.DiskArbitration (2.7 - 2.7) <3C55CE84-2AD8-33A2-8F01-6401487E7C9D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8acc9000 -     0x7fff8ad56fe7  libsystem_c.dylib (1081.1.3) <7EB363F4-70E9-3D99-ABA8-68E7D5EB88B6> /usr/lib/system/libsystem_c.dylib
    0x7fff8ad76000 -     0x7fff8ad78fff  libCVMSPluginSupport.dylib (12.0.34.11) <7B48C7AE-CC63-3F90-B0C8-BDB932F1BEF9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8ad79000 -     0x7fff8ad7ffff  com.apple.IOAccelerator (203.7.1 - 203.7.1) <1A346C7C-8CDD-3727-8ED1-CA056C5D84A7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8ae27000 -     0x7fff8ae2cff7  libheimdal-asn1.dylib (452.1.1) <9DD1A3EF-3571-3AAB-85EC-283280991A9C> /usr/lib/libheimdal-asn1.dylib
    0x7fff8ae45000 -     0x7fff8ae49fff  libGIF.dylib (1432) <FA64937E-0E7B-389A-9FCB-A0DEFD600803> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8ae4a000 -     0x7fff8ae9afff  libcups.2.dylib (435) <80A396E7-1982-3EC8-B883-6B85F0073555> /usr/lib/libcups.2.dylib
    0x7fff8b61f000 -     0x7fff8b627fff  libcopyfile.dylib (127) <5EE7D05A-27C6-3400-8DD9-3075DB05D111> /usr/lib/system/libcopyfile.dylib
    0x7fff8b762000 -     0x7fff8baf7fdf  com.apple.vImage (8.0 - 8.0) <1C81D605-4582-3669-8525-28419A72F4C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8baf8000 -     0x7fff8bbe8fff  libJP2.dylib (1432) <44EED8D0-58B3-308A-998F-BB49C74DD9C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8bc05000 -     0x7fff8bc21ff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff8c027000 -     0x7fff8c0bdff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F2B469D9-2EFA-34FA-B966-303FB73D2476> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8c863000 -     0x7fff8c98fffb  com.apple.CoreText (352.0 - 494) <A302E4C9-4FBB-32A3-BFE0-DFB5A606C92D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8cb05000 -     0x7fff8cb10ff7  libChineseTokenizer.dylib (16) <EEF7230B-CC11-3EFE-BABB-625CDC2942A8> /usr/lib/libChineseTokenizer.dylib
    0x7fff8cb11000 -     0x7fff8cb64ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff8cb65000 -     0x7fff8cc57ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fff8cc5f000 -     0x7fff8cc77fcf  libcompression.dylib (23) <1A087FD7-00CE-3BF5-ABC8-13B9C04316B0> /usr/lib/libcompression.dylib
    0x7fff8cdb1000 -     0x7fff8d044ff7  libmecabra.dylib (696) <4DCC0A89-6A20-3DBB-96BC-4E2813967D99> /usr/lib/libmecabra.dylib
    0x7fff8d045000 -     0x7fff8d047fff  libsystem_coreservices.dylib (19) <588CB696-BCD5-3D90-B8BE-3E8566BA010C> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8d703000 -     0x7fff8dafffff  libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8ddc4000 -     0x7fff8ddc5fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fff8ddc6000 -     0x7fff8ddefff7  libsystem_info.dylib (476) <C4E0DE13-9621-3EA9-8BA9-9F9DF318B1BF> /usr/lib/system/libsystem_info.dylib
    0x7fff8ddf0000 -     0x7fff8de27ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <0F6D68BB-756D-3190-A873-B24331EDAACF> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8de28000 -     0x7fff8de3afff  libsasl2.2.dylib (209) <159C2252-E295-35A8-9B18-845379E66B0F> /usr/lib/libsasl2.2.dylib
    0x7fff8de4f000 -     0x7fff8deabfef  libTIFF.dylib (1432) <25DEC803-AA72-34F6-B49F-DBCE6FA05865> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8deac000 -     0x7fff8ded7ff3  libarchive.2.dylib (32) <6AF86B2D-FFD1-33C0-8982-A767CBBC744B> /usr/lib/libarchive.2.dylib
    0x7fff8df61000 -     0x7fff8df6ffff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff8df8f000 -     0x7fff8df8ffff  libenergytrace.dylib (10) <1ECA26B1-BF86-3B59-BF82-E2560374F04F> /usr/lib/libenergytrace.dylib
    0x7fff8e1fa000 -     0x7fff8e217fff  com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <48ED18D9-F730-322E-969D-E231655EFF9D> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8e6b9000 -     0x7fff8e6d0fff  libsystem_asl.dylib (322) <1DB1D108-FDC0-3710-975E-1E92A36E1B21> /usr/lib/system/libsystem_asl.dylib
    0x7fff8e7ae000 -     0x7fff8e7faff3  com.apple.HIServices (1.22 - 548) <179387A8-98EC-395B-A1FE-7A3B582E61BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8e7fb000 -     0x7fff8e800fff  com.apple.TCC (1.0 - 1) <0B6135C5-98C9-34AA-A6EE-89E6A23C0936> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8e85f000 -     0x7fff8e8a4ff3  libFontRegistry.dylib (155) <1F58601E-FEC4-37EB-8B5F-44F5F126D068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8ec99000 -     0x7fff8eca5ff7  com.apple.OpenDirectory (10.11 - 194) <A879C169-DA3E-325A-9A49-A0BC4ABDBE1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8eca6000 -     0x7fff8ecd4ff7  com.apple.DictionaryServices (1.2 - 250) <F17B5AC4-7D0D-3DCD-8CCB-F9AB38D336CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8fda7000 -     0x7fff8fdccfef  libPng.dylib (1432) <5E119A4C-2E58-306F-BF99-A33278F15C91> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8fdd0000 -     0x7fff8ff96ff7  com.apple.ImageIO.framework (3.3.0 - 1432) <EBB09327-EE6D-3685-9B84-7699FF31DE07> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8ff97000 -     0x7fff8ffe5fff  libcurl.4.dylib (90) <920CF4CC-CDBB-350A-8C31-84744934F766> /usr/lib/libcurl.4.dylib
    0x7fff90eb3000 -     0x7fff90eb4ff3  libSystem.B.dylib (1225) <6BB69F8F-AC07-3DF2-9AA5-31D6E626F4D5> /usr/lib/libSystem.B.dylib
    0x7fff90f24000 -     0x7fff90f29ff3  libunwind.dylib (35.3) <3D05A919-24FE-326D-9335-BD3E6F566A98> /usr/lib/system/libunwind.dylib
    0x7fff90f30000 -     0x7fff90f3fffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DAC3997F-F346-3A81-AA18-9672902A1882> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff90f67000 -     0x7fff90f6fffb  libsystem_dnssd.dylib (624.1.2) <5CB23756-86C2-397C-8F15-4AB26774A44A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff90faa000 -     0x7fff90faafff  com.apple.CoreServices (728.2 - 728.2) <A161F42E-83BD-3317-B295-B6AC90A02A37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff91157000 -     0x7fff91179fff  com.apple.MultitouchSupport.framework (304.2 - 304.2) <91EBC022-68A9-344F-8A6B-F32A83EDEAD0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91583000 -     0x7fff91790ffb  libicucore.A.dylib (551.23) <C9FA223D-21B0-320F-9975-10193A21A311> /usr/lib/libicucore.A.dylib
    0x7fff91827000 -     0x7fff91878ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <B1282EEE-AE45-3032-B8E0-21524C48B15A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff91988000 -     0x7fff9198bfff  com.apple.IOSurface (108 - 108) <9CF46474-554A-36E9-9886-485B5F08282D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff91a19000 -     0x7fff91b14fff  libFontParser.dylib (157) <D6AFAC38-3C58-380B-82E3-85AC0DB1E999> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff91b1e000 -     0x7fff91b4fff7  libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib
    0x7fff91c49000 -     0x7fff92e92ffb  com.apple.CoreGraphics (1.600.0 - 930) <669831A8-690A-31D2-B35A-5CD70C7CD15E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff92e99000 -     0x7fff92e9bff7  com.apple.xpc.ServiceManagement (1.0 - 1) <7153B759-E69A-31F6-BC3E-C7405BF4DA30> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff930c8000 -     0x7fff9316ffff  com.apple.LanguageModeling (1.0 - 1) <D5D327C9-D3F7-3959-A6F9-207BBFAF463E> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff931c9000 -     0x7fff931dafff  libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff931db000 -     0x7fff931effff  libsystem_coretls.dylib (82) <F0FD5324-3EB4-3E64-BED5-7E1C9C2649F2> /usr/lib/system/libsystem_coretls.dylib
    0x7fff93252000 -     0x7fff932c3fff  com.apple.ApplicationServices.ATS (377 - 393.1) <497F916E-C5EB-38C1-9385-57990E28FA13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff93312000 -     0x7fff93316fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fff93349000 -     0x7fff9334afff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff93812000 -     0x7fff93846fff  com.apple.CoreVideo (1.8 - 191.0) <B69EC4C8-FD49-3B9C-AD36-7C90BEF27D58> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff93d3e000 -     0x7fff93d3efff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2731ADF4-B26B-3630-AC54-D325F494AF77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff93d3f000 -     0x7fff93d5bff7  libextension.dylib (78) <31E0CB8B-D0CF-3F04-812A-3CF96E167682> /usr/lib/libextension.dylib
    0x7fff93f29000 -     0x7fff93f29ff7  libkeymgr.dylib (28) <BD3EC062-1F60-3A74-A6B7-399A78CBA8D9> /usr/lib/system/libkeymgr.dylib
    0x7fff94317000 -     0x7fff94332ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff94339000 -     0x7fff9437bff7  com.apple.Metal (54.26.3 - 54.26.3) <622F7F48-D605-317D-A653-2EF65707A032> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff943b4000 -     0x7fff943b7ff7  libCoreFSCache.dylib (119.5) <83159FE4-E0D7-3EF0-9379-60B105EE5B5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff943d5000 -     0x7fff946baff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <1FA16F8A-2B50-34BC-A4A2-DA706D816705> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff94a8c000 -     0x7fff94bb0fef  libsqlite3.dylib (216) <B2DF32DE-8A0C-3E4B-8DCC-F3FB1BCD60A1> /usr/lib/libsqlite3.dylib
    0x7fff94c63000 -     0x7fff950d7ff7  com.apple.CoreFoundation (6.9 - 1253) <E7845D3A-01FA-3644-9FA2-AD174DEB3451> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff95120000 -     0x7fff95149fff  libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
    0x7fff95171000 -     0x7fff95175fff  libcache.dylib (75) <9F960755-BF4E-3AD9-B3E5-258710C734BB> /usr/lib/system/libcache.dylib
    0x7fff95dbf000 -     0x7fff95dc2fff  libCoreVMClient.dylib (119.5) <2BB93476-D2F3-324F-BAB6-5410FCFE9EAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff95e31000 -     0x7fff95ea4fff  com.apple.framework.IOKit (2.0.2 - 1178.1.2) <66122065-961D-3A36-A1F3-9DFEEDB7A52C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff961bd000 -     0x7fff9621afff  com.apple.CoreServices.OSServices (728.2 - 728.2) <2353F3F9-A5A2-3575-BE31-9489467C7823> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff9621b000 -     0x7fff9621bfff  libOpenScriptingUtil.dylib (169) <DDA9EDE5-6E88-38A4-A5E8-69F0CEF3D9CC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff9623e000 -     0x7fff96289ffb  com.apple.print.framework.PrintCore (11.0 - 472) <C9BA57B3-BBF2-3743-A6E5-8830A5A9B508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff9628a000 -     0x7fff96295ff7  libcommonCrypto.dylib (60074) <46F2D513-3606-3020-A831-3D6104B9BAEE> /usr/lib/system/libcommonCrypto.dylib
    0x7fff962ea000 -     0x7fff962f2fff  com.apple.NetFS (6.0 - 4.0) <EAC2C1ED-D4BA-3A3D-8696-451096E21AA4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff96f94000 -     0x7fff96f9ffff  libkxld.dylib (3247.1.99) <DEBE58EC-F130-320C-AB38-C7AD59BDC2C8> /usr/lib/system/libkxld.dylib
    0x7fff96fbe000 -     0x7fff96fd8fff  com.apple.Kerberos (3.0 - 1) <02D0F6AA-7C13-3BDC-BB60-6EEFD64E5719> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff970ac000 -     0x7fff970aeff7  libRadiance.dylib (1432) <646F4F6F-8510-309C-9E56-E52E8C4E9457> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff970c1000 -     0x7fff970c2fff  libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 117
    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: 2061808
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=247.6M resident=0K(0%) swapped_out_or_unallocated=247.6M(100%)
Writable regions: Total=955.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=955.8M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
.text                                4K        2 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    4K        2 
MALLOC                            20.4M       15 
MALLOC guard page                   32K        7 
SBRK (reserved)                   4096K        2         reserved VM address space (unallocated)
STACK GUARD                       56.0M        3 
Stack                             9888K        7 
Stack Guard                         12K        4 
VM_ALLOCATE                      909.9M       49 
VM_ALLOCATE (reserved)            3072K        3         reserved VM address space (unallocated)
__DATA                            11.1M      193 
__LINKEDIT                        99.3M       38 
__TEXT                           148.2M      190 
__UNICODE                          552K        2 
__text                            2128K        2 
mapped file                      144.0M       10 
shared memory                       12K        4 
===========                     =======  ======= 
TOTAL                              1.4G      517 
TOTAL, minus reserved VM space     1.4G      517 

Model: MacBookPro11,1, BootROM MBP111.0138.B15, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.94.9.1a9)
Bluetooth: Version 4.4.0f3 16298, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB2.0 Hub
USB Device: USB Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

@fredemmott
Copy link
Contributor

Your 'HHVM Error' section includes the stack trace for the error, but not the actual error.

@fredemmott
Copy link
Contributor

Ah sorry, didn't realize that HHVM crashed. Not used to OSX crash logs yet :p

@wjywbs
Copy link
Contributor

wjywbs commented Sep 8, 2015

Is it due to firewall configuration? Does it still crash using root? php might also have this issue on Mac: aws/aws-sdk-php#737

@jwatzman
Copy link
Contributor

Agree with @wjywbs that this does look to be an Apple bug to me.

@nickzman
Copy link

It's not an Apple bug. If you're getting that crash in CFPreferences, then it is most likely that your code calls fork() somewhere and does not immediately call an exec function in the child process. GNU/Linux tolerates this, but it causes undefined behavior in macOS, and even says as much in macOS' fork() man page.

Make sure the code calls an exec function after each fork(), or consider using posix_spawn() instead, and that ought to fix the problem.

@Orvid
Copy link
Contributor

Orvid commented Aug 30, 2016

fork() has not been called in this context.

@Orvid Orvid closed this as completed Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants