BOINC client crashes immediately at startup (macOS 10.12.6)

Message boards : Questions and problems : BOINC client crashes immediately at startup (macOS 10.12.6)
Message board moderation

To post messages, you must log in.

1 · 2 · 3 · Next

AuthorMessage
jfw25

Send message
Joined: 16 Sep 17
Posts: 3
United States
Message 81322 - Posted: 16 Sep 2017, 14:31:02 UTC

I installed 7.8.2 last night; when I checked in the morning, BOINC Manager complained that it couldn't connect to a client.
After some digging, I found that the client is crashing pretty much immediately, with the following stack trace on thread 0:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff90e0fd42 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff90efd457 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff90d754bb __abort + 140
3 libsystem_c.dylib 0x00007fff90d75d7e __stack_chk_fail + 205
4 boinc 0x0000000100053d9d 0x100000000 + 343453
5 boinc 0x00000001000531e4 0x100000000 + 340452
6 boinc 0x00000001000520e6 0x100000000 + 336102
7 boinc 0x0000000100051ce0 0x100000000 + 335072
8 boinc 0x000000010002d80d 0x100000000 + 186381
9 boinc 0x000000010002dad5 0x100000000 + 187093
10 boinc 0x0000000100001034 0x100000000 + 4148
ID: 81322 · Report as offensive
jfw25

Send message
Joined: 16 Sep 17
Posts: 3
United States
Message 81324 - Posted: 16 Sep 2017, 14:51:44 UTC - in response to Message 81322.  

I uninstalled 7.8.2 and re-installed 7.6.34; I am still seeing the same crash (even after a reboot). 7.6.34 was working immediately before I installed 7.8.2 (though I don't know when the last time I started it up was; probably at least a couple of weeks).

I'm digging around through backups to see if there is any library that might have changed.
ID: 81324 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81325 - Posted: 16 Sep 2017, 15:07:03 UTC - in response to Message 81324.  

I'm seeing similar remarks in a Linux thread at GPUGrid (start from message 47880). I've quoted your stack trace (for which, many thanks) in an attempt to persuade them to locate and post something similar. The reports are similar:

* Manager loses connection
* Restart not possible
* Restart still not possible after reversion to previous (known working) version.

That makes me wonder whether, perhaps, a necessary data file gets so badly corrupted that reading it at startup causes the client to crash: the most obvious candidate would be client_state.xml (or _prev, _next), but it could be anything written and subsequently read by the client. If anyone finds themselves in this predicament, please check your boinc data files, or drop them into a dropbox somewhere that we can examine them from.
ID: 81325 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81328 - Posted: 16 Sep 2017, 18:22:22 UTC

Jim has provided the following stack trace from, if we've got it right, BOINC v7.8.2 running under Ubuntu 17.04

[vsyscall]
SIGABRT: abort called
Stack trace (18 frames):
/usr/lib/x86_64-linux-gnu/libboinc.so.7(boinc_catch_signal+0x1d8)[0x7fd5504932ac]
/lib/x86_64-linux-gnu/libc.so.6(+0x357f0)[0x7fd5507287f0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x9f)[0x7fd55072877f]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7fd55072a37a]
/lib/x86_64-linux-gnu/libc.so.6(+0x79090)[0x7fd55076c090]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x54)[0x7fd55080df84]
/lib/x86_64-linux-gnu/libc.so.6(+0x118f00)[0x7fd55080bf00]
/lib/x86_64-linux-gnu/libc.so.6(+0x1184b9)[0x7fd55080b4b9]
/lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0xa9)[0x7fd5507709a9]
/lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x1ccc)[0x7fd55074255c]
/lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x84)[0x7fd55080b544]
/lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x7d)[0x7fd55080b49d]
/usr/bin/boinc(+0x9ddec)[0x560aa99fcdec]
/usr/bin/boinc(+0x7f9a9)[0x560aa99de9a9]
/usr/bin/boinc(+0x39e70)[0x560aa9998e70]
/usr/bin/boinc(+0xc4a9)[0x560aa996b4a9]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fd5507133f1]
/usr/bin/boinc(+0xec9a)[0x560aa996dc9a]

Exiting...
ID: 81328 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 81329 - Posted: 16 Sep 2017, 18:47:03 UTC - in response to Message 81328.  
Last modified: 16 Sep 2017, 18:56:54 UTC

if we've got it right, BOINC v7.8.2 running under Ubuntu 17.04

Yes, that is it. I wiped out the first machine and re-installed everything.

