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

Version 0.10 segfaults on OS X 10.6.8 #5797

Closed
ericpashman opened this issue Feb 17, 2015 · 41 comments
Closed

Version 0.10 segfaults on OS X 10.6.8 #5797

ericpashman opened this issue Feb 17, 2015 · 41 comments
Labels
Milestone

Comments

@ericpashman
Copy link

I've been running a Bitcoin node on an old MacBook (Core 2 Duo, OS X 10.6.8). After updating to the latest release, I repeatedly see segfaults after Bitcoin-Qt.app loads completely. The app successfully verifies all blocks, then crashes shortly after displaying the full GUI.

Is OS X 10.6 officially unsupported? If not, and if anybody wants to try to track this down, I'm happy to provide testing.

Here's a full core dump:

Process:         Bitcoin-Qt [62952]
Path:            /Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
Identifier:      org.bitcoinfoundation.Bitcoin-Qt
Version:         0.10.0 (0.10.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [181]

Date/Time:       2015-02-16 18:22:22.785 -0600
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          424224 sec
Crashes Since Last Report:           3
Per-App Interval Since Last Report:  547 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      E5B7C4B9-BEDD-4BEF-B852-81020A95F7E8

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  11  bitcoin-msghand

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x00007fff888e0d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff888e13ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff8555b902 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8555ad8f CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox             0x00007fff869707ee RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox             0x00007fff869705f3 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox             0x00007fff869704ac BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit                0x00007fff80fceeb2 _DPSNextEvent + 708
8   com.apple.AppKit                0x00007fff80fce801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit                0x00007fff80f9468f -[NSApplication run] + 395
10  ...itcoinfoundation.Bitcoin-Qt  0x000000019c4d1ba7 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 94999
11  ...itcoinfoundation.Bitcoin-Qt  0x000000019cb6588d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
12  ...itcoinfoundation.Bitcoin-Qt  0x000000019cb680e2 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7002194
13  ...itcoinfoundation.Bitcoin-Qt  0x000000019c0fd443 0x19c0e9000 + 83011
14  ...itcoinfoundation.Bitcoin-Qt  0x000000019c0facb4 0x19c0e9000 + 72884

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x00007fff888f9c0a kevent + 10
1   libSystem.B.dylib               0x00007fff888fbadd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib               0x00007fff888fb7b4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib               0x00007fff888fb2de _dispatch_worker_thread2 + 252
4   libSystem.B.dylib               0x00007fff888fac08 _pthread_wqthread + 353
5   libSystem.B.dylib               0x00007fff888faaa5 start_wqthread + 13

Thread 2:  com.apple.CFSocket.private
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x00007fff8557d468 __CFSocketManager + 824
2   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
3   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 3:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9c283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9cbc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9d8ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb6588d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca2d293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca30500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 4:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9c283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9cbc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9d8ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb6588d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca2d293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca30500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 5:  bitcoin-scriptch
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c10f4bb non-virtual thunk to boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_injector() + 699
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2a643f boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 365071
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c274b3e boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 162062
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c24613a non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_function_call>::~error_info_injector() + 938
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 6:  bitcoin-dnsseed
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2dec40 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 596496
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 7:  bitcoin-upnp
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2de679 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 595017
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 8:  bitcoin-net
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2dc89f boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 587375
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
5   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
6   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 9:  bitcoin-addcon
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2e1f1e boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 609518
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 10:  bitcoin-opencon
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2e0bb2 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 604546
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 Crashed:  bitcoin-msghand
0   ???                             000000000000000000 0 + 0
1   ...itcoinfoundation.Bitcoin-Qt  0x000000019c265fb3 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 101763
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2b10ec boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 409276
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fb295 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 66821
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fb13b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 66475
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2f8fe8 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 57944
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2e256b boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 611131
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2eaf7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
8   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2fbc5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
9   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
10  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
11  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 12:  bitcoin-dumpaddr
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2ebe78 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 4328
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c2f6512 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 46978
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 13:  bitcoin-wallet
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4bf8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c477894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c42716a non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_lexical_cast>::~error_info_injector() + 360858
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c23dcd4 boost::detail::thread_data_base::thread_data_base() + 900
7   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 14:
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019c39146b non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_get>::~error_info_injector() + 73339
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019c3911d8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_get>::~error_info_injector() + 72680
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019c36bde9 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 528473
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019c3744bb non-virtual thunk to boost::exception_detail::error_info_injector<boost::gregorian::bad_year>::~error_info_injector() + 8955
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019c4be389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 15:  Qt bearer thread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9c283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9cbc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb9d8ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000019cb6588d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca2d293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000019ca30500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 crashed with X86 Thread State (64-bit):
  rax: 0x3f95753e5909a4b3  rbx: 0x00000001323eb3c0  rcx: 0x00000000d9b4be01  rdx: 0x0000000000fc0800
  rdi: 0x00000001323eb3c4  rsi: 0x000000000000000c  rbp: 0x0000000123803440  rsp: 0x00000001238033f8
   r8: 0x0000000000000001   r9: 0x00000001001bacc0  r10: 0x0000000000000000  r11: 0x0000000000000007
  r12: 0x00000001009b5a00  r13: 0x00000001323eb418  r14: 0x0000000123803558  r15: 0x00000001323eb3c4
  rip: 0x0000000000000000  rfl: 0x0000000000010202  cr2: 0x0000000000000000

Binary Images:
       0x19c0e9000 -        0x19d5ccfcf +org.bitcoinfoundation.Bitcoin-Qt 0.10.0 (0.10.0) <B9B19D27-8C92-345D-999D-3CB751208213> /Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
       0x19d6dd000 -        0x19d6e3ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff8001b000 -     0x7fff80020fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff80021000 -     0x7fff802aaff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff803e0000 -     0x7fff80823fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80824000 -     0x7fff80865fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff80866000 -     0x7fff80874ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff80875000 -     0x7fff80af7fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff80b93000 -     0x7fff80be9fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80eea000 -     0x7fff80f8afff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff80f8b000 -     0x7fff81985ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff829f1000 -     0x7fff82a5bfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff82b61000 -     0x7fff82d1ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
    0x7fff8358c000 -     0x7fff835e1ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff83670000 -     0x7fff8382ffff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff83865000 -     0x7fff83880ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff838f3000 -     0x7fff83d3afef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83d3b000 -     0x7fff83d3cfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d3d000 -     0x7fff83d3dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83daf000 -     0x7fff83dc6fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff84658000 -     0x7fff8465bff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8465c000 -     0x7fff8465fff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff84660000 -     0x7fff8466bff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff846e9000 -     0x7fff84768fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff847c2000 -     0x7fff8487bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff8487c000 -     0x7fff8488bfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff84932000 -     0x7fff849effff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff849f0000 -     0x7fff84b06ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
    0x7fff84b07000 -     0x7fff84b50fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff84b51000 -     0x7fff84b51ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff84b52000 -     0x7fff84b57ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff84b58000 -     0x7fff84bf2fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff84bf3000 -     0x7fff84cb4fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff84cb5000 -     0x7fff84cd6fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8501b000 -     0x7fff8501efff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8501f000 -     0x7fff8515dfff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8515e000 -     0x7fff8517ffff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
    0x7fff85363000 -     0x7fff85367ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff85461000 -     0x7fff85488ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff854d9000 -     0x7fff8550cff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8550f000 -     0x7fff85686fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85687000 -     0x7fff856affff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff856b0000 -     0x7fff856b0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff856b1000 -     0x7fff856b7ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff85850000 -     0x7fff85866fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff85867000 -     0x7fff85892ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
    0x7fff85893000 -     0x7fff85899ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8589a000 -     0x7fff8589aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8589b000 -     0x7fff858e7fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff85a30000 -     0x7fff85a30ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85a31000 -     0x7fff85ab6ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff85ab7000 -     0x7fff85b9cfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff85b9d000 -     0x7fff85b9eff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff85c0d000 -     0x7fff85c8afef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85d57000 -     0x7fff85d92fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85d93000 -     0x7fff85d95fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff85d96000 -     0x7fff85d9bfff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff85fe5000 -     0x7fff85ff7fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff85ff8000 -     0x7fff85ff9ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8604f000 -     0x7fff86064ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86065000 -     0x7fff86115fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff861ef000 -     0x7fff861fefef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8625d000 -     0x7fff862b0ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff862bb000 -     0x7fff8634bfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8634c000 -     0x7fff86401fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff86402000 -     0x7fff86440fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff865e3000 -     0x7fff8661dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
    0x7fff86634000 -     0x7fff866eaff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff866eb000 -     0x7fff8672eff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86942000 -     0x7fff86c40fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86c41000 -     0x7fff86c47ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86cc8000 -     0x7fff86ccffff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86e9c000 -     0x7fff86fb6fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff86ff5000 -     0x7fff86ff5ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8700f000 -     0x7fff87059ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8705a000 -     0x7fff8709bfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8715b000 -     0x7fff8715fff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87160000 -     0x7fff871a7ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87680000 -     0x7fff876a3fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff876c8000 -     0x7fff876edff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff876ee000 -     0x7fff87702fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87703000 -     0x7fff87838fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8787d000 -     0x7fff8789dfff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8789e000 -     0x7fff879bdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff879be000 -     0x7fff87a9bfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87a9c000 -     0x7fff87afcfe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87e5e000 -     0x7fff87e6fff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff8855f000 -     0x7fff88561fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff888e0000 -     0x7fff88aa1fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff88b6d000 -     0x7fff88bb5ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88bb6000 -     0x7fff88bccfe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88bcd000 -     0x7fff893d7fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff89456000 -     0x7fff897f3fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89930000 -     0x7fff89949fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8994a000 -     0x7fff89a1efe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff89a1f000 -     0x7fff89a1fff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89a20000 -     0x7fff89d54fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff89d55000 -     0x7fff89e17fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff89e1f000 -     0x7fff89e33ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff89eb7000 -     0x7fff89f43fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89f8f000 -     0x7fff89fc0fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff89fc1000 -     0x7fff8a03fff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8a040000 -     0x7fff8a04dfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8a08d000 -     0x7fff8a789ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a78a000 -     0x7fff8a7d9ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBook3,1, BootROM MB31.008E.B02, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.24f3
Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: WDC WD3200BEVT-00ZCT0, 298.09 GB
Parallel ATA Device: MATSHITADVD-R   UJ-857E
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 0xfa200000 / 2
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x5d200000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2
@theuni
Copy link
Member

theuni commented Feb 17, 2015

Thanks for reporting!

10.6 is supported for this release (though deprecated and officially dropped for 0.11). The user-base is small though, so it's possible that it went untested through the rc series.

Does bitcoind have the same issues? You can grab it from here: https://bitcoin.org/bin/0.10.0/bitcoin-0.10.0-osx64.tar.gz . That would be a good thing to know as a starting point for tracking down the problem. It would also be helpful to run the tests from that tarball.

For more helpful debugging, here's an unstripped 0.10 bitcon-qt built with extra debugging enabled. The usual disclaimer applies: please assume that I'm trying to trick you into stealing your coins by having you run this binary (I'm not though :). If you understand and would still like to help, grab the binary here: https://bitcoincore.org/cfields/bitcoin-0.10.0/bitcoin-0.10-osx-debug

If that still crashes, the output should be much more helpful.

@ericpashman
Copy link
Author

Thanks for the reply. It turns out that bitcoind segfaults, too, so it's not a GUI bug. Here's the full debug output:

$ ./bitcoind -debug -printtoconsole
Bitcoin version v0.10.0 (2015-02-13 09:55:11 +0100)
Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
Default data directory /Users/username/Library/Application Support/Bitcoin
Using data directory /Users/username/Library/Application Support/Bitcoin
Using config file /Users/username/Library/Application Support/Bitcoin/bitcoin.conf
Using at most 125 connections (275 file descriptors available)
Using 2 threads for script verification
Allowing RPC connections from: 127.0.0.0/255.0.0.0 ::1/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 
Binding RPC on address ::1 port 8332 (IPv4+IPv6 bind any: 0)
Binding RPC on address 127.0.0.1 port 8332 (IPv4+IPv6 bind any: 0)
Using wallet wallet.dat
init message: Verifying wallet...
CDBEnv::Open : LogDir=/Users/username/Library/Application Support/Bitcoin/database ErrorFile=/Users/username/Library/Application Support/Bitcoin/db.log
Bound to [::]:8333
Bound to 0.0.0.0:8333
init message: Loading block index...
Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/blocks/index
Opened LevelDB successfully
Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/chainstate
Opened LevelDB successfully
LoadBlockIndexDB: last block file = 232
LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=235, size=96589163, heights=343681...343915, time=2015-02-16...2015-02-17)
Checking all blk files are present...
LoadBlockIndexDB(): transaction index disabled
LoadBlockIndexDB(): hashBestChain=0000000000000000186bc8a19b3a9f2572e71349e8cbe9fce00b74aa70ef1803 height=343915 date=2015-02-17 17:28:14 progress=0.999948
init message: Verifying blocks...
Verifying last 288 blocks at level 3
No coin database inconsistencies in last 223 blocks (148933 transactions)
 block index          169534ms
init message: Loading wallet...
nFileVersion = 100000
Keys: 103 plaintext, 0 encrypted, 1 w/ metadata, 103 total
 wallet                  577ms
mapBlockIndex.size() = 344081
nBestHeight = 343915
setKeyPool.size() = 100
mapWallet.size() = 1
mapAddressBook.size() = 3
init message: Loading addresses...
Loaded 17972 addresses from peers.dat  181ms
Added connection peer=0
AddLocal([2605:a601:434:8200:21e:c2ff:fe09:5721]:8333,1)
Discover: IPv6 en0: 2605:a601:434:8200:21e:c2ff:fe09:5721
addcon thread start
init message: Done loading
dnsseed thread start
dumpaddr thread start
opencon thread start
msghand thread start
net thread start
upnp thread start
trying connection 104.131.201.148:8333 lastseen=17.1hrs
Added connection peer=1
send version message: version 70002, blocks=343915, us=[2605:a601:434:8200:21e:c2ff:fe09:5721]:8333, peer=1
sending: version (102 bytes) peer=1
Segmentation fault
$

So it crashes as it tries to make the first peering connection. Note that I'm on an IPv6 network.

I'm running the debugging version of Bitcoin-Qt you linked right now. I'll report back with those results; will the debugging output be sent to the default debug.log file? (I also have some debugging output in there from my earlier runs of Bitcoin-Qt v0.10, it seems.)


@ericpashman
Copy link
Author

The debugging version of Bitcoin-Qt also segfaulted. Here's the output from debug.log:

2015-02-17 18:57:02 Bitcoin version v0.10.0 (2015-02-13 09:55:11 +0100)
2015-02-17 18:57:02 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-02-17 18:57:02 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2015-02-17 18:57:02 Default data directory /Users/username/Library/Application Support/Bitcoin
2015-02-17 18:57:02 Using data directory /Users/username/Library/Application Support/Bitcoin
2015-02-17 18:57:02 Using config file /Users/username/Library/Application Support/Bitcoin/bitcoin.conf
2015-02-17 18:57:02 Using at most 125 connections (2560 file descriptors available)
2015-02-17 18:57:02 Using 2 threads for script verification
2015-02-17 18:57:02 Using wallet wallet.dat
2015-02-17 18:57:02 init message: Verifying wallet...
2015-02-17 18:57:02 CDBEnv::Open : LogDir=/Users/username/Library/Application Support/Bitcoin/database ErrorFile=/Users/username/Library/Application Support/Bitcoin/db.log
2015-02-17 18:57:03 Bound to [::]:8333
2015-02-17 18:57:03 Bound to 0.0.0.0:8333
2015-02-17 18:57:03 init message: Loading block index...
2015-02-17 18:57:03 Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/blocks/index
2015-02-17 18:57:03 Opened LevelDB successfully
2015-02-17 18:57:03 Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/chainstate
2015-02-17 18:57:03 Opened LevelDB successfully
2015-02-17 18:57:10 LoadBlockIndexDB: last block file = 232
2015-02-17 18:57:10 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=235, size=96589163, heights=343681...343915, time=2015-02-16...2015-02-17)
2015-02-17 18:57:10 Checking all blk files are present...
2015-02-17 18:57:10 LoadBlockIndexDB(): transaction index disabled
2015-02-17 18:57:11 LoadBlockIndexDB(): hashBestChain=0000000000000000186bc8a19b3a9f2572e71349e8cbe9fce00b74aa70ef1803 height=343915 date=2015-02-17 17:28:14 progress=0.999879
2015-02-17 18:57:11 init message: Verifying blocks...
2015-02-17 18:57:11 Verifying last 288 blocks at level 3
2015-02-17 19:00:04 No coin database inconsistencies in last 223 blocks (148933 transactions)
2015-02-17 19:00:08  block index          185301ms
2015-02-17 19:00:08 init message: Loading wallet...
2015-02-17 19:00:08 nFileVersion = 100000
2015-02-17 19:00:08 Keys: 103 plaintext, 0 encrypted, 1 w/ metadata, 103 total
2015-02-17 19:00:09  wallet                  652ms
2015-02-17 19:00:09 mapBlockIndex.size() = 344081
2015-02-17 19:00:09 nBestHeight = 343915
2015-02-17 19:00:09 setKeyPool.size() = 100
2015-02-17 19:00:09 mapWallet.size() = 1
2015-02-17 19:00:09 mapAddressBook.size() = 3
2015-02-17 19:00:09 init message: Loading addresses...
2015-02-17 19:00:09 Loaded 17972 addresses from peers.dat  197ms
2015-02-17 19:00:09 AddLocal([2605:a601:434:8200:21e:c2ff:fe09:5721]:8333,1)
2015-02-17 19:00:09 Discover: IPv6 en0: 2605:a601:434:8200:21e:c2ff:fe09:5721
2015-02-17 19:00:09 dnsseed thread start
2015-02-17 19:00:09 upnp thread start
2015-02-17 19:00:09 net thread start
2015-02-17 19:00:09 addcon thread start
2015-02-17 19:00:09 opencon thread start
2015-02-17 19:00:09 msghand thread start
2015-02-17 19:00:09 dumpaddr thread start
2015-02-17 19:00:09 init message: Done loading
2015-02-17 19:00:10 GUI: PaymentServer::LoadRootCAs : Loaded  199  root certificates 
2015-02-17 19:00:10 connect() to 61.179.64.206:8333 failed after select(): Connection refused (61)

And that's it. (If there's any extra debugging output somewhere, I didn't see it.) The OS's crash report is substantially the same as the one I posted previously, showing the segfault happening in bitcoin-msghand in Thread 11.

Here's the debugging output from a run of the standard version of Bitcoin-Qt v0.10:

2015-02-17 19:18:17 Bitcoin version v0.10.0 (2015-02-13 09:55:11 +0100)
2015-02-17 19:18:17 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-02-17 19:18:17 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2015-02-17 19:18:17 Default data directory /Users/username/Library/Application Support/Bitcoin
2015-02-17 19:18:17 Using data directory /Users/username/Library/Application Support/Bitcoin
2015-02-17 19:18:17 Using config file /Users/username/Library/Application Support/Bitcoin/bitcoin.conf
2015-02-17 19:18:17 Using at most 125 connections (2560 file descriptors available)
2015-02-17 19:18:17 Using 2 threads for script verification
2015-02-17 19:18:17 Using wallet wallet.dat
2015-02-17 19:18:17 init message: Verifying wallet...
2015-02-17 19:18:17 CDBEnv::Open : LogDir=/Users/username/Library/Application Support/Bitcoin/database ErrorFile=/Users/username/Library/Application Support/Bitcoin/db.log
2015-02-17 19:18:18 Bound to [::]:8333
2015-02-17 19:18:18 Bound to 0.0.0.0:8333
2015-02-17 19:18:18 init message: Loading block index...
2015-02-17 19:18:18 Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/blocks/index
2015-02-17 19:18:19 Opened LevelDB successfully
2015-02-17 19:18:19 Opening LevelDB in /Users/username/Library/Application Support/Bitcoin/chainstate
2015-02-17 19:18:19 Opened LevelDB successfully
2015-02-17 19:18:26 LoadBlockIndexDB: last block file = 232
2015-02-17 19:18:26 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=235, size=96589163, heights=343681...343915, time=2015-02-16...2015-02-17)
2015-02-17 19:18:26 Checking all blk files are present...
2015-02-17 19:18:26 LoadBlockIndexDB(): transaction index disabled
2015-02-17 19:18:26 LoadBlockIndexDB(): hashBestChain=0000000000000000186bc8a19b3a9f2572e71349e8cbe9fce00b74aa70ef1803 height=343915 date=2015-02-17 17:28:14 progress=0.999850
2015-02-17 19:18:26 init message: Verifying blocks...
2015-02-17 19:18:26 Verifying last 288 blocks at level 3
2015-02-17 19:21:33 No coin database inconsistencies in last 223 blocks (148933 transactions)
2015-02-17 19:21:40  block index          201805ms
2015-02-17 19:21:40 init message: Loading wallet...
2015-02-17 19:21:40 nFileVersion = 100000
2015-02-17 19:21:40 Keys: 103 plaintext, 0 encrypted, 1 w/ metadata, 103 total
2015-02-17 19:21:40  wallet                  513ms
2015-02-17 19:21:40 mapBlockIndex.size() = 344081
2015-02-17 19:21:40 nBestHeight = 343915
2015-02-17 19:21:40 setKeyPool.size() = 100
2015-02-17 19:21:40 mapWallet.size() = 1
2015-02-17 19:21:40 mapAddressBook.size() = 3
2015-02-17 19:21:40 init message: Loading addresses...
2015-02-17 19:21:41 Loaded 17972 addresses from peers.dat  181ms
2015-02-17 19:21:41 AddLocal([2605:a601:434:8200:21e:c2ff:fe09:5721]:8333,1)
2015-02-17 19:21:41 Discover: IPv6 en0: 2605:a601:434:8200:21e:c2ff:fe09:5721
2015-02-17 19:21:41 init message: Done loading
2015-02-17 19:21:41 dnsseed thread start
2015-02-17 19:21:41 upnp thread start
2015-02-17 19:21:41 net thread start
2015-02-17 19:21:41 addcon thread start
2015-02-17 19:21:41 opencon thread start
2015-02-17 19:21:41 msghand thread start
2015-02-17 19:21:41 dumpaddr thread start
2015-02-17 19:21:41 GUI: PaymentServer::LoadRootCAs : Loaded  199  root certificates

