You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The job goes into failed state with the following error in the job messages:
Updated analytics task state to [failed] with reason [[bm_1_1583497643615] analytics process stopped unexpectedly: Fatal error: 'si_signo 11, si_code: 1, si_errno: 0, address: 0x7ff15024cc91, library: /home/robert/github/machine-learning-qa/build/deployments/8.0.0/6683/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/../lib/libMlMaths.so, base: 0x7ff150015000, normalized address: 0x237c91', version: 8.0.0-SNAPSHOT (build 9abec24aff83ac) ]
Additional information
When running a classification job with different input data, e.g. Kibana sample flight data, the job runs without errors, so it's probably input data related.
The text was updated successfully, but these errors were encountered:
There was a log message capturing the failure address:
Updated analytics task state to [failed] with reason [[bm_1_1583489004749] analytics process stopped unexpectedly:
Fatal error: 'si_signo 11, si_code: 1, si_errno: 0, address: 0x7f8968223941, library: /home/robert/github/machine-learning-qa/build/deployments/8.0.0/6687/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/../lib/libMlMaths.so, base: 0x7f8967feb000, normalized address: 0x238941', version: 8.0.0-SNAPSHOT (build 0108a6ecf8a983) ]
Looking up the function from that shows the crash happened in _ZN2ml5maths15CDataFrameUtils19metricMicWithColumnERKNS1_12CColumnValueERKNS_4core10CDataFrameERKNS5_16CPackedBitVectorESt6vectorImSaImEE, which demangles to ml::maths::CDataFrameUtils::metricMicWithColumn(ml::maths::CDataFrameUtils::CColumnValue const&, ml::core::CDataFrame const&, ml::core::CPackedBitVector const&, std::vector<unsigned long, std::allocator<unsigned long> >).
Found in version
Steps to reproduce
Expected result
Actual result
failed
state with the following error in the job messages:Additional information
The text was updated successfully, but these errors were encountered: