zml1206 opened a new issue, #12534: URL: https://github.com/apache/gluten/issues/12534
### Backend VL (Velox) ### Bug description The spark-test-spark41 workflow intermittently fails while running unit tests in the backends-velox module. Scala compilation completes successfully. The failure occurs after Surefire starts the forked JVM and initializes the Velox backend. Both libgluten.so and libvelox.so are loaded successfully, and the Velox components are registered. The JVM then aborts unexpectedly with exit code 134 (SIGABRT) before the native-dependent test starts executing. ``` The forked VM terminated without properly saying goodbye. Process Exit Code: 134 Corrupted channel by directly writing to native stream in forked JVM 1 ``` https://github.com/apache/gluten/actions/runs/29471701089/job/87536355426?pr=12530 ### Gluten version _No response_ ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
