Actions
Bug #74672
closed[valgrind] make gcm_cipher_internal suppression more resilient
% Done:
0%
Source:
Backport:
squid,tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v20.3.0-5062-g23a681daa7
Released In:
Upkeep Timestamp:
2026-02-02T12:36:24+00:00
Tags:
Description
gcm_cipher_internal() and ossl_gcm_stream_final() make it to the stack trace only on CentOS Stream 9. On Ubuntu 22.04 and Rocky 10, it looks as follows:
Thread 4 msgr-worker-1:
Conditional jump or move depends on uninitialised value(s)
at 0x70A36D4: ??? (in /usr/lib64/libcrypto.so.3.2.2)
by 0x70A39A1: ??? (in /usr/lib64/libcrypto.so.3.2.2)
by 0x6F8A09C: EVP_DecryptFinal_ex (in /usr/lib64/libcrypto.so.3.2.2)
by 0xB498C1F: ceph::crypto::onwire::AES128GCM_OnWireRxHandler::authenticated_decrypt_update_final(ceph::buffer::v15_2_0::list&) (crypto_onwire.cc:271)
by 0xB4992D7: ceph::msgr::v2::FrameAssembler::disassemble_preamble(ceph::buffer::v15_2_0::list&) (frames_v2.cc:281)
by 0xB482D98: ProtocolV2::handle_read_frame_preamble_main(std::unique_ptr<ceph::buffer::v15_2_0::ptr_node, ceph::buffer::v15_2_0::ptr_node::disposer>&&, int) (ProtocolV2.cc:1149)
by 0xB475318: ProtocolV2::run_continuation(Ct<ProtocolV2>&) (ProtocolV2.cc:54)
by 0xB457012: AsyncConnection::process() (AsyncConnection.cc:495)
by 0xB49E61A: EventCenter::process_events(unsigned int, std::chrono::duration<unsigned long, std::ratio<1l, 1000000000l> >*) (Event.cc:492)
by 0xB49EA9D: UnknownInlinedFun (Stack.cc:50)
by 0xB49EA9D: UnknownInlinedFun (invoke.h:61)
by 0xB49EA9D: UnknownInlinedFun (invoke.h:111)
by 0xB49EA9D: std::_Function_handler<void (), NetworkStack::add_thread(Worker*)::{lambda()#1}>::_M_invoke(std::_Any_data const&) (std_function.h:290)
by 0xBB11063: ??? (in /usr/lib64/libstdc++.so.6.0.33)
by 0x4F17119: start_thread (in /usr/lib64/libc.so.6)
Updated by Ilya Dryomov about 2 months ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 67138
Updated by Ilya Dryomov about 2 months ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot about 2 months ago
- Merge Commit set to 23a681daa7c4e4ffc7319c82b55a2c4ac49e9fc5
- Fixed In set to v20.3.0-5062-g23a681daa7
- Upkeep Timestamp set to 2026-02-02T12:36:24+00:00
Updated by Upkeep Bot about 2 months ago
- Copied to Backport #74705: tentacle: [valgrind] make gcm_cipher_internal suppression more resilient added
Updated by Upkeep Bot about 2 months ago
- Copied to Backport #74706: squid: [valgrind] make gcm_cipher_internal suppression more resilient added
Updated by Upkeep Bot about 2 months ago
- Tags (freeform) set to backport_processed
Updated by Ilya Dryomov 7 days ago
- Status changed from Pending Backport to Resolved
Actions