rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

Segementation Fault during MailR install #65

Closed jeganathan-velu closed 7 years ago

jeganathan-velu commented 7 years ago

Hi,

We are facing the below issue, during mailR installation from CRAN and also during installation via github. Could not find any reference in Stackoverflow too. Tried reinstalling rJava and stringr/stringi packages, still could not get it installed. It is running fine in our other ubuntu servers (14.04). Any help will be much appreciated. Thanks in advance.

JesseYANK commented 7 years ago

installing source package ‘mailR’ ... R inst preparing package for lazy loading help * installing help indices building package indices ** testing if installed package can be loaded Segmentation fault (core dumped) ERROR: loading failed

I also got segmentation fault error.

rpremraj commented 7 years ago

Thanks for reporting this in. I will try reproducing the error at my end and give you feedback.

@JesseYANK Which version of R are you using?

JesseYANK commented 7 years ago

@rpremraj R version 3.4.0(2017-04-21) Linux 4.4.0-81-generic x86_64

Thanks for your prompt response

rpremraj commented 7 years ago

Sorry, so far the package compiles successfully on my [windows] machine. Will update the java libraries so you can see whether it helps.

joel23888 commented 7 years ago

I am having the same issue, see #61

joel23888 commented 7 years ago

I managed to find a solution to this at: https://stackoverflow.com/questions/44682540/rjava-dependent-package-installation-segmentation-fault-core-dumped. Closed #61 and probably this can issue can be close if works for those who posted here. Hope this helps.

rpremraj commented 7 years ago

Thanks for the link @joel23888. Glad you worked it out.

There is seemingly more info here: https://github.com/s-u/rJava/issues/110.