Error message when running R

1 HIToolbox 0x00007ff813c53726 _ZN15MenuBarInstance22EnsureAutoShowObserverEv + 102
2 HIToolbox 0x00007ff813c532b8 _ZN15MenuBarInstance14EnableAutoShowEv + 52
3 HIToolbox 0x00007ff813bc2cd7 _ZN15MenuBarInstance21UpdateAggregateUIModeE21MenuBarAnimationStylehhh + 1113
4 HIToolbox 0x00007ff813c53173 _ZN15MenuBarInstance19SetFullScreenUIModeEjj + 175
5 AppKit 0x00007ff80d720287 -[NSApplication _setPresentationOptions:instance:flags:] + 1145
6 AppKit 0x00007ff80d575055 -[NSApplication _updateFullScreenPresentationOptionsForInstance:] + 582
7 CoreFoundation 0x00007ff80a28a3d4 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 137
8 CoreFoundation 0x00007ff80a32441a ___CFXRegistrationPost_block_invoke + 88
9 CoreFoundation 0x00007ff80a324369 _CFXRegistrationPost + 536
10 CoreFoundation 0x00007ff80a25d8f9 _CFXNotificationPost + 735
11 Foundation 0x00007ff80b099abc -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
12 AppKit 0x00007ff80d7208f8 spacesNotificationHandler + 119
13 SkyLight 0x00007ff80eec123d ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1 + 1030
14 SkyLight 0x00007ff80f1d405a _ZN21CGSDatagramReadStream26dispatchMainQueueDatagramsEv + 202
15 SkyLight 0x00007ff80f1d3f81 ___ZN21CGSDatagramReadStream15mainQueueWakeupEv_block_invoke + 18
16 libdispatch.dylib 0x00007ff80a0387fb _dispatch_call_block_and_release + 12
17 libdispatch.dylib 0x00007ff80a039a44 _dispatch_client_callout + 8
18 libdispatch.dylib 0x00007ff80a0467b9 _dispatch_main_queue_drain + 952
19 libdispatch.dylib 0x00007ff80a0463f3 _dispatch_main_queue_callback_4CF + 31
20 CoreFoundation 0x00007ff80a2d35f0 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
21 CoreFoundation 0x00007ff80a293b70 __CFRunLoopRun + 2454
22 CoreFoundation 0x00007ff80a292b60 CFRunLoopRunSpecific + 560
23 HIToolbox 0x00007ff813be0766 RunCurrentEventLoopInMode + 292
24 HIToolbox 0x00007ff813be0576 ReceiveNextEventCommon + 679
25 HIToolbox 0x00007ff813be02b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70
26 AppKit 0x00007ff80d3e32f3 _DPSNextEvent + 909
27 AppKit 0x00007ff80d3e2174 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219
28 R 0x000000010ac878e6 -[RController doProcessEvents:] + 166
29 R 0x000000010ac81e05 -[RController handleReadConsole:] + 149
30 R 0x000000010ac8b2e8 Re_ReadConsole + 184
31 libR.dylib 0x000000010b329224 R_ReplDLLdo1 + 148
32 R 0x000000010ac98e15 run_REngineRmainloop + 261
33 R 0x000000010ac8d98f -[REngine runREPL] + 143
34 R 0x000000010ac7d288 main + 792
35 dyld 0x00007ff809e86310 start + 2432

Hello @pdwang ,

please give some context to your 'statement' :

  • what were you trying to do?
  • does R always behave in this ( supposedly undesirable) way?
  • can you show us a (preferable small) piece of code that has this behavior?
  • what is the environment that you are working in?

See this link for some background information about providing details.

Initially R and RStudio were running fine on my mac, however, after few days of usage, some fatal error message popped up in my RStudio. I tried to uninstall both R and SStudio and install again but the same error codes appear. As soon as I run the re-installed R console, the following error pops up:
R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[R.app GUI 1.79 (8160) x86_64-apple-darwin17.0]

[Workspace restored from /Users/pdwang/.RData]
[History restored from /Users/pdwang/.Rapp.history]

1 HIToolbox 0x00007ff823ef0726 _ZN15MenuBarInstance22EnsureAutoShowObserverEv + 102
2 HIToolbox 0x00007ff823ef02b8 _ZN15MenuBarInstance14EnableAutoShowEv + 52
3 HIToolbox 0x00007ff823e5fcd7 _ZN15MenuBarInstance21UpdateAggregateUIModeE21MenuBarAnimationStylehhh + 1113
4 HIToolbox 0x00007ff823ef0173 _ZN15MenuBarInstance19SetFullScreenUIModeEjj + 175
5 AppKit 0x00007ff81d9bd287 -[NSApplication _setPresentationOptions:instance:flags:] + 1145
6 AppKit 0x00007ff81d812055 -[NSApplication _updateFullScreenPresentationOptionsForInstance:] + 582
7 CoreFoundation 0x00007ff81a5273d4 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 137
8 CoreFoundation 0x00007ff81a5c141a ___CFXRegistrationPost_block_invoke + 88
9 CoreFoundation 0x00007ff81a5c1369 _CFXRegistrationPost + 536
10 CoreFoundation 0x00007ff81a4fa8f9 _CFXNotificationPost + 735
11 Foundation 0x00007ff81b336abc -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
12 AppKit 0x00007ff81d9bd8f8 spacesNotificationHandler + 119
13 SkyLight 0x00007ff81f15e23d ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1 + 1030
14 SkyLight 0x00007ff81f47105a _ZN21CGSDatagramReadStream26dispatchMainQueueDatagramsEv + 202
15 SkyLight 0x00007ff81f470f81 ___ZN21CGSDatagramReadStream15mainQueueWakeupEv_block_invoke + 18
16 libdispatch.dylib 0x00007ff81a2d57fb _dispatch_call_block_and_release + 12
17 libdispatch.dylib 0x00007ff81a2d6a44 _dispatch_client_callout + 8
18 libdispatch.dylib 0x00007ff81a2e37b9 _dispatch_main_queue_drain + 952
19 libdispatch.dylib 0x00007ff81a2e33f3 _dispatch_main_queue_callback_4CF + 31
20 CoreFoundation 0x00007ff81a5705f0 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
21 CoreFoundation 0x00007ff81a530b70 __CFRunLoopRun + 2454
22 CoreFoundation 0x00007ff81a52fb60 CFRunLoopRunSpecific + 560
23 HIToolbox 0x00007ff823e7d766 RunCurrentEventLoopInMode + 292
24 HIToolbox 0x00007ff823e7d576 ReceiveNextEventCommon + 679
25 HIToolbox 0x00007ff823e7d2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70
26 AppKit 0x00007ff81d6802f3 _DPSNextEvent + 909
27 AppKit 0x00007ff81d67f174 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219
28 R 0x000000010a9fd8e6 -[RController doProcessEvents:] + 166
29 R 0x000000010a9f7e05 -[RController handleReadConsole:] + 149
30 R 0x000000010aa012e8 Re_ReadConsole + 184
31 libR.dylib 0x000000010b09f224 R_ReplDLLdo1 + 148
32 R 0x000000010aa0ee15 run_REngineRmainloop + 261
33 R 0x000000010aa0398f -[REngine runREPL] + 143
34 R 0x000000010a9f3288 main + 792
35 dyld 0x00007ff81a123310 start + 2432

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.