[CI] Try to re-enable ORC JNI tests with Valgrind or ASan for debugging
Open
Type: enhancement
- Dominant language
- Java
- Stars
- 94
- Forks
- 152
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 11
Description
### Describe the enhancement requested
https://github.com/apache/arrow-java/pull/449
ORC tests segfault randomly with `Fatal glibc error: malloc.c:2599 (sysmalloc): assertion failed: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)`
Contributor guide
Research direction
Start by reviewing pull request #449 and the CI setup for the ORC JNI tests. Investigate how Valgrind or ASan can be enabled for those tests, then verify that the tests run reliably and provide useful diagnostics for the reported random glibc segmentation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100