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

Segfaults with Ubuntu 14.04 x64 #58

Open
alexchee opened this issue Jun 27, 2017 · 1 comment
Open

Segfaults with Ubuntu 14.04 x64 #58

alexchee opened this issue Jun 27, 2017 · 1 comment

Comments

@alexchee
Copy link

alexchee commented Jun 27, 2017

We have recently been running into this issue on newly updated ubuntu images with 14.04 where any calls to Rjb::load or Rjb::import just segfaults. This would only happen to newly launched AWS instances, but older ones with the same version do not run into this problem.

After a while, we noticed that there's a minor kernel patch that causes user-space apps to crash: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1699772

It seems to be affecting these linux images: linux-image-4.10.0-24-generic, linux-image-4.8.0-56-generic, linux-image-4.4.0-81-generic, linux-image-3.13.0-121-generic

Just a heads up for anyone running into segfaults recently. The devs are working on a fix, and there's a workaround for now to set the env:

export JAVA_TOOL_OPTIONS=-Xss1280k

@ericgoedtel, @davidkiser, @gadogado on my team figured out this issue.

@alexchee alexchee changed the title Segfaults with Ubuntu 16.04 x64 Segfaults with Ubuntu 14.04 x64 Jun 27, 2017
@arton
Copy link
Owner

arton commented Nov 30, 2017

Thanks alexchee for this great information!

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

2 participants