On a second machine, I tried various ways to fix it. But trying to uninstall 7.8.2 to go back to 7.6.33 was a mess using the Ubuntu software center. You end up with the boinc-client of one version, and the boinc-manager of the other (don't remember which way). I had to remove the repository from which I got 7.8.2, and then use "sudo apt remove boinc-client boinc-manager" to straighten it out before installing again. And then I had to re-do the permissions. It is working again, but there may have been more hoops to jump through that I don't remember at the moment.
ID: 81329 · Report as offensive
Juha
Volunteer developer
Volunteer tester
Help desk expert

Send message
Joined: 20 Nov 12
Posts: 801
Finland
Message 81333 - Posted: 16 Sep 2017, 21:10:07 UTC - in response to Message 81329.  

You apparently had 7.8.2 installed from LocutusOfBorg's PPA? Unfortunately the stack trace is pretty much useless because the PPA doesn't have debugging symbols packages.

The stack trace from OSX version could be useful but that's something Charlie needs to look at. I'm not having much luck with Linux tools.
ID: 81333 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15476
Netherlands
Message 81334 - Posted: 16 Sep 2017, 21:21:42 UTC - in response to Message 81333.  
Last modified: 18 Sep 2017, 10:50:01 UTC

Charlie is quite busy trying to keep BOINC working in the next OS 10.13 version. And without a new release branch or without (cherry picking) any fixes into the current release branch he won't be able to build a new version anyway. Having said that, I think it's better if someone moves this discussion to the boinc_dev email list so that the developers know about it. and don't all look at me
Since y'all looked at me anyway, I reported all the Mac reports to the boinc_dev list & Charlie
ID: 81334 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 81335 - Posted: 16 Sep 2017, 21:39:13 UTC - in response to Message 81333.  

You apparently had 7.8.2 installed from LocutusOfBorg's PPA? Unfortunately the stack trace is pretty much useless because the PPA doesn't have debugging symbols packages.

Yes, that was it. I was able to get rid of the LocutusOfBorg PPA in the Ubuntu Software Center "Other Software" section, but for some reason I can't get rid of them in the "Authentication" section as a Trusted Software Provider. But that should not be necessary anyway.
ID: 81335 · Report as offensive
Juha
Volunteer developer
Volunteer tester
Help desk expert

Send message
Joined: 20 Nov 12
Posts: 801
Finland
Message 81336 - Posted: 16 Sep 2017, 21:59:58 UTC - in response to Message 81334.  
Last modified: 16 Sep 2017, 22:00:16 UTC

It occurred to me to use a different tool which is a bit more laborious but works better.

The OSX crash looks similar to *** buffer overflow detected ***: boinc_client terminated.

And now I'm really done for today yesterday.
ID: 81336 · Report as offensive
MarkJ
Volunteer tester
Help desk expert

Send message
Joined: 5 Mar 08
Posts: 272
Australia
Message 81344 - Posted: 17 Sep 2017, 12:15:43 UTC - in response to Message 81335.  
Last modified: 17 Sep 2017, 12:19:38 UTC

You apparently had 7.8.2 installed from LocutusOfBorg's PPA? Unfortunately the stack trace is pretty much useless because the PPA doesn't have debugging symbols packages.

@Jim1348, I've posted over on GPUgrid but your stacktrace mentioned vsyscall. Its disabled by default in later Linux kernels like 4.10 that comes with Ubuntu 17.04. I've linked to a thread over at Einstein that talks about it. From the information so far I suspect its a separate issue to the OSX one.
MarkJ
ID: 81344 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 81345 - Posted: 17 Sep 2017, 13:02:34 UTC - in response to Message 81344.  

From the information so far I suspect its a separate issue to the OSX one.

OK, I really won't be able to get into that depth of it anyway. My only recourse is to go back to 7.6.33, and have just one machine to go.
It is not pleasant to deal with, but I am glad the knowledgeable people have picked up on it.
ID: 81345 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81346 - Posted: 17 Sep 2017, 13:19:28 UTC - in response to Message 81344.  

... stacktrace mentioned vsyscall. Its disabled by default in later Linux kernels like 4.10 that comes with Ubuntu 17.04. I've linked to a thread over at Einstein that talks about it. From the information so far I suspect its a separate issue to the OSX one.
A quick search on github suggests that vsyscall isn't used in the boinc client code, but is used in science applications from various projects.

There is also

Christian Beer wrote:
You need to set the kernel option vsyscall=emulate in order to run applications compiled with older glibc.
ID: 81346 · Report as offensive
Eric J Wolfe

Send message
Joined: 17 Sep 17
Posts: 3
United States
Message 81354 - Posted: 17 Sep 2017, 19:47:57 UTC

Same problem with Serria.
Process: boinc [7524]
Path: /Applications/BOINCManager.app/Contents/Resources/boinc
Identifier: boinc
Version: ???
Code Type: X86-64 (Native)
Parent Process: BOINCManager [7520]
Responsible: boinc [7524]
User ID: 502

Date/Time: 2017-09-17 09:13:16.844 -1000
OS Version: Mac OS X 10.12.6 (16G29)
Report Version: 12
Anonymous UUID: 654F5F58-6A61-8125-DD47-C99D2497B71A


Time Awake Since Boot: 76000 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information:
[7524] stack overflow

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffc9bd1d42 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffc9cbf457 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffc9b374bb __abort + 140
3 libsystem_c.dylib 0x00007fffc9b37d7e __stack_chk_fail + 205
4 boinc 0x000000010005077e 0x100000000 + 329598
5 boinc 0x000000010004fb95 0x100000000 + 326549
6 boinc 0x000000010004ebc4 0x100000000 + 322500
7 boinc 0x000000010004e7c2 0x100000000 + 321474
8 boinc 0x000000010002c4ff 0x100000000 + 181503
9 boinc 0x000000010002c7c5 0x100000000 + 182213
10 boinc 0x0000000100001334 0x100000000 + 4916

Thread 1:
0 libsystem_kernel.dylib 0x00007fffc9bd1c22 __psynch_mutexwait + 10
1 libsystem_pthread.dylib 0x00007fffc9cbcdfa _pthread_mutex_lock_wait + 100
2 boinc 0x00000001000075bf 0x100000000 + 30143
3 libsystem_pthread.dylib 0x00007fffc9cbc93b _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffc9cbc887 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffc9cbc08d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfd768 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd790 rsp: 0x00007fff5fbfd768
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff5fbfd950 r13: 0x0000000000000033 r14: 0x00007fffd2a153c0 r15: 0x00007fff5fbfe950
rip: 0x00007fffc9bd1d42 rfl: 0x0000000000000206 cr2: 0x00007fffd29f7128

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133


Binary Images:
0x100000000 - 0x10029aecf +boinc (???) <B0D20D46-1F2E-30C6-98F2-C40179DA3E9A> /Applications/BOINCManager.app/Contents/Resources/boinc
0x1053f0000 - 0x10542ddc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x7fffb0855000 - 0x7fffb0855fff com.apple.Accelerate (1.11 - Accelerate 1.11) <D6A08A72-7758-3CA8-813D-105F6E313E67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffb086e000 - 0x7fffb0eaefe3 com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffb0eaf000 - 0x7fffb1076fef libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffb1077000 - 0x7fffb108efff libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffb108f000 - 0x7fffb149afff libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffb149b000 - 0x7fffb14b1fff libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffb14b2000 - 0x7fffb14b8fff libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffb14b9000 - 0x7fffb14ccff7 libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffb14cd000 - 0x7fffb161aff7 libvDSP.dylib (600.60.1) <F46DF4CB-864D-3541-9913-60521FCBBF4A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffb161b000 - 0x7fffb16d2fe3 libvMisc.dylib (600.60.1) <F8770D18-FD5D-31C3-9FBA-D9E39B14247A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffb16d3000 - 0x7fffb16d3fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A2FC8240-F62F-3A23-AB10-8CE6B56AF476> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffb277d000 - 0x7fffb277dfff com.apple.ApplicationServices (48 - 48) <DA687F9A-7B2D-342B-8796-16E45344F853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffb277e000 - 0x7fffb27ecff7 com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffb2886000 - 0x7fffb29b5ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffb29b6000 - 0x7fffb2a00fff libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffb2afd000 - 0x7fffb2ba7ff7 com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffb2ba8000 - 0x7fffb2bf9fff com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffb2bfa000 - 0x7fffb2c09ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffb2c0a000 - 0x7fffb2c57fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffb2c58000 - 0x7fffb2c93fff com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffb2c94000 - 0x7fffb2c9ffff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffb2ca0000 - 0x7fffb2eacff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffb2ead000 - 0x7fffb2eadfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <B92868F8-2F15-32C0-A5BE-4ABA546B8BE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffb3016000 - 0x7fffb33f0fff com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffb340a000 - 0x7fffb340afff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffb340b000 - 0x7fffb340efff com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffb340f000 - 0x7fffb3718fff com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffb3719000 - 0x7fffb371cff7 com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffb371d000 - 0x7fffb3722fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffb3723000 - 0x7fffb37baff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffb37bb000 - 0x7fffb37d5fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffb37d6000 - 0x7fffb37d7ff3 com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffb37d8000 - 0x7fffb37daff7 com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffb37db000 - 0x7fffb37e1ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffb3a0c000 - 0x7fffb3a99fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffb3a9a000 - 0x7fffb3aadfff com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffb3aae000 - 0x7fffb3dadff3 com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffb3dae000 - 0x7fffb3e5bff7 com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffb3e5c000 - 0x7fffb42effff com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffb42f0000 - 0x7fffb4993ff7 com.apple.CoreGraphics (2.0 - 1070.22) <A680AD1F-F65A-3C0D-ACD5-4E5B5B8AD23A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffb4994000 - 0x7fffb4bd7ffb com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffb4d3c000 - 0x7fffb4d3cfff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffb4d3d000 - 0x7fffb4d8efff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffb4d8f000 - 0x7fffb506aff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffb506b000 - 0x7fffb509efff com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffb509f000 - 0x7fffb50a7ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffb50a8000 - 0x7fffb5214ff7 com.apple.LaunchServices (775.19 - 775.19) <B75A0C49-E376-358C-81EE-6EFB0F605801> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffb5215000 - 0x7fffb52c5ffb com.apple.Metadata (10.7.0 - 1075.40) <B2FFCC10-5A9E-396B-B495-3D6C867669EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffb52c6000 - 0x7fffb5325fff com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffb5326000 - 0x7fffb5396fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffb5397000 - 0x7fffb53dcff7 com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffb5465000 - 0x7fffb55b2ffb com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffb55b3000 - 0x7fffb55e8ff3 com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffb55e9000 - 0x7fffb565affb com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffb5758000 - 0x7fffb575dfff com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffb58ef000 - 0x7fffb5c95fff com.apple.Foundation (6.9 - 1349.91) <A37CB4EC-0730-3DD6-9358-60491BF40EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffb5cc1000 - 0x7fffb5cf2ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffb5db2000 - 0x7fffb5e55fff com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffb5e56000 - 0x7fffb5eecff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffb5eed000 - 0x7fffb5ef3ffb com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffb5f46000 - 0x7fffb60a9ff7 com.apple.ImageIO.framework (3.3.0 - 1599.12) <7D624511-9E38-323E-86AA-A37BCECE61B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffb60aa000 - 0x7fffb60aefff libGIF.dylib (1599.12) <7D9B14DA-F2A9-3803-A10D-AF7330D4CD53> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffb60af000 - 0x7fffb61a0ff7 libJP2.dylib (1599.12) <A02ACBD4-662D-382E-A969-C6FEF3963D54> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffb61a1000 - 0x7fffb61c4fff libJPEG.dylib (1599.12) <10AD5A15-5891-30CF-B003-671724C49070> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffb61c5000 - 0x7fffb61ebfff libPng.dylib (1599.12) <6782415F-2B06-34FD-ACC6-61D91FB23FCF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffb61ec000 - 0x7fffb61eeff3 libRadiance.dylib (1599.12) <2BE02AC8-2D9A-3554-82AE-D577E9540B1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffb61ef000 - 0x7fffb623dff7 libTIFF.dylib (1599.12) <845B70BE-6432-32D1-9655-6DAF0639BF9A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffb6fa6000 - 0x7fffb6fbfff7 com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffb6fc0000 - 0x7fffb6ff6fff com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fffb779f000 - 0x7fffb77fafff com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffb80e3000 - 0x7fffb80ebfff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffb8493000 - 0x7fffb84e1ff3 com.apple.opencl (2.8.6 - 2.8.6) <E78463D3-73B6-3002-BD71-9CC1D6722968> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffb84e2000 - 0x7fffb84fbffb com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffb84fc000 - 0x7fffb8507ff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffb8508000 - 0x7fffb850afff libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffb850b000 - 0x7fffb850eff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffb850f000 - 0x7fffb8513fff libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffb8514000 - 0x7fffb851dff7 libGFXShared.dylib (14.0.16) <D10C7A01-8A11-3A42-A9FA-C411AE453B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffb851e000 - 0x7fffb8529fff libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffb852a000 - 0x7fffb8566ff7 libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffb86de000 - 0x7fffb871fff7 libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffb9087000 - 0x7fffb9095fff com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffb9db9000 - 0x7fffb9fb9fff com.apple.QuartzCore (1.11 - 453.39.4) <A45AFBC4-87D4-3533-A0AC-1D6629C77984> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffba520000 - 0x7fffba822ff7 com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffba823000 - 0x7fffba898fff com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffba8c3000 - 0x7fffba8c6ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <BE0F9708-0B55-3E78-A15E-C287B8ED13BA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffbac4d000 - 0x7fffbacbcff7 com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffbd53d000 - 0x7fffbd55fffb com.apple.framework.Apple80211 (12.0 - 1200.47) <C3033EEE-771A-3664-BBDD-BE1F6D075FC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffbd662000 - 0x7fffbd6ed97f com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffbd71d000 - 0x7fffbd725ffb com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fffbf175000 - 0x7fffbf17effb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffbf7ae000 - 0x7fffbf7b6ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fffbf8c7000 - 0x7fffbf8d7fff com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffbff63000 - 0x7fffc00a2fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffc00a3000 - 0x7fffc0173ff3 com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffc01c3000 - 0x7fffc0228ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffc0229000 - 0x7fffc0237ff7 com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffc02b4000 - 0x7fffc02b8ff3 com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffc03df000 - 0x7fffc04f0fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffc07d8000 - 0x7fffc0c09ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffc1f60000 - 0x7fffc1f60fff libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffc295e000 - 0x7fffc29d4ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffc2fef000 - 0x7fffc2ff6ffb com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffc2ff8000 - 0x7fffc300cff7 com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffc300d000 - 0x7fffc302ffff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffc3116000 - 0x7fffc32cdfff com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffc3bee000 - 0x7fffc3c67ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffc3de2000 - 0x7fffc3e0aff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffc3ebc000 - 0x7fffc3ec7fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffc4ec8000 - 0x7fffc4ee2fff com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffc5c7a000 - 0x7fffc5d07fff com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffc5d28000 - 0x7fffc5f9dffb com.apple.SkyLight (1.600.0 - 170.3) <02648329-DEBD-387D-A065-D62A8C0294F5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffc617c000 - 0x7fffc6188ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffc6d27000 - 0x7fffc6d2dff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffc6db9000 - 0x7fffc6e7fff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffc8136000 - 0x7fffc8138ffb com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffc818d000 - 0x7fffc81a8ff7 libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
0x7fffc81a9000 - 0x7fffc81b4fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffc8246000 - 0x7fffc8247ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffc8248000 - 0x7fffc845bfff libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
0x7fffc847f000 - 0x7fffc847ffff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffc8485000 - 0x7fffc8486ffb libSystem.B.dylib (1238.60.2) <F18AC1E7-C6F1-34B1-8069-BE571B3231D4> /usr/lib/libSystem.B.dylib
0x7fffc84f2000 - 0x7fffc851dff3 libarchive.2.dylib (41.70.1) <A3FA7D6E-3D68-3524-8B48-EB2ECA44B13B> /usr/lib/libarchive.2.dylib
0x7fffc851e000 - 0x7fffc8613fef libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
0x7fffc8617000 - 0x7fffc8617ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffc8618000 - 0x7fffc8628ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffc8629000 - 0x7fffc8637ff7 libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
0x7fffc8638000 - 0x7fffc868eff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffc868f000 - 0x7fffc86b8ff7 libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
0x7fffc86b9000 - 0x7fffc86c9ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffc86ca000 - 0x7fffc86e0ff7 libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
0x7fffc86e1000 - 0x7fffc86e1ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffc86e2000 - 0x7fffc86e3ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffc8a20000 - 0x7fffc8a73ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffc8af0000 - 0x7fffc8af0fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
0x7fffc8b00000 - 0x7fffc8b05ff7 libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
0x7fffc8b06000 - 0x7fffc8bf8ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffc8bf9000 - 0x7fffc8e1effb libicucore.A.dylib (57166.0.1) <CCD2ED24-3071-383B-925D-8D763BB12A6F> /usr/lib/libicucore.A.dylib
0x7fffc8e24000 - 0x7fffc8e25fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffc8e26000 - 0x7fffc8e3fffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffc8e40000 - 0x7fffc8e56ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffc8e57000 - 0x7fffc90ffff7 libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
0x7fffc9132000 - 0x7fffc91acff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffc91ad000 - 0x7fffc9582bc7 libobjc.A.dylib (709.1) <4DF3C25C-52C2-3F01-A3EF-0D9D53A73C1C> /usr/lib/libobjc.A.dylib
0x7fffc9585000 - 0x7fffc9589fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffc958a000 - 0x7fffc95bbfff libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
0x7fffc95d8000 - 0x7fffc95f4ffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
0x7fffc962f000 - 0x7fffc9641ffb libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
0x7fffc9644000 - 0x7fffc978afff libsqlite3.dylib (254.8) <058036FD-6EF3-3F9C-BF9B-2CB7A57205D7> /usr/lib/libsqlite3.dylib
0x7fffc97e6000 - 0x7fffc9836fff libstdc++.6.dylib (104.1) <A980E08C-A511-3D19-9881-1D79B7CFF2BA> /usr/lib/libstdc++.6.dylib
0x7fffc987f000 - 0x7fffc988cfff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffc988d000 - 0x7fffc997cfff libxml2.2.dylib (30.17) <D4C3E467-37C6-34DE-8A1B-E7BFC29985E9> /usr/lib/libxml2.2.dylib
0x7fffc997d000 - 0x7fffc99a6fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffc99a7000 - 0x7fffc99b8ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffc99c7000 - 0x7fffc99cbff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffc99cc000 - 0x7fffc99d6fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffc99d7000 - 0x7fffc99defff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffc99df000 - 0x7fffc99e7fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffc99e8000 - 0x7fffc9a6bfdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffc9a6c000 - 0x7fffc9a9dfff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffc9a9e000 - 0x7fffc9aa3ffb libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
0x7fffc9aa4000 - 0x7fffc9aa4ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffc9aa5000 - 0x7fffc9ab1fff libkxld.dylib (3789.70.16) <BD02EF3F-6E09-3A64-AB21-553D5B1D2859> /usr/lib/system/libkxld.dylib
0x7fffc9ab2000 - 0x7fffc9ab2fff liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
0x7fffc9ab3000 - 0x7fffc9ab8ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffc9ab9000 - 0x7fffc9abbff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffc9abc000 - 0x7fffc9abdffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffc9abe000 - 0x7fffc9ad6ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffc9ad7000 - 0x7fffc9ad7ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffc9ad8000 - 0x7fffc9b65fef libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
0x7fffc9b66000 - 0x7fffc9b69ffb libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
0x7fffc9b6a000 - 0x7fffc9b6dfff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffc9b6e000 - 0x7fffc9b86fff libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
0x7fffc9b87000 - 0x7fffc9b8dfff libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
0x7fffc9b8e000 - 0x7fffc9bb7ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffc9bb8000 - 0x7fffc9bdaff7 libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
0x7fffc9bdb000 - 0x7fffc9c22fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffc9c23000 - 0x7fffc9c41ff7 libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
0x7fffc9c42000 - 0x7fffc9c9bffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffc9c9c000 - 0x7fffc9ca5ff3 libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
0x7fffc9ca6000 - 0x7fffc9cafff3 libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
0x7fffc9cb0000 - 0x7fffc9cb8fe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffc9cb9000 - 0x7fffc9cc3ff7 libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
0x7fffc9cc4000 - 0x7fffc9cc7ff7 libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
0x7fffc9cc8000 - 0x7fffc9cc9ff3 libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
0x7fffc9cca000 - 0x7fffc9cd1ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffc9cd2000 - 0x7fffc9ce5ff7 libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
0x7fffc9ce6000 - 0x7fffc9cebffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffc9cec000 - 0x7fffc9d15ff7 libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 4
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 72339
thread_create: 0
thread_set_state: 0

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

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Kernel Alloc Once 8K 2
MALLOC 36.8M 12
MALLOC guard page 32K 7
STACK GUARD 56.0M 3
Stack 8712K 3
__DATA 15.9M 187
__LINKEDIT 114.6M 4
__TEXT 110.0M 192
__UNICODE 556K 2
shared memory 12K 4
=========== ======= =======
TOTAL 342.3M 406
ID: 81354 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 81358 - Posted: 17 Sep 2017, 23:31:30 UTC
Last modified: 17 Sep 2017, 23:33:00 UTC

I just had the same "can't connect to client" problem on BOINC 7.6.33 as I had on 7.8.2 on the same Ubuntu 17.04 machine (i7-3770) that I reported on below. I had wiped everything out and re-installed the OS on that PC, so it is not really a 7.8.2 problem, and please don't expend any effort in that direction. I am back to an earlier idea that it was the particular work units running on that machine, which are CPDN and WCG. But WCG is always very reliable for me, so I suspect that is CPDN, which requires the installation of the 32-bit Linux libraries to get it to run. That is not nearly as common as the Windows work units on CPDN, and I suspect it may go awry. Or it may be something else entirely. But it is probably a problem for me to work out with my configuration, and not escalated generally unless someone here finds it useful to do so.

In case you are interested, here is the last portion of stderrdae.txt, which starts out as "*** buffer overflow detected ***: /usr/bin/boinc terminated":

[vsyscall]
SIGABRT: abort called
Stack trace (18 frames):
/usr/lib/x86_64-linux-gnu/libboinc.so.7(boinc_catch_signal+0x1d8)[0x7f1e158a74f0]
/lib/x86_64-linux-gnu/libc.so.6(+0x357f0)[0x7f1e15b387f0]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x9f)[0x7f1e15b3877f]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7f1e15b3a37a]
/lib/x86_64-linux-gnu/libc.so.6(+0x79090)[0x7f1e15b7c090]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x54)[0x7f1e15c1df84]
/lib/x86_64-linux-gnu/libc.so.6(+0x118f00)[0x7f1e15c1bf00]
/lib/x86_64-linux-gnu/libc.so.6(+0x1184b9)[0x7f1e15c1b4b9]
/lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0xa9)[0x7f1e15b809a9]
/lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0x1ccc)[0x7f1e15b5255c]
/lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x84)[0x7f1e15c1b544]
/lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x7d)[0x7f1e15c1b49d]
/usr/bin/boinc(+0xa4bfc)[0x55e538078bfc]
/usr/bin/boinc(+0x82e09)[0x55e538056e09]
/usr/bin/boinc(+0x4eb37)[0x55e538022b37]
/usr/bin/boinc(+0xd959)[0x55e537fe1959]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f1e15b233f1]
/usr/bin/boinc(+0xe92a)[0x55e537fe292a]

