[R-SIG-Mac] Interesting R crash

Steve Lianoglou lianoglou.steve at gene.com
Tue Jun 25 19:15:54 CEST 2013


Hi,

This is the first time I've seen this, and I'm not sure exactly how
this happening because for all intents and purposes I was interacting
with another application (Skitch) when R crashed, but I thought I'd
just put the relevant info here and perhaps it might ring a bell to
the devs. I'm not sure that I can reproduce it, though I'll try to do
so later.

Background:

I was marking up a screenshot (using Skitch) of a (gg)plot I just
whipped up and R exploded with the error below while it was (I
thought) idling in the background.

I am running R-3.0.1 through emacs (24.3) & ess (13.05) through iTerm2
(1.0.0.20...), so no R.app was running, but I am plotting to the
quartz device. As I was mucking about with Skitch, I got an OS dialog
box telling me that R unexpectedly quit. The error that was dumped to
the *R* buffer is below.

========================

 2013-06-25 10:03:00.370 R[22263:f07] An uncaught exception was raised
 2013-06-25 10:03:00.370 R[22263:f07] -[NSProgress acknowledge]: the
bundle identifier could not be computed.
 2013-06-25 10:03:00.380 R[22263:f07] (
   0   CoreFoundation                      0x00007fff9196fb06
__exceptionPreprocess + 198
   1   libobjc.A.dylib                     0x00007fff93f1f3f0
objc_exception_throw + 43
   2   CoreFoundation                      0x00007fff9196f8dc
+[NSException raise:format:] + 204
   3   Foundation                          0x00007fff8c647ba0
-[NSProgressProxy acknowledgeWithSuccess:] + 112
   4   DesktopServicesPriv                 0x00007fff8f8f46e6
__AddSubscriberFor_block_invoke_0 + 202
   5   Foundation                          0x00007fff8c647515
__44-[NSProgressProxy _invokePublishingHandler:]_block_invoke_0 + 24
   6   CoreFoundation                      0x00007fff9192ccd2
__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 18
   7   CoreFoundation                      0x00007fff918ed47f
__CFRunLoopDoBlocks + 255
   8   CoreFoundation                      0x00007fff919117e4
__CFRunLoopRun + 772
   9   CoreFoundation                      0x00007fff919110e2
CFRunLoopRunSpecific + 290
   10  HIToolbox                           0x00007fff8b7aceb4
RunCurrentEventLoopInMode + 209
   11  HIToolbox                           0x00007fff8b7acb94
ReceiveNextEventCommon + 166
   12  HIToolbox                           0x00007fff8b7acae3
BlockUntilNextEventMatchingListInMode + 62
   13  AppKit                              0x00007fff95d33563
_DPSNextEvent + 685
   14  AppKit                              0x00007fff95d32e22
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
   15  grDevices.so                        0x0000000102ea63f9
cocoa_process_events + 105
   16  grDevices.so                        0x0000000102ea8970 input_handler + 48
   17  libR.dylib                          0x0000000100178514
Rstd_ReadConsole + 2164
   18  libR.dylib                          0x00000001000c45f9
Rf_ReplIteration + 185
   19  libR.dylib                          0x00000001000c4f33
run_Rmainloop + 211
   20  R                                   0x0000000100000e5b main + 27
   21  R                                   0x0000000100000e34 start + 52
 )
 2013-06-25 10:03:00.451 R[22263:f07] *** Terminating app due to
uncaught exception 'NSInternalInconsistencyException', reason:
'-[NSProgress acknowledge]: the bundle identifier could not be
computed.'
 *** First throw call stack:
 (
   0   CoreFoundation                      0x00007fff9196fb06
__exceptionPreprocess + 198
   1   libobjc.A.dylib                     0x00007fff93f1f3f0
objc_exception_throw + 43
   2   CoreFoundation                      0x00007fff9196f8dc
+[NSException raise:format:] + 204
   3   Foundation                          0x00007fff8c647ba0
-[NSProgressProxy acknowledgeWithSuccess:] + 112
   4   DesktopServicesPriv                 0x00007fff8f8f46e6
__AddSubscriberFor_block_invoke_0 + 202
   5   Foundation                          0x00007fff8c647515
__44-[NSProgressProxy _invokePublishingHandler:]_block_invoke_0 + 24
   6   CoreFoundation                      0x00007fff9192ccd2
__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 18
   7   CoreFoundation                      0x00007fff918ed47f
__CFRunLoopDoBlocks + 255
   8   CoreFoundation                      0x00007fff919117e4
__CFRunLoopRun + 772
   9   CoreFoundation                      0x00007fff919110e2
CFRunLoopRunSpecific + 290
   10  HIToolbox                           0x00007fff8b7aceb4
RunCurrentEventLoopInMode + 209
   11  HIToolbox                           0x00007fff8b7acb94
ReceiveNextEventCommon + 166
   12  HIToolbox                           0x00007fff8b7acae3
BlockUntilNextEventMatchingListInMode + 62
   13  AppKit                              0x00007fff95d33563
_DPSNextEvent + 685
   14  AppKit                              0x00007fff95d32e22
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
   15  grDevices.so                        0x0000000102ea63f9
cocoa_process_events + 105
   16  grDevices.so                        0x0000000102ea8970 input_handler + 48
   17  libR.dylib                          0x0000000100178514
Rstd_ReadConsole + 2164
   18  libR.dylib                          0x00000001000c45f9
Rf_ReplIteration + 185
   19  libR.dylib                          0x00000001000c4f33
run_Rmainloop + 211
   20  R                                   0x0000000100000e5b main + 27
   21  R                                   0x0000000100000e34 start + 52
 )
 libc++abi.dylib: terminate called throwing an exception

 Process R abort trap: 6 at Tue Jun 25 10:03:04 2013

========================================

--
Steve Lianoglou
Computational Biologist
Bioinformatics and Computational Biology
Genentech



More information about the R-SIG-Mac mailing list