armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
146 stars 23 forks source link

ctrl-C after loading rjulia package #62

Open pcarbo opened 6 years ago

pcarbo commented 6 years ago

After running library(rjulia), typing ctrl-C (^C) in the R console causes R to crash:

 *** caught segfault ***
address 0x0, cause 'memory not mapped'
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace

This is a very common key combination for me since it is a shortcut for canceling a command from being run.

Are you able to reproduce this issue? Any idea what might cause this?

I'm using R 3.4.3, rjulia 0.10.4 on a MacBook Pro 2017 with macOS 10.13.2.