Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R crash when loading xlconnectjars #70

Closed
piral opened this issue Jun 20, 2017 · 3 comments
Closed

R crash when loading xlconnectjars #70

piral opened this issue Jun 20, 2017 · 3 comments

Comments

@piral
Copy link

piral commented Jun 20, 2017

R is chrashing when loading xlconnectjars. A new installation of the package ends with segmentation fault. This behaviour started after an upgrade of some packages in ubuntu 16.04. There are no other hints and I've no clue how to debug this problem.

@all4miller
Copy link

I experience the same issue on an a legacy system after installing updates Ubuntu 13.13.

If I start R and then library(XLConnect) it segfaults

@martinstuder
Copy link
Member

It seems to be related to some Ubuntu updates. In fact, it is not directly related to XLConnect since the issue can be reproduced as follows in R:

require(rJava)
.jinit()

@martinstuder
Copy link
Member

It seems this is related to a bug in kernel 4.4.0-81-generic:
https://askubuntu.com/questions/927746/eclipse-crashes-with-linux-kernel-4-4-0-81-generic

Indeed, as the article points out, the following does not trigger a segmentation fault in my case:

options(java.parameters = "-Xss2048k")
require(rJava)
.jinit()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants