KevinyhZou opened a new issue, #6111:
URL: https://github.com/apache/incubator-gluten/issues/6111
### Backend
CH (ClickHouse)
### Bug description
the core stack
```
#0 0x00007f3863656428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007f386365802a in __GI_abort () at abort.c:89
#2 0x00007f38614416b5 in os::abort(bool) () from
/usr/jdk64/jdk1.8.0_60/jre/lib/amd64/server/libjvm.so
#3 0x00007f38615dfbf3 in VMError::report_and_die() () from
/usr/jdk64/jdk1.8.0_60/jre/lib/amd64/server/libjvm.so
#4 0x00007f3861446edf in JVM_handle_linux_signal () from
/usr/jdk64/jdk1.8.0_60/jre/lib/amd64/server/libjvm.so
#5 0x00007f386143d673 in signalHandler(int, siginfo*, void*) () from
/usr/jdk64/jdk1.8.0_60/jre/lib/amd64/server/libjvm.so
#6 <signal handler called>
#7 0x00007f386f1660ea in
local_engine::FlattenJSONStringOnRequiredFunction::normalizeJson(std::__1::basic_string_view<char,
std::__1::char_traits<char> >&, char*) const () from ./libch.so
#8 0x00007f386f1647e1 in COW<DB::IColumn>::immutable_ptr<DB::IColumn>
local_engine::FlattenJSONStringOnRequiredFunction::innerExecuteImpl<DB::SimdJSONParser,
local_engine::GetJsonObjectImpl<DB::SimdJSONParser,
DB::JSONStringSerializer<DB::SimdJSONParser::Element,
DB::SimdJSONElementFormatter> > >(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&) const ()
from ./libch.so
#9 0x00007f386f1633f9 in
local_engine::FlattenJSONStringOnRequiredFunction::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const () from
./libch.so
#10 0x00007f386adf043a in
DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const () from
./libch.so
#11 0x00007f3871e3d3c5 in
DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const ()
from ./libch.so
#12 0x00007f3871e3d6d0 in
DB::IExecutableFunction::defaultImplementationForNulls(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const ()
from ./libch.so
#13 0x00007f3871e3d37d in
DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const ()
from ./libch.so
#14 0x00007f3871e3dd87 in
DB::IExecutableFunction::executeWithoutSparseColumns(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const ()
from ./libch.so
#15 0x00007f3871e3f09b in
DB::IExecutableFunction::execute(std::__1::vector<DB::ColumnWithTypeAndName,
std::__1::allocator<DB::ColumnWithTypeAndName> > const&,
std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const ()
from ./libch.so
#16 0x00007f3872fd913a in DB::ExpressionActions::execute(DB::Block&,
unsigned long&, bool, bool) const () from ./libch.so
#17 0x00007f38749b0b4c in DB::FilterTransform::doTransform(DB::Chunk&) ()
from ./libch.so
#18 0x00007f38749b0934 in DB::FilterTransform::transform(DB::Chunk&) () from
./libch.so
#19 0x00007f387479d0d0 in DB::ISimpleTransform::transform(DB::Chunk&,
DB::Chunk&) () from ./libch.so
#20 0x00007f387486904c in DB::ISimpleTransform::work() () from ./libch.so
#21 0x00007f3874885142 in DB::ExecutionThreadContext::executeTask() () from
./libch.so
#22 0x00007f3874879eb0 in DB::PipelineExecutor::executeStepImpl(unsigned
long, std::__1::atomic<bool>*) () from ./libch.so
#23 0x00007f3874879a49 in
DB::PipelineExecutor::executeStep(std::__1::atomic<bool>*) () from ./libch.so
#24 0x00007f387488d628 in DB::PullingPipelineExecutor::pull(DB::Chunk&) ()
from ./libch.so
#25 0x00007f387488d810 in DB::PullingPipelineExecutor::pull(DB::Block&) ()
from ./libch.so
#26 0x00007f386f6dcb96 in local_engine::LocalExecutor::hasNext() () from
./libch.so
#27 0x00007f386a1281f7 in
Java_org_apache_gluten_vectorized_BatchIterator_nativeHasNext () from ./libch.so
```
### Spark version
Spark-3.3.x
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
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]