HIToolbox warning in terminal

Hi,

I am getting a report inside the terminal when running root (see report below) and the comments are related to HIToolbox. I was not successful in resolving the issues through google searches. Has anyone experienced a similar problem and knows how to solve it? Please share

Thanks, KG

1   HIToolbox                           0x00007ff81e3e1726 _ZN15MenuBarInstance22EnsureAutoShowObserverEv + 102

2   HIToolbox                           0x00007ff81e385852 SetMenuBarObscured + 226

3   HIToolbox                           0x00007ff81e3854ca _ZN13HIApplication15HandleActivatedEP14OpaqueEventRefhP15OpaqueWindowPtrh + 164

4   HIToolbox                           0x00007ff81e37f996 _ZN13HIApplication13EventObserverEjP14OpaqueEventRefPv + 252

5   HIToolbox                           0x00007ff81e347bd2 _NotifyEventLoopObservers + 153

6   HIToolbox                           0x00007ff81e37f3e6 AcquireEventFromQueue + 494

7   HIToolbox                           0x00007ff81e36e5a4 ReceiveNextEventCommon + 725

8   HIToolbox                           0x00007ff81e36e2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70

9   AppKit                              0x00007ff817b75f33 _DPSNextEvent + 909

10  AppKit                              0x00007ff817b74db4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219

11  libCore.so                          0x000000010e95f899 _ZN13TMacOSXSystem10WaitEventsEl + 457

12  libCore.so                          0x000000010e95f45b _ZN13TMacOSXSystem16DispatchOneEventEb + 1051

13  libCore.so                          0x000000010e9c80aa _ZN7TSystem9InnerLoopEv + 26

14  libCore.so                          0x000000010e9c7efe _ZN7TSystem3RunEv + 206

15  libCore.so                          0x000000010e96b424 _ZN12TApplication3RunEb + 36

16  libRint.so                          0x000000010daacef4 _ZN5TRint3RunEb + 1428

17  root.exe                            0x000000010d9eaebf main + 79

18  dyld                                0x00007ff81461d310 start + 2432

1   HIToolbox                           0x00007ff81e36e0c2 _ZN15MenuBarInstance22RemoveAutoShowObserverEv + 30

2   HIToolbox                           0x00007ff81e3aa638 _ZL17BroadcastInternaljPvh + 167

3   SkyLight                            0x00007ff81965074d ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1 + 1030

4   SkyLight                            0x00007ff81996304a _ZN21CGSDatagramReadStream26dispatchMainQueueDatagramsEv + 202

5   SkyLight                            0x00007ff819962f71 ___ZN21CGSDatagramReadStream15mainQueueWakeupEv_block_invoke + 18

6   libdispatch.dylib                   0x00007ff8147cf7fb _dispatch_call_block_and_release + 12

7   libdispatch.dylib                   0x00007ff8147d0a44 _dispatch_client_callout + 8

8   libdispatch.dylib                   0x00007ff8147dd7b9 _dispatch_main_queue_drain + 952

9   libdispatch.dylib                   0x00007ff8147dd3f3 _dispatch_main_queue_callback_4CF + 31

10  CoreFoundation                      0x00007ff814a6a610 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9

11  CoreFoundation                      0x00007ff814a2ab90 __CFRunLoopRun + 2454

12  CoreFoundation                      0x00007ff814a29b80 CFRunLoopRunSpecific + 560

13  HIToolbox                           0x00007ff81e36e766 RunCurrentEventLoopInMode + 292

14  HIToolbox                           0x00007ff81e36e576 ReceiveNextEventCommon + 679

15  HIToolbox                           0x00007ff81e36e2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70

16  AppKit                              0x00007ff817b75f33 _DPSNextEvent + 909

17  AppKit                              0x00007ff817b74db4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219

18  libCore.so                          0x000000010e95f899 _ZN13TMacOSXSystem10WaitEventsEl + 457

19  libCore.so                          0x000000010e95f45b _ZN13TMacOSXSystem16DispatchOneEventEb + 1051

20  libCore.so                          0x000000010e9c80aa _ZN7TSystem9InnerLoopEv + 26

21  libCore.so                          0x000000010e9c7efe _ZN7TSystem3RunEv + 206

22  libCore.so                          0x000000010e96b424 _ZN12TApplication3RunEb + 36

23  libRint.so                          0x000000010daacef4 _ZN5TRint3RunEb + 1428

24  root.exe                            0x000000010d9eaebf main + 79

25  dyld                                0x00007ff81461d310 start + 2432

Replies

I am getting a report inside the terminal when running root

You’re running GUI code as root. To what end?

We do not, in general, support GUI code running as root because our GUI frameworks have way too much attack surface.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • Hi @eskimo excuse me I was not clear above, by "root" I'm referring to ROOT CERN and even some C++ scripts. I get the above report whenever I run anything in the terminal.

Add a Comment

Excuse me for not being clear above, by root I'm referring to ROOT CERN plus any macros I run inside the terminal, I get the same error above.

by root I'm referring to ROOT CERN

I don’t understand that. To mee CERN expands to Conseil Européen pour la Recherche Nucléaire, and I don’t think that’s what you mean (-:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • Here is what I mean >> https://root.cern/

Add a Comment