Skip to content
Prev 333472 / 398506 Next

RStudio and R.app "segmentation fault" errors

On 13-11-20 10:45 PM, Earl Brown wrote:
That's clearly a bug in the library or in the program that calls it 
(i.e. "analyze").
Presumably R.app and RStudio run the program in a different environment 
than R does at the command line.  One obvious guess is that the standard 
file handles (stdin, stdout, stderr) would be handled quite differently. 
  Another is that the program may be loaded at a different address, or 
with a different amount of memory available to it.

In any case, it's pretty clearly not a bug in R.app or RStudio.

Duncan Murdoch