On OS X: ``` library(qtbase) plot(x) # Close the plot window # *** caught segfault *** # address 0x18, cause 'memory not mapped' ``` Output from `sessionInfo()` ``` R version 2.12.0 (2010-10-15) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics utils datasets grDevices methods base other attached packages: [1] devtools_0.1 ```