Exiting...


I will keep these logs around in case they are needed later. Thanks for the inputs.
ID: 81358 · Report as offensive
pbro

Send message
Joined: 8 Mar 12
Posts: 7
United Kingdom
Message 81364 - Posted: 18 Sep 2017, 10:39:06 UTC

I seem to have run afoul a similar problem: BOINC 7.8.2 on Mac OS X 10.11.6 does no longer start. The manager complains about failing to start the client three times and then gives up, prompting for another three attempts with the prompt: "The BOINC client has exited unexpectedly 3 times within the last 3 minutes. Would you like to restart it again? (No/Yes)"

This issue originated spontaeously last Friday after I left the computer on its own before the weekend. The final entry in the stdoutdae.old (the .txt only contains the restart loops) is related to climateprediction:

15-Sep-2017 19:37:50 [climateprediction.net] Started upload of wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_out.zip
15-Sep-2017 19:37:51 [climateprediction.net] Computation for task wah2_pnw25_c4ci_190312_49_658_011241397_0 finished
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_1.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_2.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_3.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_4.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_5.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_6.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_7.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_8.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_9.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_10.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_11.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_12.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_13.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_14.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_15.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_16.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_17.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_18.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_19.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_20.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_21.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_22.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_23.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_24.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_25.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_26.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_27.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_28.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_29.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_30.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_31.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_32.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_33.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_34.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_35.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_36.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_37.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_38.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_39.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_40.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_41.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_42.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_43.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_44.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_45.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_46.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_47.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_48.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_49.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent
15-Sep-2017 19:37:51 [climateprediction.net] Output file wah2_pnw25_c4ci_190312_49_658_011241397_0_r1068606224_restart.zip for task wah2_pnw25_c4ci_190312_49_658_011241397_0 absent

