-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-6509: [C++][Gandiva] Re-enable Gandiva JNI tests and fix Travis CI failure #5417
Conversation
Can you describe what was the issue? |
Seems like the mimalloc allocator interacts badly with the JVM in some way. |
|
||
if [ "$DISTRO_CODENAME" != "xenial" ]; then | ||
CMAKE_COMMON_FLAGS="$CMAKE_COMMON_FLAGS -DARROW_MIMALLOC=ON" | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely a hack. Can you instead add an option to toggle on/off mimalloc from .travis.yml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. I'm explicitly setting ARROW_TRAVIS_MIMALLOC=1 for other jobs which also build cpp lib.
@pprudhvi can you add the stack from the coredump (for the mimalloc case) in the jira ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. Thanks for adding the backtrace in the JIRA
No description provided.