clee704 opened a new issue, #4964:
URL: https://github.com/apache/incubator-gluten/issues/4964

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   This write operation crashes:
   
   `spark.sql("select array(struct(1), 
null)").write.mode("overwrite").save("X")`
   
   ### Spark version
   
   Spark-3.3.x
   
   ### Spark configurations
   
   spark.plugins=io.glutenproject.GlutenPlugin
   spark.gluten.sql.columnar.backend.lib=velox
   spark.memory.offHeap.enabled=true
   spark.memory.offHeap.size=28g
   
   ### System information
   
   Velox System Info v0.0.2
   Commit: 58a459bf487120208a774d7959f7c7db417f490b
   CMake Version: 3.25.1
   System: Linux-6.5.0-1015-azure
   Arch: x86_64
   C++ Compiler: /usr/bin/c++
   C++ Compiler Version: 11.4.0
   C Compiler: /usr/bin/cc
   C Compiler Version: 11.4.0
   CMake Prefix Path: 
/usr/local;/usr;/;/ssd/linuxbrew/.linuxbrew/Cellar/cmake/3.25.1;/usr/local;/usr/X11R6;/usr/pkg;/opt
   
   ### Relevant logs
   
   ```bash
   #
   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  SIGSEGV (0xb) at pc=0x00007fb40369e2c5, pid=281178, tid=0x00007fc434d18640
   #
   # JRE version: OpenJDK Runtime Environment (8.0_392-b08) (build 
1.8.0_392-8u392-ga-1~22.04-b08)
   # Java VM: OpenJDK 64-Bit Server VM (25.392-b08 mixed mode linux-amd64 )
   # Problematic frame:
   # C  [libvelox.so+0x229e2c5]  (anonymous 
namespace)::makeRowVector(std::vector<std::shared_ptr<facebook::velox::BaseVector>,
 std::allocator<std::shared_ptr<facebook::velox::BaseVector> > > const&)+0xa5
   #
   # Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
   #
   # An error report file with more information is saved as:
   # /ssd/chungmin/repos/spark_3.3/hs_err_pid281178.log
   #
   # If you would like to submit a bug report, please visit:
   #   http://bugreport.java.com/bugreport/crash.jsp
   # The crash happened outside the Java Virtual Machine in native code.
   # See problematic frame for where to report the bug.
   #
   ```
   


-- 
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]

Reply via email to