The next entries in stdoutdae.txt are then repetitions of the following lines:
15-Sep-2017 19:39:05 [---] Starting BOINC client version 7.6.34 for x86_64-apple-darwin
15-Sep-2017 19:39:05 [---] log flags: file_xfer, sched_ops, task
15-Sep-2017 19:39:05 [---] Libraries: libcurl/7.47.1 OpenSSL/1.0.2g zlib/1.2.5 c-ares/1.10.0
15-Sep-2017 19:39:05 [---] Data directory: /Library/Application Support/BOINC Data
15-Sep-2017 19:39:06 [---] OpenCL: NVIDIA GPU 0: GeForce GT 755M (driver version 10.10.14 310.42.25f02, device version OpenCL 1.2, 1024MB, 1024MB available, 208 GFLOPS peak)
15-Sep-2017 19:39:06 [---] OpenCL CPU: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (OpenCL driver vendor: Apple, driver version 1.1, device version OpenCL 1.2)
15-Sep-2017 19:39:06 [---] Host name: francis.ddns.warwick.ac.uk
15-Sep-2017 19:39:06 [---] Processor: 4 GenuineIntel Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz [x86 Family 6 Model 60 Stepping 3]
15-Sep-2017 19:39:06 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clfsh ds acpi mmx fxsr sse sse2 ss htt tm pbe pni pclmulqdq dtes64 mon dscpl vmx smx est tm2 ssse3 fma cx16 tpr pdcm sse4_1 sse4_2 x2apic movbe popcnt aes pcid xsave osxsave seglim64 tsctmr avx rdrand f16c
15-Sep-2017 19:39:06 [---] OS: Mac OS X 10.11.6 (Darwin 15.6.0)
15-Sep-2017 19:39:06 [---] Memory: 16.00 GB physical, 373.48 GB virtual
15-Sep-2017 19:39:06 [---] Disk: 1.01 TB total, 373.24 GB free
15-Sep-2017 19:39:06 [---] Local time is UTC +1 hours
15-Sep-2017 19:39:06 [---] VirtualBox version: 5.0.32r112930
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] Config: don't compute while *** is running
15-Sep-2017 19:39:06 [---] A new version of BOINC is available. (7.8.2) <a href=https://boinc.berkeley.edu/download.php>Download</a>
15-Sep-2017 19:39:06 [Asteroids@home] URL http://asteroidsathome.net/boinc/; Computer ID 168292; resource share 50
15-Sep-2017 19:39:06 [climateprediction.net] URL http://climateprediction.net/; Computer ID 1361851; resource share 25
15-Sep-2017 19:39:06 [Cosmology@Home] URL http://www.cosmologyathome.org/; Computer ID 268059; resource share 50
15-Sep-2017 19:39:06 [Einstein@Home] URL http://einstein.phys.uwm.edu/; Computer ID 11817494; resource share 50
15-Sep-2017 19:39:06 [Leiden Classical] URL http://boinc.gorlaeus.net/; Computer ID 129465; resource share 10
15-Sep-2017 19:39:06 [LHC@home] URL https://lhcathome.cern.ch/lhcathome/; Computer ID 10357334; resource share 50
15-Sep-2017 19:39:06 [Milkyway@Home] URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 616393; resource share 50
15-Sep-2017 19:39:06 [Rosetta@home] URL http://boinc.bakerlab.org/rosetta/; Computer ID 2261376; resource share 10
15-Sep-2017 19:39:06 [World Community Grid] URL http://www.worldcommunitygrid.org/; Computer ID 3297434; resource share 10
15-Sep-2017 19:39:06 [World Community Grid] General prefs: from World Community Grid (last modified 22-Aug-2017 23:02:01)
15-Sep-2017 19:39:06 [World Community Grid] Computer location: work
15-Sep-2017 19:39:06 [---] General prefs: using separate prefs for work
15-Sep-2017 19:39:06 [---] Reading preferences override file
15-Sep-2017 19:39:06 [---] Preferences:
15-Sep-2017 19:39:06 [---]    max memory usage when active: 4096.00MB
15-Sep-2017 19:39:06 [---]    max memory usage when idle: 8192.00MB
15-Sep-2017 19:39:06 [---]    max disk usage: 100.00GB
15-Sep-2017 19:39:06 [---]    don't use GPU while active
15-Sep-2017 19:39:06 [---]    suspend work if non-BOINC CPU load exceeds 25%
15-Sep-2017 19:39:06 [---]    (to change preferences, visit a project web site or select Preferences in the Manager)
15-Sep-2017 19:39:06 Initialization completed
15-Sep-2017 19:39:06 [---] Running CPU benchmarks
15-Sep-2017 19:39:05 [---] Starting BOINC client version 7.6.34 for x86_64-apple-darwin
...


