wForget opened a new issue, #11473: URL: https://github.com/apache/incubator-gluten/issues/11473
### Backend VL (Velox) ### Bug description Task failed log: ``` W20260122 08:42:43.221549 3526390 JniCommon.h:534] Failed to allocate new byte array size: 12126448118 26/01/22 08:42:45 INFO RssShuffleManagerBase: Mark the task: 31167_3 failed. ``` jvm crash log: ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fdabd6b8502, pid=3523857, tid=0x00007fda945ff700 # # JRE version: OpenJDK Runtime Environment (8.0_392-b08) (build 1.8.0_392-b08) # Java VM: OpenJDK 64-Bit Server VM (25.392-b08 mixed mode linux-amd64 compressed oops) # Problematic frame: # V [libjvm.so+0x70e502] jni_GetByteArrayElements+0x52 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # ``` error file: ``` Stack: [0x00007fda944ff000,0x00007fda94600000], sp=0x00007fda945fd270, free space=1016k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x70e502] jni_GetByteArrayElements+0x52 C [libvelox.so+0x1bac3b7] JavaRssClient::~JavaRssClient()+0x57 ``` ### Gluten version Gluten-1.5 ### Spark version Spark-3.5.x ### 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]