Anything else I can run?

@paveljanik
Copy link
Contributor

Run bitcoind under gdb:

$ gdb bitcoind
gdb> run ... arguments ....
gdb> where

and post the resulting output.

@ericpashman
Copy link
Author

(gdb) run ... arguments ....
Starting program: /Users/username/Downloads/bitcoin-0.10.0/bin/bitcoind ... arguments ....
Reading symbols for shared libraries +++. done
Error: There is no RPC client functionality in bitcoind anymore. Use the bitcoin-cli utility instead.

Program exited with code 01.
gdb /Users/username/Downloads/bitcoin-0.10.0/bin/bitcoin-cli

<info elided>

(gdb) run ... arguments ....
Starting program: /Users/username/Downloads/bitcoin-0.10.0/bin/bitcoin-cli ... arguments ....
Reading symbols for shared libraries +++. done
error: couldn't connect to server

Program exited with code 01.

What am I doing wrong?

@ericpashman
Copy link
Author

By the way:

$ ./test_bitcoin
Running 133 test cases...

*** No errors detected

And:

$ ./test_bitcoin-qt
********* Start testing of URITests *********
Config: Using QtTest library 5.2.1, Qt 5.2.1
PASS   : URITests::initTestCase()
PASS   : URITests::uriTests()
PASS   : URITests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of URITests *********
********* Start testing of PaymentServerTests *********
Config: Using QtTest library 5.2.1, Qt 5.2.1
PASS   : PaymentServerTests::initTestCase()
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::initNetManager : No active proxy server found. 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Secure payment request from  "testmerchant.org" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : Payment request: certificate expired or not yet active:  QSslCertificate( "3" , "03" , "LxHILx+N3qwVoAcCmQ5cyw==" , () , ("Expired Test Merchant") , QMap() , QDateTime("2013-02-23 21:26:43.000 UTC Qt::UTC") , QDateTime("2013-02-24 21:26:43.000 UTC Qt::UTC") ) 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Insecure payment request to  "1EcqLEpyu3zY7T5QU7RLrHEQH134KeGPXR" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : Payment request: certificate expired or not yet active:  QSslCertificate( "3" , "03" , "LxHILx+N3qwVoAcCmQ5cyw==" , () , ("Expired Test Merchant") , QMap() , QDateTime("2013-02-23 21:26:43.000 UTC Qt::UTC") , QDateTime("2013-02-24 21:26:43.000 UTC Qt::UTC") ) 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Secure payment request from  "testmerchant8.org" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : Payment request: certificate expired or not yet active:  QSslCertificate( "3" , "06" , "MiZaQ+g9lSHZGuHWkXZG+g==" , () , ("Payment Request Intermediate 5") , QMap() , QDateTime("2013-02-23 22:59:51.000 UTC Qt::UTC") , QDateTime("2013-02-24 22:59:51.000 UTC Qt::UTC") ) 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Insecure payment request to  "1EcqLEpyu3zY7T5QU7RLrHEQH134KeGPXR" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : Payment request: certificate expired or not yet active:  QSslCertificate( "3" , "06" , "MiZaQ+g9lSHZGuHWkXZG+g==" , () , ("Payment Request Intermediate 5") , QMap() , QDateTime("2013-02-23 22:59:51.000 UTC Qt::UTC") , QDateTime("2013-02-24 22:59:51.000 UTC Qt::UTC") ) 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : SSL error:  certificate signature failure 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Insecure payment request to  "1EcqLEpyu3zY7T5QU7RLrHEQH134KeGPXR" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : SSL error:  certificate signature failure 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : SSL error:  unable to get local issuer certificate 
QDEBUG : PaymentServerTests::paymentServerTests() PaymentServer::processPaymentRequest : Insecure payment request to  "1EcqLEpyu3zY7T5QU7RLrHEQH134KeGPXR" 
QWARN  : PaymentServerTests::paymentServerTests() PaymentRequestPlus::getMerchant : SSL error:  unable to get local issuer certificate 
QWARN  : PaymentServerTests::paymentServerTests() "PaymentServer::readPaymentRequestFromFile: Payment request /var/folders/ct/ct-x4gdQFoylwqK9TTo3nE+++TI/-Tmp-/Bitcoin-Qt-test.aQ2032 is too large (50001 bytes, allowed 50000 bytes)." 
PASS   : PaymentServerTests::paymentServerTests()
PASS   : PaymentServerTests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of PaymentServerTests *********

@theuni
Copy link
Member

theuni commented Feb 17, 2015

Could you please post the osx crashlog from the debug version, even if you think it looks the same?

The symbols are missing from your original (most look like non-virtual thunk to boost::exception_detail...+xyz). The debug version should have the real symbols.

@paveljanik
Copy link
Contributor

Use e.g. run -debug -printtoconsole

@ericpashman
Copy link
Author

Here's the crash report from the debug version:

Process:         Bitcoin-Qt [2254]
Path:            /Users/username/Downloads/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
Identifier:      org.bitcoinfoundation.Bitcoin-Qt
Version:         0.10.0 (0.10.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [181]

Date/Time:       2015-02-17 13:56:17.484 -0600
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          494556 sec
Crashes Since Last Report:           10
Per-App Interval Since Last Report:  1560 sec
Per-App Crashes Since Last Report:   7
Anonymous UUID:                      E5B7C4B9-BEDD-4BEF-B852-81020A95F7E8

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  11  bitcoin-msghand

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x00007fff888e0d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff888e13ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff8555b902 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8555ad8f CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox             0x00007fff869707ee RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox             0x00007fff869705f3 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox             0x00007fff869704ac BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit                0x00007fff80fceeb2 _DPSNextEvent + 708
8   com.apple.AppKit                0x00007fff80fce801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit                0x00007fff80f9468f -[NSApplication run] + 395
10  ...itcoinfoundation.Bitcoin-Qt  0x000000015cefdba7 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 94999
11  ...itcoinfoundation.Bitcoin-Qt  0x000000015d59188d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
12  ...itcoinfoundation.Bitcoin-Qt  0x000000015d5940e2 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7002194
13  ...itcoinfoundation.Bitcoin-Qt  0x000000015cb29443 0x15cb15000 + 83011
14  ...itcoinfoundation.Bitcoin-Qt  0x000000015cb26cb4 0x15cb15000 + 72884

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x00007fff888f9c0a kevent + 10
1   libSystem.B.dylib               0x00007fff888fbadd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib               0x00007fff888fb7b4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib               0x00007fff888fb2de _dispatch_worker_thread2 + 252
4   libSystem.B.dylib               0x00007fff888fac08 _pthread_wqthread + 353
5   libSystem.B.dylib               0x00007fff888faaa5 start_wqthread + 13

Thread 2:  com.apple.CFSocket.private
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x00007fff8557d468 __CFSocketManager + 824
2   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
3   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 3:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8bc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c98ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015d59188d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015d459293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015d45c500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 4:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8bc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c98ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015d59188d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015d459293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015d45c500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 5:  bitcoin-scriptch
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015cb3b4bb non-virtual thunk to boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_injector() + 699
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ccd243f boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 365071
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cca0b3e boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 162062
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cc7213a non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_function_call>::~error_info_injector() + 938
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 6:  bitcoin-dnsseed
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0ac40 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 596496
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 7:  bitcoin-upnp
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0a679 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 595017
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 8:  bitcoin-net
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0889f boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 587375
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
5   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
6   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 9:  bitcoin-addcon
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0df1e boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 609518
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 10:  bitcoin-opencon
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0cbb2 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 604546
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
8   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
9   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
10  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 Crashed:  bitcoin-msghand
0   ???                             000000000000000000 0 + 0
1   ...itcoinfoundation.Bitcoin-Qt  0x000000015cc91fb3 boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 101763
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ccdd0ec boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 409276
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27295 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 66821
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd2713b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 66475
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd24fe8 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 57944
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd0e56b boost::thread::thread<void (*)(std::string), std::string>(void (*)(std::string), std::string, boost::disable_if<boost::thread_detail::is_convertible<void (*&)(std::string), boost::thread_attributes>, boost::thread::dummy*>::type) + 611131
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd16f7c _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 492
8   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd27c5b _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 69323
9   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
10  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
11  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 12:  bitcoin-dumpaddr
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd17e78 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 4328
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd22512 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 46978
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 13:  bitcoin-wallet
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceeb8cc non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 20540
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea9ee non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 16734
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cea3894 boost::filesystem::filesystem_error::what() const + 14724
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015ce5316a non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_lexical_cast>::~error_info_injector() + 360858
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015cc69cd4 boost::detail::thread_data_base::thread_data_base() + 900
7   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 14:
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015cdbd46b non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_get>::~error_info_injector() + 73339
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015cdbd1d8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::bad_get>::~error_info_injector() + 72680
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015cd97de9 _ZN5boost6threadC1INS_3_bi6bind_tIvPFvPKcPFvvEENS2_5list2INS2_5valueIS5_EENSB_IS7_EEEEEEEET_NS_12disable_if_cIXsr5boost13thread_detail14is_convertibleIRSG_NS_6detail13thread_move_tISG_EEEE5valueEPNS0_5dummyEE4typeE + 528473
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015cda04bb non-virtual thunk to boost::exception_detail::error_info_injector<boost::gregorian::bad_year>::~error_info_injector() + 8955
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015ceea389 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 15097
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 15:  Qt bearer thread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8283 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7215603
2   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c8bc8 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7217976
3   ...itcoinfoundation.Bitcoin-Qt  0x000000015d5c98ba non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 7221290
4   ...itcoinfoundation.Bitcoin-Qt  0x000000015d59188d non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 6991869
5   ...itcoinfoundation.Bitcoin-Qt  0x000000015d459293 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5712387
6   ...itcoinfoundation.Bitcoin-Qt  0x000000015d45c500 non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() + 5725296
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 crashed with X86 Thread State (64-bit):
  rax: 0x43b3abb409c35662  rbx: 0x0000000122e4c660  rcx: 0x00000000d9b4be01  rdx: 0x00000000022b4100
  rdi: 0x0000000122e4c664  rsi: 0x000000000000000c  rbp: 0x000000011b38b440  rsp: 0x000000011b38b3f8
   r8: 0x0000000000000001   r9: 0x00000001261b9cc0  r10: 0x0000000000000000  r11: 0x0000000000000006
  r12: 0x0000000101029800  r13: 0x0000000122e4c6b8  r14: 0x000000011b38b558  r15: 0x0000000122e4c664
  rip: 0x0000000000000000  rfl: 0x0000000000010202  cr2: 0x0000000000000000

Binary Images:
       0x15cb15000 -        0x15dff8fcf +org.bitcoinfoundation.Bitcoin-Qt 0.10.0 (0.10.0) <B9B19D27-8C92-345D-999D-3CB751208213> /Users/username/Downloads/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
       0x15e108000 -        0x15e10eff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff8001b000 -     0x7fff80020fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff80021000 -     0x7fff802aaff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff803e0000 -     0x7fff80823fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80824000 -     0x7fff80865fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff80866000 -     0x7fff80874ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff80875000 -     0x7fff80af7fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff80b93000 -     0x7fff80be9fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80eea000 -     0x7fff80f8afff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff80f8b000 -     0x7fff81985ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff829f1000 -     0x7fff82a5bfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff82b61000 -     0x7fff82d1ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
    0x7fff8358c000 -     0x7fff835e1ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff83670000 -     0x7fff8382ffff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff83865000 -     0x7fff83880ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff838f3000 -     0x7fff83d3afef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83d3b000 -     0x7fff83d3cfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d3d000 -     0x7fff83d3dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83daf000 -     0x7fff83dc6fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff84658000 -     0x7fff8465bff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8465c000 -     0x7fff8465fff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff84660000 -     0x7fff8466bff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff846e9000 -     0x7fff84768fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff847c2000 -     0x7fff8487bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff8487c000 -     0x7fff8488bfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff84932000 -     0x7fff849effff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff849f0000 -     0x7fff84b06ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
    0x7fff84b07000 -     0x7fff84b50fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff84b51000 -     0x7fff84b51ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff84b52000 -     0x7fff84b57ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff84b58000 -     0x7fff84bf2fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff84bf3000 -     0x7fff84cb4fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff84cb5000 -     0x7fff84cd6fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8501b000 -     0x7fff8501efff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8501f000 -     0x7fff8515dfff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8515e000 -     0x7fff8517ffff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
    0x7fff85363000 -     0x7fff85367ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff85461000 -     0x7fff85488ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff854d9000 -     0x7fff8550cff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8550f000 -     0x7fff85686fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85687000 -     0x7fff856affff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff856b0000 -     0x7fff856b0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff856b1000 -     0x7fff856b7ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff85850000 -     0x7fff85866fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff85867000 -     0x7fff85892ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
    0x7fff85893000 -     0x7fff85899ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8589a000 -     0x7fff8589aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8589b000 -     0x7fff858e7fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff85a30000 -     0x7fff85a30ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85a31000 -     0x7fff85ab6ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff85ab7000 -     0x7fff85b9cfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff85b9d000 -     0x7fff85b9eff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff85c0d000 -     0x7fff85c8afef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85d57000 -     0x7fff85d92fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85d93000 -     0x7fff85d95fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff85d96000 -     0x7fff85d9bfff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff85fe5000 -     0x7fff85ff7fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff85ff8000 -     0x7fff85ff9ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8604f000 -     0x7fff86064ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86065000 -     0x7fff86115fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff861ef000 -     0x7fff861fefef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8625d000 -     0x7fff862b0ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff862bb000 -     0x7fff8634bfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8634c000 -     0x7fff86401fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff86402000 -     0x7fff86440fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff865e3000 -     0x7fff8661dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
    0x7fff86634000 -     0x7fff866eaff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff866eb000 -     0x7fff8672eff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86942000 -     0x7fff86c40fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86c41000 -     0x7fff86c47ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86cc8000 -     0x7fff86ccffff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86e9c000 -     0x7fff86fb6fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff86ff5000 -     0x7fff86ff5ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8700f000 -     0x7fff87059ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8705a000 -     0x7fff8709bfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8715b000 -     0x7fff8715fff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87160000 -     0x7fff871a7ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87680000 -     0x7fff876a3fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff876c8000 -     0x7fff876edff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff876ee000 -     0x7fff87702fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87703000 -     0x7fff87838fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8787d000 -     0x7fff8789dfff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8789e000 -     0x7fff879bdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff879be000 -     0x7fff87a9bfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87a9c000 -     0x7fff87afcfe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87e5e000 -     0x7fff87e6fff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff8855f000 -     0x7fff88561fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff888e0000 -     0x7fff88aa1fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff88b6d000 -     0x7fff88bb5ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88bb6000 -     0x7fff88bccfe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88bcd000 -     0x7fff893d7fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff89456000 -     0x7fff897f3fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89930000 -     0x7fff89949fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8994a000 -     0x7fff89a1efe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff89a1f000 -     0x7fff89a1fff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89a20000 -     0x7fff89d54fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff89d55000 -     0x7fff89e17fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff89e1f000 -     0x7fff89e33ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff89eb7000 -     0x7fff89f43fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89f8f000 -     0x7fff89fc0fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff89fc1000 -     0x7fff8a03fff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8a040000 -     0x7fff8a04dfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8a08d000 -     0x7fff8a789ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a78a000 -     0x7fff8a7d9ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBook3,1, BootROM MB31.008E.B02, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.24f3
Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: WDC WD3200BEVT-00ZCT0, 298.09 GB
Parallel ATA Device: MATSHITADVD-R   UJ-857E
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 0xfa200000 / 2
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x5d200000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2

@paveljanik
Copy link
Contributor

Out of curiosity: does it crash when you are not connected to the Internet (pull the plug ;-).

@ericpashman
Copy link
Author

Here's the GDB output:

$ gdb ./bitcoind
GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ... done

(gdb) run -debug -printtoconsol
Starting program: /Users/username/Downloads/bitcoin-0.10.0/bin/bitcoind -debug -printtoconsol
Reading symbols for shared libraries +++. done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
[Switching to process 2699]
0x0000000000000000 in ?? ()
(gdb) where
#0  0x0000000000000000 in ?? ()
#1  0x000000017d0ccf36 in std::length_error::~length_error ()
#2  0x000000017cf59d53 in boost::thread::thread<void (*)(std::string), std::string> ()
#3  0x000000017cfac9fc in boost::thread::thread<void (*)(std::string), std::string> ()
#4  0x000000017cff6265 in boost::thread::thread<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > > ()
#5  0x000000017cff610b in boost::thread::thread<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > > ()
#6  0x000000017cff56b8 in boost::thread::thread<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > > ()
#7  0x000000017cfe2e9b in boost::thread::thread<void (*)(std::string), std::string> ()
#8  0x000000017cfeb6dc in boost::thread::thread<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > > ()
#9  0x000000017cff6c2b in boost::thread::thread<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > > ()
#10 0x000000017d1c1519 in non-virtual thunk to boost::exception_detail::error_info_injector<boost::program_options::error>::~error_info_injector() ()
#11 0x00007fff88919fd6 in _pthread_start ()
#12 0x00007fff88919e89 in thread_start ()

@theuni
Copy link
Member

theuni commented Feb 17, 2015

That's not a crashlog from the debug version (it shows the path as: /Users/username/Downloads/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt). Please run the debug version again for a crash, and double-check that the crashlog shows the correct path.

@ericpashman
Copy link
Author

No, it's not! Sorry, I have so many versions of Bitcoin Core around now that I confused myself.

Running now. ...

@ericpashman
Copy link
Author

OK, here's the REAL output from the debug version:

$ ./bitcoin-0.10-osx-debug
2015-02-17 14:07:18.742 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1002055d0 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.748 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1002f0c20 of class NSCFDictionary autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.749 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1002e6110 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.751 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1001eeb10 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.752 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x114502450 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.754 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1001ef200 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.755 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x1002e9350 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.756 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x100241c00 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:07:18.757 bitcoin-0.10-osx-debug[3061:903] *** __NSAutoreleaseNoPool(): Object 0x100178120 of class NSCFArray autoreleased with no pool in place - just leaking
Segmentation fault

And here's the crash report:

Process:         bitcoin-0.10-osx-debug [3061]
Path:            /Users/username/Downloads/./bitcoin-0.10-osx-debug
Identifier:      bitcoin-0.10-osx-debug
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [945]

Date/Time:       2015-02-17 14:11:40.101 -0600
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          495493 sec
Crashes Since Last Report:           11
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      E5B7C4B9-BEDD-4BEF-B852-81020A95F7E8

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  11  bitcoin-msghand

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x00007fff888e0d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff888e13ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff8555b902 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8555ad8f CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox             0x00007fff869707ee RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox             0x00007fff869705f3 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox             0x00007fff869704ac BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit                0x00007fff80fceeb2 _DPSNextEvent + 708
8   com.apple.AppKit                0x00007fff80fce801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit                0x00007fff80f9468f -[NSApplication run] + 395
10  bitcoin-0.10-osx-debug          0x000000018a36e219 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1689
11  bitcoin-0.10-osx-debug          0x000000018a9917ba QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 42
12  bitcoin-0.10-osx-debug          0x000000018a9918e3 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 275
13  bitcoin-0.10-osx-debug          0x000000018a993e1a QCoreApplication::exec() + 234
14  bitcoin-0.10-osx-debug          0x0000000189f1b927 main + 2567
15  bitcoin-0.10-osx-debug          0x0000000189f19374 start + 52

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x00007fff888f9c0a kevent + 10
1   libSystem.B.dylib               0x00007fff888fbadd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib               0x00007fff888fb7b4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib               0x00007fff888fb2de _dispatch_worker_thread2 + 252
4   libSystem.B.dylib               0x00007fff888fac08 _pthread_wqthread + 353
5   libSystem.B.dylib               0x00007fff888faaa5 start_wqthread + 13

Thread 2:  com.apple.CFSocket.private
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x00007fff8557d468 __CFSocketManager + 824
2   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
3   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 3:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   bitcoin-0.10-osx-debug          0x000000018a9d21f3 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 179
2   bitcoin-0.10-osx-debug          0x000000018a9d293d QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 717
3   bitcoin-0.10-osx-debug          0x000000018a9d3a8d QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 269
4   bitcoin-0.10-osx-debug          0x000000018a9917ba QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 42
5   bitcoin-0.10-osx-debug          0x000000018a9918e3 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 275
6   bitcoin-0.10-osx-debug          0x000000018a880baf QThread::exec() + 111
7   bitcoin-0.10-osx-debug          0x000000018a8854a2 QThreadPrivate::start(void*) + 306
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 4:  QThread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   bitcoin-0.10-osx-debug          0x000000018a9d21f3 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 179
2   bitcoin-0.10-osx-debug          0x000000018a9d293d QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 717
3   bitcoin-0.10-osx-debug          0x000000018a9d3a8d QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 269
4   bitcoin-0.10-osx-debug          0x000000018a9917ba QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 42
5   bitcoin-0.10-osx-debug          0x000000018a9918e3 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 275
6   bitcoin-0.10-osx-debug          0x000000018a880baf QThread::exec() + 111
7   bitcoin-0.10-osx-debug          0x000000018a8854a2 QThreadPrivate::start(void*) + 306
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 5:  bitcoin-scriptch
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x0000000189f3a01b boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 91
3   bitcoin-0.10-osx-debug          0x000000018a0c7893 CCheckQueue<CScriptCheck>::Loop(bool) + 611
4   bitcoin-0.10-osx-debug          0x000000018a0a798b CCheckQueue<CScriptCheck>::Thread() + 27
5   bitcoin-0.10-osx-debug          0x000000018a08d84c ThreadScriptCheck() + 44
6   bitcoin-0.10-osx-debug          0x000000018a04a6ba boost::detail::thread_data<void (*)()>::run() + 26
7   bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 6:  bitcoin-dnsseed
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a18444f boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&) + 95
3   bitcoin-0.10-osx-debug          0x000000018a359a03 boost::condition_variable::do_wait_for(boost::unique_lock<boost::mutex>&, timespec const&) + 99
4   bitcoin-0.10-osx-debug          0x000000018a358333 boost::this_thread::hiden::sleep_for(timespec const&) + 83
5   bitcoin-0.10-osx-debug          0x000000018a308a4d boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) + 45
6   bitcoin-0.10-osx-debug          0x000000018a301145 void boost::this_thread::sleep_for<long long, boost::ratio<1l, 1000l> >(boost::chrono::duration<long long, boost::ratio<1l, 1000l> > const&) + 197
7   bitcoin-0.10-osx-debug          0x000000018a300c14 MilliSleep(long long) + 36
8   bitcoin-0.10-osx-debug          0x000000018a122bae ThreadDNSAddressSeed() + 110
9   bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
10  bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
11  bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
12  bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
13  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
14  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
15  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 7:  bitcoin-upnp
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a18444f boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&) + 95
3   bitcoin-0.10-osx-debug          0x000000018a359a03 boost::condition_variable::do_wait_for(boost::unique_lock<boost::mutex>&, timespec const&) + 99
4   bitcoin-0.10-osx-debug          0x000000018a358333 boost::this_thread::hiden::sleep_for(timespec const&) + 83
5   bitcoin-0.10-osx-debug          0x000000018a308a4d boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) + 45
6   bitcoin-0.10-osx-debug          0x000000018a301145 void boost::this_thread::sleep_for<long long, boost::ratio<1l, 1000l> >(boost::chrono::duration<long long, boost::ratio<1l, 1000l> > const&) + 197
7   bitcoin-0.10-osx-debug          0x000000018a300c14 MilliSleep(long long) + 36
8   bitcoin-0.10-osx-debug          0x000000018a122810 ThreadMapPort() + 656
9   bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
10  bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
11  bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
12  bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
13  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
14  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
15  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 8:  bitcoin-net
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   bitcoin-0.10-osx-debug          0x000000018a1212cc ThreadSocketHandler() + 2332
2   bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
3   bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
4   bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
5   bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
6   bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
7   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
8   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 9:  bitcoin-addcon
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a18444f boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&) + 95
3   bitcoin-0.10-osx-debug          0x000000018a359a03 boost::condition_variable::do_wait_for(boost::unique_lock<boost::mutex>&, timespec const&) + 99
4   bitcoin-0.10-osx-debug          0x000000018a358333 boost::this_thread::hiden::sleep_for(timespec const&) + 83
5   bitcoin-0.10-osx-debug          0x000000018a308a4d boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) + 45
6   bitcoin-0.10-osx-debug          0x000000018a301145 void boost::this_thread::sleep_for<long long, boost::ratio<1l, 1000l> >(boost::chrono::duration<long long, boost::ratio<1l, 1000l> > const&) + 197
7   bitcoin-0.10-osx-debug          0x000000018a300c14 MilliSleep(long long) + 36
8   bitcoin-0.10-osx-debug          0x000000018a1249c9 ThreadOpenAddedConnections() + 2873
9   bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
10  bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
11  bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
12  bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
13  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
14  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
15  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 10:  bitcoin-opencon
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   bitcoin-0.10-osx-debug          0x000000018a2d4c25 ConnectSocketDirectly(CService const&, unsigned int&, int) + 389
2   bitcoin-0.10-osx-debug          0x000000018a2d49ef ConnectSocket(CService const&, unsigned int&, int, bool*) + 191
3   bitcoin-0.10-osx-debug          0x000000018a11f4de ConnectNode(CAddress, char const*) + 286
4   bitcoin-0.10-osx-debug          0x000000018a123d96 OpenNetworkConnection(CAddress const&, CSemaphoreGrant*, char const*, bool) + 166
5   bitcoin-0.10-osx-debug          0x000000018a123a92 ThreadOpenConnections() + 1522
6   bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
7   bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
8   bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
9   bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
10  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
11  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
12  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 Crashed:  bitcoin-msghand
0   ???                             000000000000000000 0 + 0
1   bitcoin-0.10-osx-debug          0x000000018a0863d4 ProcessMessages(CNode*) + 324
2   bitcoin-0.10-osx-debug          0x000000018a0d869c boost::detail::function::function_invoker1<bool (*)(CNode*), bool, CNode*>::invoke(boost::detail::function::function_buffer&, CNode*) + 28
3   bitcoin-0.10-osx-debug          0x000000018a15166f boost::function1<bool, CNode*>::operator()(CNode*) const + 63
4   bitcoin-0.10-osx-debug          0x000000018a1515d4 boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker::m_invoke(boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > const&, ...) const + 132
5   bitcoin-0.10-osx-debug          0x000000018a15152d boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker::operator()(boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > const&) const + 29
6   bitcoin-0.10-osx-debug          0x000000018a151495 boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >::dereference() const + 69
7   bitcoin-0.10-osx-debug          0x000000018a151409 boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >::reference boost::iterator_core_access::dereference<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >(boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > const&) + 25
8   bitcoin-0.10-osx-debug          0x000000018a1512d1 boost::iterator_facade<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >, bool, boost::single_pass_traversal_tag, bool const&, long>::operator*() const + 33
9   bitcoin-0.10-osx-debug          0x000000018a151207 boost::optional<bool> boost::signals2::optional_last_value<bool>::operator()<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >(boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >) const + 71
10  bitcoin-0.10-osx-debug          0x000000018a14d0ab boost::optional<bool> boost::signals2::detail::combiner_invoker<boost::optional<bool> >::operator()<boost::signals2::optional_last_value<bool>, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >(boost::signals2::optional_last_value<bool>&, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >) const + 107
11  bitcoin-0.10-osx-debug          0x000000018a14cc9d boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::operator()(CNode*) + 477
12  bitcoin-0.10-osx-debug          0x000000018a12ce85 boost::signals2::signal1<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::operator()(CNode*) + 53
13  bitcoin-0.10-osx-debug          0x000000018a124da6 ThreadMessageHandler() + 678
14  bitcoin-0.10-osx-debug          0x000000018a12b53e void TraceThread<void (*)()>(char const*, void (*)()) + 94
15  bitcoin-0.10-osx-debug          0x000000018a156cc3 void boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)()), boost::_bi::list0&, int) + 67
16  bitcoin-0.10-osx-debug          0x000000018a156c63 boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator()() + 35
17  bitcoin-0.10-osx-debug          0x000000018a156c20 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run() + 32
18  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
19  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
20  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 12:  bitcoin-dumpaddr
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a18444f boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&) + 95
3   bitcoin-0.10-osx-debug          0x000000018a359a03 boost::condition_variable::do_wait_for(boost::unique_lock<boost::mutex>&, timespec const&) + 99
4   bitcoin-0.10-osx-debug          0x000000018a358333 boost::this_thread::hiden::sleep_for(timespec const&) + 83
5   bitcoin-0.10-osx-debug          0x000000018a308a4d boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) + 45
6   bitcoin-0.10-osx-debug          0x000000018a301145 void boost::this_thread::sleep_for<long long, boost::ratio<1l, 1000l> >(boost::chrono::duration<long long, boost::ratio<1l, 1000l> > const&) + 197
7   bitcoin-0.10-osx-debug          0x000000018a300c14 MilliSleep(long long) + 36
8   bitcoin-0.10-osx-debug          0x000000018a12d2d8 void LoopForever<void (*)()>(char const*, void (*)(), long long) + 88
9   bitcoin-0.10-osx-debug          0x000000018a146eb7 void boost::_bi::list3<boost::_bi::value<char const*>, boost::_bi::value<void (*)()>, boost::_bi::value<int> >::operator()<void (*)(char const*, void (*)(), long long), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(char const*, void (*)(), long long), boost::_bi::list0&, int) + 87
10  bitcoin-0.10-osx-debug          0x000000018a146e4a boost::_bi::bind_t<void, void (*)(char const*, void (*)(), long long), boost::_bi::list3<boost::_bi::value<char const*>, boost::_bi::value<void (*)()>, boost::_bi::value<int> > >::operator()() + 42
11  bitcoin-0.10-osx-debug          0x000000018a146e00 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)(), long long), boost::_bi::list3<boost::_bi::value<char const*>, boost::_bi::value<void (*)()>, boost::_bi::value<int> > > >::run() + 32
12  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
13  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
14  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 13:  bitcoin-wallet
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a18444f boost::condition_variable::do_wait_until(boost::unique_lock<boost::mutex>&, timespec const&) + 95
3   bitcoin-0.10-osx-debug          0x000000018a359a03 boost::condition_variable::do_wait_for(boost::unique_lock<boost::mutex>&, timespec const&) + 99
4   bitcoin-0.10-osx-debug          0x000000018a358333 boost::this_thread::hiden::sleep_for(timespec const&) + 83
5   bitcoin-0.10-osx-debug          0x000000018a308a4d boost::this_thread::sleep_for(boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> > const&) + 45
6   bitcoin-0.10-osx-debug          0x000000018a301145 void boost::this_thread::sleep_for<long long, boost::ratio<1l, 1000l> >(boost::chrono::duration<long long, boost::ratio<1l, 1000l> > const&) + 197
7   bitcoin-0.10-osx-debug          0x000000018a300c14 MilliSleep(long long) + 36
8   bitcoin-0.10-osx-debug          0x000000018a2a12ba ThreadFlushWalletDB(std::string const&) + 234
9   bitcoin-0.10-osx-debug          0x000000018a038633 void boost::_bi::list1<boost::reference_wrapper<std::string> >::operator()<void (*)(std::string const&), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(std::string const&), boost::_bi::list0&, int) + 51
10  bitcoin-0.10-osx-debug          0x000000018a0385ea boost::_bi::bind_t<void, void (*)(std::string const&), boost::_bi::list1<boost::reference_wrapper<std::string> > >::operator()() + 42
11  bitcoin-0.10-osx-debug          0x000000018a037d40 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&), boost::_bi::list1<boost::reference_wrapper<std::string> > > >::run() + 32
12  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
13  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
14  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 14:
0   libSystem.B.dylib               0x00007fff8891ba6a __semwait_signal + 10
1   libSystem.B.dylib               0x00007fff8891f881 _pthread_cond_wait + 1286
2   bitcoin-0.10-osx-debug          0x000000018a206d83 void boost::asio::detail::posix_event::wait<boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex> >(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&) + 99
3   bitcoin-0.10-osx-debug          0x000000018a20642a boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 154
4   bitcoin-0.10-osx-debug          0x000000018a2061f1 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 209
5   bitcoin-0.10-osx-debug          0x000000018a1b2ef6 boost::asio::io_service::run() + 54
6   bitcoin-0.10-osx-debug          0x000000018a1c418c boost::_mfi::mf0<unsigned long, boost::asio::io_service>::operator()(boost::asio::io_service*) const + 44
7   bitcoin-0.10-osx-debug          0x000000018a1c4109 unsigned long boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> >::operator()<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list0>(boost::_bi::type<unsigned long>, boost::_mfi::mf0<unsigned long, boost::asio::io_service>&, boost::_bi::list0&, long) + 57
8   bitcoin-0.10-osx-debug          0x000000018a1c40ba boost::_bi::bind_t<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> > >::operator()() + 42
9   bitcoin-0.10-osx-debug          0x000000018a1c4070 boost::detail::thread_data<boost::_bi::bind_t<unsigned long, boost::_mfi::mf0<unsigned long, boost::asio::io_service>, boost::_bi::list1<boost::_bi::value<boost::asio::io_service*> > > >::run() + 32
10  bitcoin-0.10-osx-debug          0x000000018a357af4 thread_proxy + 148
11  libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
12  libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 15:  Qt bearer thread
0   libSystem.B.dylib               0x00007fff88924932 select$DARWIN_EXTSN + 10
1   bitcoin-0.10-osx-debug          0x000000018a9d21f3 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 179
2   bitcoin-0.10-osx-debug          0x000000018a9d293d QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 717
3   bitcoin-0.10-osx-debug          0x000000018a9d3a8d QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 269
4   bitcoin-0.10-osx-debug          0x000000018a9917ba QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 42
5   bitcoin-0.10-osx-debug          0x000000018a9918e3 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 275
6   bitcoin-0.10-osx-debug          0x000000018a880baf QThread::exec() + 111
7   bitcoin-0.10-osx-debug          0x000000018a8854a2 QThreadPrivate::start(void*) + 306
8   libSystem.B.dylib               0x00007fff88919fd6 _pthread_start + 331
9   libSystem.B.dylib               0x00007fff88919e89 thread_start + 13

Thread 11 crashed with X86 Thread State (64-bit):
  rax: 0xaff9ea72829612b5  rbx: 0x0000000121b622f4  rcx: 0xaff9ea72829612b5  rdx: 0x00000000d9b4be00
  rdi: 0x0000000121b622f4  rsi: 0x000000000000000c  rbp: 0x000000011ba86590  rsp: 0x000000011ba86558
   r8: 0x0000000000000001   r9: 0x000000012250a0d0  r10: 0x0000000000000000  r11: 0x0000000000000007
  r12: 0x00007fff710475e0  r13: 0x0000000121b622c0  r14: 0x000000011ba86698  r15: 0x0000000121b622f0
  rip: 0x0000000000000000  rfl: 0x0000000000010206  cr2: 0x0000000000000000

Binary Images:
       0x189f08000 -        0x18b6fafd7 +bitcoin-0.10-osx-debug ??? (???) <2A31BEFA-809A-3B99-BE05-8BF84DF6DC2A> /Users/username/Downloads/bitcoin-0.10-osx-debug
       0x18d857000 -        0x18d85dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff8001b000 -     0x7fff80020fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff80021000 -     0x7fff802aaff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff803e0000 -     0x7fff80823fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80824000 -     0x7fff80865fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff80866000 -     0x7fff80874ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff80875000 -     0x7fff80af7fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff80b93000 -     0x7fff80be9fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80eea000 -     0x7fff80f8afff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff80f8b000 -     0x7fff81985ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff829f1000 -     0x7fff82a5bfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff82b61000 -     0x7fff82d1ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
    0x7fff8358c000 -     0x7fff835e1ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff83670000 -     0x7fff8382ffff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff83865000 -     0x7fff83880ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff838f3000 -     0x7fff83d3afef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83d3b000 -     0x7fff83d3cfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff83d3d000 -     0x7fff83d3dff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83daf000 -     0x7fff83dc6fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff84658000 -     0x7fff8465bff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8465c000 -     0x7fff8465fff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff84660000 -     0x7fff8466bff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff846e9000 -     0x7fff84768fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff847c2000 -     0x7fff8487bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff8487c000 -     0x7fff8488bfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff84932000 -     0x7fff849effff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff849f0000 -     0x7fff84b06ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
    0x7fff84b07000 -     0x7fff84b50fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff84b51000 -     0x7fff84b51ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff84b52000 -     0x7fff84b57ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff84b58000 -     0x7fff84bf2fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff84bf3000 -     0x7fff84cb4fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff84cb5000 -     0x7fff84cd6fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8501b000 -     0x7fff8501efff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8501f000 -     0x7fff8515dfff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8515e000 -     0x7fff8517ffff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
    0x7fff85363000 -     0x7fff85367ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff85461000 -     0x7fff85488ff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff854d9000 -     0x7fff8550cff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8550f000 -     0x7fff85686fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85687000 -     0x7fff856affff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff856b0000 -     0x7fff856b0ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff856b1000 -     0x7fff856b7ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff85850000 -     0x7fff85866fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff85867000 -     0x7fff85892ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
    0x7fff85893000 -     0x7fff85899ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8589a000 -     0x7fff8589aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8589b000 -     0x7fff858e7fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff85a30000 -     0x7fff85a30ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff85a31000 -     0x7fff85ab6ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff85ab7000 -     0x7fff85b9cfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff85b9d000 -     0x7fff85b9eff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff85c0d000 -     0x7fff85c8afef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85d57000 -     0x7fff85d92fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85d93000 -     0x7fff85d95fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff85d96000 -     0x7fff85d9bfff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff85fe5000 -     0x7fff85ff7fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff85ff8000 -     0x7fff85ff9ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8604f000 -     0x7fff86064ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86065000 -     0x7fff86115fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff861ef000 -     0x7fff861fefef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8625d000 -     0x7fff862b0ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff862bb000 -     0x7fff8634bfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8634c000 -     0x7fff86401fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff86402000 -     0x7fff86440fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff865e3000 -     0x7fff8661dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
    0x7fff86634000 -     0x7fff866eaff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff866eb000 -     0x7fff8672eff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86942000 -     0x7fff86c40fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff86c41000 -     0x7fff86c47ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86cc8000 -     0x7fff86ccffff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86e9c000 -     0x7fff86fb6fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff86ff5000 -     0x7fff86ff5ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8700f000 -     0x7fff87059ff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8705a000 -     0x7fff8709bfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8715b000 -     0x7fff8715fff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87160000 -     0x7fff871a7ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87680000 -     0x7fff876a3fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff876c8000 -     0x7fff876edff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff876ee000 -     0x7fff87702fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87703000 -     0x7fff87838fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8787d000 -     0x7fff8789dfff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8789e000 -     0x7fff879bdff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff879be000 -     0x7fff87a9bfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87a9c000 -     0x7fff87afcfe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87e5e000 -     0x7fff87e6fff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff8855f000 -     0x7fff88561fff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff888e0000 -     0x7fff88aa1fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff88b6d000 -     0x7fff88bb5ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88bb6000 -     0x7fff88bccfe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88bcd000 -     0x7fff893d7fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff89456000 -     0x7fff897f3fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89930000 -     0x7fff89949fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8994a000 -     0x7fff89a1efe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff89a1f000 -     0x7fff89a1fff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89a20000 -     0x7fff89d54fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff89d55000 -     0x7fff89e17fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff89e1f000 -     0x7fff89e33ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff89eb7000 -     0x7fff89f43fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89f8f000 -     0x7fff89fc0fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff89fc1000 -     0x7fff8a03fff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8a040000 -     0x7fff8a04dfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8a08d000 -     0x7fff8a789ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a78a000 -     0x7fff8a7d9ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBook3,1, BootROM MB31.008E.B02, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.24f3
Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: WDC WD3200BEVT-00ZCT0, 298.09 GB
Parallel ATA Device: MATSHITADVD-R   UJ-857E
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
USB Device: Ext HDD 1021, 0x1058  (Western Digital Technologies, Inc.), 0x1021, 0xfa200000 / 2
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0229, 0x5d200000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000 / 2