stderrdae.txt does not contain any recent dated entries, the file is timestamped around half an hour before the error appeared. Final entries are:
mv: rename slots/5/Sixout.zip to projects/lhcathome.cern.ch_lhcathome/workspace1_hl10_injection_scan_62.265_60.315_chrom_3_oct_0_B4__31__s__62.28_60.31__4_6__5__37.5_1_sixvf_boinc2997_1_1: No such file or directory
mv: rename slots/2/Sixout.zip to projects/lhcathome.cern.ch_lhcathome/workspace1_hl10_injection_scan_62.255_60.320_chrom_3_oct_0_B4__28__s__62.28_60.31__14_16__5__75_1_sixvf_boinc2760_0_1: No such file or directory
mv: rename slots/5/Sixout.zip to projects/lhcathome.cern.ch_lhcathome/workspace1_hl10_injection_scan_62.265_60.320_chrom_3_oct_0_B1__20__s__62.28_60.31__16_18__5__52.5_1_sixvf_boinc1976_1_1: No such file or directory


The other recently updated files in the boinc hierarchy do not seem to contain any useful information.

If I can help in any way to fix this problem or if there's another way to get boinc running again (short of a complete reset), please do let me know.

Cheers!



If there's anything you'd like me to do
ID: 81364 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81366 - Posted: 18 Sep 2017, 10:45:28 UTC - in response to Message 81358.  

From what you're saying, it does seem plausible that the CPDN are the originating cause of the problem. They have a varied selection of Linux applications - some deployed earlier this year, and some dating back as long as 2011. The first step might be to establish which app is running at the time?

That's for you and CPDN to sort out between you - you might like to alert them to the vsyscall issue in newer kernels, and verify that the call isn't used even in their oldest apps.

But my concern on this board is - why should an application crash on (we presume) one project nuke an entire BOINC installation so thoroughly that even a re-installed older version can't run? That we still have to get to the bottom of.
ID: 81366 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81367 - Posted: 18 Sep 2017, 10:56:48 UTC - in response to Message 81364.  
Last modified: 18 Sep 2017, 11:03:27 UTC

I seem to have run afoul a similar problem: BOINC 7.8.2 on Mac OS X 10.11.6 does no longer start. The manager complains about failing to start the client three times and then gives up, prompting for another three attempts with the prompt: "The BOINC client has exited unexpectedly 3 times within the last 3 minutes. Would you like to restart it again? (No/Yes)"
Well, I didn't expect to get another example while typing the previous reply!

If your installation is still borked and not starting, maybe we can try and look to see what the problem is - I think there must be some file corruption somewhere. Could you please archive up (zip, 7z, rar - whatever your favourite tool is) stderrdae.txt, stdoutdae.txt, and client_state.xml - perhaps plus any other xml files with timestamps around the crash time.

