forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
antalya-25.8cicd-failureCI/CD test failureCI/CD test failurein-progressMark a PR or an issue as being actively worked on.Mark a PR or an issue as being actively worked on.
Description
Version: 25.8.9.20448.altinityantalya
Description
A segmentation fault occurred during the execution of the stress tests in workflow run
PR #1015, specifically in the job “Stress test (amd_debug)”, which was triggered by Pull Request #1161.
The failure was detected by the ClickHouse server, which terminated with signal 11 (Segmentation fault) caused by a NULL pointer read during query processing.
The crash happens while executing the following query:
SELECT shardNum() AS _shard_num, __table1.key
FROM test_1.dist_2 AS __table1
ORDER BY shardNum(), __table1.keyMain Error Extract
<Fatal> BaseDaemon: Received signal 11
<Fatal> BaseDaemon: Signal description: Segmentation fault
<Fatal> BaseDaemon: Address: NULL pointer. Access: read. Address not mapped to object.The stack trace indicates the failure occurs inside the AST type promotion / casting logic, referencing the following files:
Common/typeid_cast.h
Common/TypePromotion.h
Interpreters/executeQuery.cpp
Server/TCPHandler.cppAccess job report to check the full error message
CI Run
https://github.com/Altinity/ClickHouse/actions/runs/19671147070/job/56352115318
Artifacts and Reports
- Workflow report: https://s3.amazonaws.com/altinity-build-artifacts/PRs/1161/6b0768017f4eb215c8db1e95bb43bdcd367d191e/19671147070/ci_run_report.html
- Job report: https://altinity-build-artifacts.s3.amazonaws.com/json.html?PR=1161&sha=6b0768017f4eb215c8db1e95bb43bdcd367d191e&name_0=PR&name_1=Stress%20test%20%28amd_debug%29
Metadata
Metadata
Assignees
Labels
antalya-25.8cicd-failureCI/CD test failureCI/CD test failurein-progressMark a PR or an issue as being actively worked on.Mark a PR or an issue as being actively worked on.