Hi
I have found that occasionally ROOT takes in excess of 30s to startup and to load libraries and/or
macros.
I have found a similar question in this forum, but this occurrence is of different origin, as the suggestion
made there to solve it did not work for me.
The issue seems to be related to a problem with the clipboard (cpaste) service on mac.
If I run ROOT from user root, I get the following message, which seems(?) related to the problem:
deSangroMacBookPro:~ root# time root -q -b
2016-12-14 19:00:19.717 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.718 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.718 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.718 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.720 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.720 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.720 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.720 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.721 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.721 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.721 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
2016-12-14 19:00:19.724 root[60993:3901389] CFPasteboardRef CFPasteboardCreate(CFAllocatorRef, CFStringRef) : failed to create global data
| Welcome to ROOT 6.06/00 root.cern.ch |
| © 1995-2014, The ROOT Team |
| Built for macosx64 |
| From tag v6-06-00, 9 December 2015 |
Try ‘.help’, ‘.demo’, ‘.license’, ‘.credits’, ‘.quit’/’.q’ |
---|
root [0]
real 0m30.532s
user 0m0.275s
sys 0m0.142s
deSangroMacBookPro:~ root#
As you can see, it takes 30s to complete the startup, and it takes a long time to compile/load any macro as well.
I tried to restart the notebook, but did not fix the problem.
Any ideas what could be the problem and how to fix it?
thanks Riccardo