Then, either put them in a dropbox we can access, or email them direct to me at (looking to my name on the left) initial dot surname at btinternet dot com. Thanks.

Edit - your task was 20729988 - that looks like Weather At Home 2 for the Pacific North West region. One of the applications built earlier this year.
ID: 81367 · Report as offensive
Jim1348

Send message
Joined: 8 Nov 10
Posts: 310
United States
Message 81368 - Posted: 18 Sep 2017, 11:06:59 UTC - in response to Message 81366.  
Last modified: 18 Sep 2017, 12:03:23 UTC

But my concern on this board is - why should an application crash on (we presume) one project nuke an entire BOINC installation so thoroughly that even a re-installed older version can't run? That we still have to get to the bottom of.

Yes, that would be very helpful. I had the bright idea that maybe since the last crash was on 7.6.33, I could remove that and then upgrade to 7.8.2 (an irony, I know). But that didn't work either. Once it is nuked, it seems to be nuked. In my case, it may be a CPDN specific thing. If I can figure out what to tell them, I will mention it.

EDIT: Success! (sort of). I was able to get 7.8.2 reinstalled and is now happily running on WCG.

It seems to have been a permissions problem. First, I noticed that even after removing BOINC (via sudo apt remove boinc-client boinc manager), there were still three boinc files (boinc, boinccmd and boincmgr) left in the /user/bin directory. So I manually removed them. Then, upon reinstalling BOINC, I found that I could not place certain files I need to remotely access BOINC over the LAN via X11 VNC in the /etc/boinc-client folder, so I did "sudo chmod -R g+rwx /etc/boinc-client" again. And as a good measure, I also did "sudo chmod -R g+rwx /var/lib/boinc-client", which is the other one I usually do.

After suitable reboots and who knows what else, it is working again. But even though I had removed the repository from which I got 7.8.2 and thought I was installing 7.6.3 again, it ended up 7.8.2, at least according to the BoincTask message. Who knows what it really it. And a few files on the source that I copy from still have the wrong permissions set, but it is good enough for now. That solves my immediate problem, but does not do much to isolate the cause. That is for the experts.
ID: 81368 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5077
United Kingdom
Message 81369 - Posted: 18 Sep 2017, 12:35:48 UTC - in response to Message 81368.  

Different handling of permissions in the v7.8.2 and v7.6.33 installers is interesting and useful to know - thanks. But it doesn't explain why v7.8.2 couldn't be re-started following the original crash.
ID: 81369 · Report as offensive
pbro

Send message
Joined: 8 Mar 12
Posts: 7
United Kingdom
Message 81372 - Posted: 18 Sep 2017, 14:28:17 UTC - in response to Message 81367.  


Then, either put them in a dropbox we can access, or email them direct to me at (looking to my name on the left) initial dot surname at btinternet dot com. Thanks.


You've got mail. Boinc still insta-crashing.
ID: 81372 · Report as offensive
1 · 2 · 3 · Next

Message boards : Questions and problems : BOINC client crashes immediately at startup (macOS 10.12.6)

Copyright © 2024 University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.