sunchao commented on PR #5403: URL: https://github.com/apache/datafusion-comet/pull/5403#issuecomment-5444078121
The [macOS Spark 4.0 scans job](https://github.com/apache/datafusion-comet/actions/runs/33099403856/job/98625302173) at `07c8de2f7` crashed during native thread cleanup, just after `native scan on fake fs` passed. This was a JVM `SIGBUS`, not a ScalaTest assertion failure in the extrema changes. I downloaded the exact native artifact and verified its ZIP digest against the job log. Symbolication places the saved return address at `hdfsThreadDestructor + 0x50`, matching the prior crash in #5023 and the libhdfs fix in PR #5036. The HDFS/JNI/storage code, fake-filesystem suite and dependency lockfile are unchanged from merged main `525c05b52`. This identifies the known libhdfs teardown failure; it does not make the failed job a passing result. The parent workflow is still active, and I have not claimed a clean macOS rerun. -- 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]
