lgbo-ustc opened a new issue, #10772: URL: https://github.com/apache/incubator-gluten/issues/10772
### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. When a task is canceled, the native code will crash ``` 0. ./build/./src/Common/StackTrace.cpp:389: StackTrace::StackTrace() @ 0x000000000f664de4 1. ./build/./src/Common/ThreadStatus.cpp:245: DB::ThreadStatus::flushUntrackedMemory() @ 0x000000000f67e485 2. ./build/./src/Interpreters/ThreadStatusExt.cpp:372: DB::ThreadStatus::detachFromGroup() @ 0x0000000013f7c33a 3. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000000f67e996 4. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:156: void std::__destroy_at[abi:ne190107]<local_engine::QueryContext::Data, 0>(local_engine::QueryContext::Data*) @ 0x000000000fbb6273 5. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:156: local_engine::QueryContext::~QueryContext() @ 0x000000000fbb5cfc 6. ? @ 0x0000000000039ff8 7. ? @ 0x000000000003a045 8. ? @ 0x00000000006886d7 9. VM_Operation::evaluate() @ 0x0000000000ac2c35 10. VMThread::evaluate_operation(VM_Operation*) @ 0x0000000000ac100a 11. VMThread::loop() @ 0x0000000000ac138e 12. VMThread::run() @ 0x0000000000ac1800 13. java_start(Thread*) @ 0x000000000091cb88 14. /build/glibc-Cl5G7W/glibc-2.23/nptl/pthread_create.c:333: Java_sun_nio_ch_EPollArrayWrapper_epollWait @ 0x00000000000076ba 15. ? @ 0x000000000010741d # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f079a895609, pid=17371, tid=139669613782784 # # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libch.so+0xf67e609] DB::ThreadStatus::flushUntrackedMemory()+0x249 # # Core dump written. Default location: /data14/hadoop/yarn/local/usercache/liangjiabiao/appcache/application_1731914816398_22969566/container_e70_1731914816398_22969566_01_000687/core or core.17371 # # An error report file with more information is saved as: # /data14/hadoop/yarn/local/usercache/liangjiabiao/appcache/application_1731914816398_22969566/container_e70_1731914816398_22969566_01_000687/hs_err_pid17371.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp ``` ### 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]