@ericpashman
Copy link
Author

Per Pavel's suggestion, I tried running without a network connection. No segfault. Then it crashes as soon as I plug back in.

@paveljanik
Copy link
Contributor

Hmm, it looks like

bool ProcessMessages(CNode* pfrom)
{

gets called with pfrom==NULL? Can you please try the gdb output? Is it the same?

@paveljanik
Copy link
Contributor

Net: without network, no messages to handle, so no crash. Thanks for test.

@ericpashman
Copy link
Author

You want the gdb output for the debug version of Bitcoin-Qt? Running now. ...

@ericpashman
Copy link
Author

(gdb) run ... arguments ....
Starting program: /Users/username/Downloads/bitcoin-0.10-osx-debug ... arguments ....
Reading symbols for shared libraries .++++++++++++++++.................................................................................+ done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
PaymentServer::ipcSendCommandLine : Payment request file does not exist:  "..." 
PaymentServer::ipcSendCommandLine : Payment request file does not exist:  "arguments" 
PaymentServer::ipcSendCommandLine : Payment request file does not exist:  "...." 
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
2015-02-17 14:34:10.539 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x100148300 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.545 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x114297f30 of class NSCFDictionary autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.546 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x100179f50 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.548 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1142a7de0 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.549 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1142acda0 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.550 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1004f8810 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.551 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1001aff30 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.553 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1001a2cc0 of class NSCFArray autoreleased with no pool in place - just leaking
2015-02-17 14:34:10.554 bitcoin-0.10-osx-debug[4816:a0f] *** __NSAutoreleaseNoPool(): Object 0x1145134d0 of class NSCFArray autoreleased with no pool in place - just leaking
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
[Switching to process 4816]
0x0000000000000000 in ?? ()
(gdb) where
#0  0x0000000000000000 in ?? ()
#1  0x000000012a13acd5 in CMessageHeader::GetCommand ()
#2  0x0000000129ee63d4 in ProcessMessages ()
#3  0x0000000129f3869c in boost::detail::function::function_invoker1<bool (*)(CNode*), bool, CNode*>::invoke ()
#4  0x0000000129fb166f in boost::function1<bool, CNode*>::operator() ()
#5  0x0000000129fb15d4 in boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker::m_invoke ()
#6  0x0000000129fb152d in boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker::operator() ()
#7  0x0000000129fb1495 in boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >::dereference ()
#8  0x0000000129fb1409 in boost::iterator_core_access::dereference<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > > ()
#9  0x0000000129fb12d1 in boost::iterator_facade<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> >, bool, boost::single_pass_traversal_tag, bool const&, long>::operator* ()
#10 0x0000000129fb1207 in boost::signals2::optional_last_value<bool>::operator()<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > > ()
#11 0x0000000129fad0ab in boost::signals2::detail::combiner_invoker<boost::optional<bool> >::operator()<boost::signals2::optional_last_value<bool>, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<bool, CNode*, boost::function<bool ()(CNode*)> >, boost::signals2::mutex> > > ()
#12 0x0000000129facc9d in boost::signals2::detail::signal1_impl<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::operator() ()
#13 0x0000000129f8ce85 in boost::signals2::signal1<bool, CNode*, boost::signals2::optional_last_value<bool>, int, std::less<int>, boost::function<bool ()(CNode*)>, boost::function<bool ()(boost::signals2::connection const&, CNode*)>, boost::signals2::mutex>::operator() ()
#14 0x0000000129f84da6 in ThreadMessageHandler ()
#15 0x0000000129f8b53e in TraceThread<void (*)()> ()
#16 0x0000000129fb6cc3 in boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> >::operator()<void (*)(char const*, void (*)()), boost::_bi::list0> ()
#17 0x0000000129fb6c63 in boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > >::operator() ()
#18 0x0000000129fb6c20 in boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(char const*, void (*)()), boost::_bi::list2<boost::_bi::value<char const*>, boost::_bi::value<void (*)()> > > >::run ()
#19 0x000000012a1b7af4 in thread_proxy ()
#20 0x00007fff88919fd6 in _pthread_start ()
#21 0x00007fff88919e89 in thread_start ()

@paveljanik
Copy link
Contributor

Hmm,

std::string CMessageHeader::GetCommand() const
{
    return std::string(pchCommand, pchCommand + strnlen(pchCommand, COMMAND_SIZE));
}

10.6.8 and strnlen rings the bell to me!

@paveljanik
Copy link
Contributor

10.6.8 doesn't have strnlen and thus we added a workaround for it....

@theuni
Copy link
Member

theuni commented Feb 17, 2015

it exists at build-time but not at run-time. We need to expand on this check.

@paveljanik
Copy link
Contributor

@theuni Looks like we need to add a workaround to the gitian builds to guess if strnlen is available at runtime, because it IS available at compile time...

@paveljanik
Copy link
Contributor

@ericpashman I suggest to compile from source, if you are able to.

@ericpashman
Copy link
Author

I can do that if you to want to distribute a working binary or something, but for my own purposes I will probably just fall back to v0.9.3. I'm only running this node because I have a spare machine sitting around doing nothing. ...

@theuni
Copy link
Member

theuni commented Feb 17, 2015

@paveljanik Please don't suggest that. This is a crasher on a supported OS. As long as we have someone jumping through hoops to help, let's keep providing hoops!

@ericpashman New test-build coming up in just a few min.

@theuni
Copy link
Member

theuni commented Feb 17, 2015

@ericpashman Please give this a try: https://bitcoincore.org/cfields/bitcoin-0.10.0/bitcoind-strncpyfix

Since bitcoind was crashing on you the same way, I built that instead of -qt for the sake of simplicity in testing.

It contains this quick hack-job: theuni@e0574c3

@ericpashman
Copy link
Author

Running now.

By the way, has anybody publicized the fact that bitcoind and the other Unix executables are now available pre-built for OS X? It looks like that's new for v0.10, and I don't think many people know about it. It would be nice to get bitcoind available on Homebrew, etc.

@ericpashman
Copy link
Author

It works.

@paveljanik
Copy link
Contributor

Thanks for testing, Eric!

@ericpashman
Copy link
Author

No prob, thanks to you and Cory for the bug-quashing!

@theuni
Copy link
Member

theuni commented Feb 17, 2015

@laanwj As @paveljanik suggested on IRC, theuni@e0574c3 is a nasty hack that's overly complex.

Master has already dropped 10.6 as a supported platform, so there's no need for a fix there. For 0.10, would you prefer instead to simply revert the strnlen change in 62e5f8f ?

I suppose a third possibility would be to just use our strnlen_int() implementation unconditionally.

@theuni
Copy link
Member

theuni commented Feb 18, 2015

@ericpashman as to your previous question, having pre-packaged binaries available via homebrew is an interesting idea.

@fanquake @DomT4 might there be some interest in bundling the official util programs (bitcoin-cli, bitcoin-tx, as built by gitian) as binaries for homebrew? bitcoind is probably less interesting since it needs app-nap installed, though maybe there's a way to do that without packing it into an .app ?

Just thinking out-loud, I'm not sure if they'd actually prove useful by themselves or not.

@fanquake
Copy link
Member

Homebrew seems to be reluctant to add any bitcoin formula, see the comments in #29538 and #28914. However there is a bitcoin tap that contains formulas for various bitcoin software and is the suggested go-to by the homebrew team. bitcoin-tx/cli should probably be added there.

@theuni
Copy link
Member

theuni commented Feb 18, 2015

@fanquake I'm suggesting that the formula install pre-built binaries from bitcoin.org, rather than trying to build from source. I assumed that would change the outlook a bit from the homebrew side.

@ericpashman
Copy link
Author

I'm confused by the Homebrew maintainers' comments in rejecting past pull requests that would have added a formula for bitcoind. I had assumed it wasn't available on Homebrew due to a troublesome build process on OS X; if its exclusion is down to politics, perhaps there's nothing to be done.

I do think having bitcoind show up in a brew search would be valuable, but now that the binaries are available on Bitcoin.org (and unofficial Homebrew formulae can be found if you look hard enough), it's at least clear that bitcoind builds and runs on OS X. I'd been using Bitcoin-Qt as an RPC server for development because I didn't even realize that.

@theuni, can you clarify what the issue is with App Nap and bitcoind?

@DomT4
Copy link
Contributor

DomT4 commented Feb 18, 2015

might there be some interest in bundling the official util programs (bitcoin-cli, bitcoin-tx, as built by gitian) as binaries for homebrew?

The core Homebrew/Homebrew repo doesn't use binaries as a rule. Part of that is because it's important to offer people from source builds (And I guess historically that's what people expected from MacPorts/Homebrew/Fink), and part of that is because Homebrew creates its own binaries (Bottles, as you know them) from the source code compile. There are certain exceptions, but the maintainers have vocalised a desire in the past to minimise those exceptions.

There's the Homebrew-binary tap for Binaries, and Homebrew-cask have typically been open to shipping precompiled binaries as well - The latter already ships the Bitcoin qt client.

Basically, as I understand it, Homebrew/Homebrew's reluctance to carry cryptocurrency software has less to do with political views and more to do with the maintainers there pretty strongly feeling the Bitcoin community has a much vaster understanding of the software involved and would be able to better respond to any issues raised. That's just my understanding though, I don't speak for the maintainers at Homebrew/Homebrew.

However there is a bitcoin tap that contains formulas

I have both Bitcoin, with or without GUI, and Electrum with GUI available in my crypto tap as well, alongside a whole host of other unrelated formulae, the descriptions of which you can see here if curious.

My Bitcoin formula doesn't have a bottle available per prior discussions/requests with the Bitcoin team here, but you can build it from source fine. I keep it updated and such. I'm not completely opposed to carrying the binary util programs there if there's desire - The benefit of running a tap is more flexibility to flout the normal rules 😸.

@theuni
Copy link
Member

theuni commented Feb 18, 2015

@ericpashman As much as possible, we don't want distros building and packaging their own bitcoin binaries, because they tend to ignore our warnings about consensus-critical issues. For example, they usually to want to use their own versions of leveldb and berkeley-db. We spend a lot of time vetting toolchains and dependencies to avoid such issues. We also spend a lot of time on a deterministic build process so that users can verify that the binaries have not been tampered with.

For that reason, I've suggested here that homebrew could bundle those binaries for ease-of-use for homebrew users.

As for App Nap, it is disabled by adding a key (LSAppNapIsDisabled) to our Info.plist, which is shipped in our app bundle. If you just run ./bitcoind or ./bitcoin-qt, you'll notice that App Nap will kick in, slowing things down greatly. See here: #5041

@theuni
Copy link
Member

theuni commented Feb 18, 2015

@DomT4 great answer, thanks.

@laanwj laanwj added the macOS label Mar 5, 2015
@Pyanne
Copy link

Pyanne commented Mar 7, 2015

Same crach on my 10.6.8 MacMini.
I tryed to use this : https://bitcoincore.org/cfields/bitcoin-0.10.0/bitcoind-strncpyfix
...but I don't know how ! I guess it's not GUI.
I put it in /Bitcoin-qt/Contents/MacOS but had no luck !

Will there be a 0.10.1 GUI version working on MacOSX 10.6 soon ?

@laanwj laanwj added this to the 0.10.0 milestone Mar 18, 2015
@laanwj
Copy link
Member

laanwj commented Mar 24, 2015

Solved by #5926 on 0.10 branch. Not applicable on master, as 10.6 support has been dropped.

@laanwj laanwj closed this as completed Mar 24, 2015
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants