Project

General

Profile

Bug #54864

crash: __libc_malloc()

Added by Telemetry Bot about 2 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Telemetry
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):

23f13102bbec42b627217d6a460d2cbd7cc480971cfe4d729d1413a36ff4dfa0


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=9965b220730849b743a9419ac706e3cfdf60fb5a0744edb6a7a46d23f7d28cd5

Sanitized backtrace:

    __libc_malloc()
    operator new(unsigned long)
    ceph::buffer::create_aligned_in_mempool(unsigned int, unsigned int, int)
    ceph::buffer::create_aligned(unsigned int, unsigned int)
    ceph::buffer::create(unsigned int)
    ceph::buffer::list::obtain_contiguous_space(unsigned int)
    ceph::os::Transaction::omap_setkeys(coll_t const&, ghobject_t const&, std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, ceph::buffer::list, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, ceph::buffer::list> > > const&)
    PG::prepare_write(pg_info_t&, pg_info_t&, PastIntervals&, PGLog&, bool, bool, bool, ceph::os::Transaction&)
    PeeringState::write_if_dirty(ceph::os::Transaction&)
    OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)
    ceph::osd::scheduler::PGPeeringItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)
    OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)
    ShardedThreadPool::shardedthreadpool_worker(unsigned int)
    ShardedThreadPool::WorkThreadSharded::entry()

Crash dump sample:
{
    "backtrace": [
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x13200) [0x7fde12d28200]",
        "/lib/x86_64-linux-gnu/libc.so.6(+0x84106) [0x7fde12bd1106]",
        "__libc_malloc()",
        "(operator new(unsigned long)+0x1c) [0x7fde12f3e81c]",
        "(ceph::buffer::v15_2_0::create_aligned_in_mempool(unsigned int, unsigned int, int)+0x50) [0x55fa2e9ceca0]",
        "(ceph::buffer::v15_2_0::create_aligned(unsigned int, unsigned int)+0x23) [0x55fa2e9ceeb3]",
        "(ceph::buffer::v15_2_0::create(unsigned int)+0x23) [0x55fa2e9cef03]",
        "(ceph::buffer::v15_2_0::list::obtain_contiguous_space(unsigned int)+0xa2) [0x55fa2e9cf032]",
        "(ceph::os::Transaction::omap_setkeys(coll_t const&, ghobject_t const&, std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, ceph::buffer::v15_2_0::list, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, ceph::buffer::v15_2_0::list> > > const&)+0x1b0) [0x55fa2e1c6830]",
        "(PG::prepare_write(pg_info_t&, pg_info_t&, PastIntervals&, PGLog&, bool, bool, bool, ceph::os::Transaction&)+0x498) [0x55fa2e2004d8]",
        "(PeeringState::write_if_dirty(ceph::os::Transaction&)+0x6f) [0x55fa2e3e9bef]",
        "(OSD::dequeue_peering_evt(OSDShard*, PG*, std::shared_ptr<PGPeeringEvent>, ThreadPool::TPHandle&)+0x151) [0x55fa2e16e481]",
        "(ceph::osd::scheduler::PGPeeringItem::run(OSD*, OSDShard*, boost::intrusive_ptr<PG>&, ThreadPool::TPHandle&)+0x57) [0x55fa2e3c9b47]",
        "(OSD::ShardedOpWQ::_process(unsigned int, ceph::heartbeat_handle_d*)+0x9c3) [0x55fa2e182c83]",
        "(ShardedThreadPool::shardedthreadpool_worker(unsigned int)+0x424) [0x55fa2e816144]",
        "(ShardedThreadPool::WorkThreadSharded::entry()+0x10) [0x55fa2e8183f0]",
        "/lib/x86_64-linux-gnu/libpthread.so.0(+0x8d80) [0x7fde12d1dd80]",
        "clone()" 
    ],
    "ceph_version": "16.2.7",
    "crash_id": "2022-02-13T07:12:29.444311Z_cee46f44-c059-44f3-8eff-726aa37c8ef8",
    "entity_name": "osd.e5aeebad3ed62f59b0c46762e97223a9e65fa0ba",
    "os_id": "debian",
    "os_name": "Debian GNU/Linux bookworm/sid",
    "process_name": "ceph-osd",
    "stack_sig": "23f13102bbec42b627217d6a460d2cbd7cc480971cfe4d729d1413a36ff4dfa0",
    "timestamp": "2022-02-13T07:12:29.444311Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-3-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.15.15-1 (2022-01-18)" 
}

History

#1 Updated by Telemetry Bot about 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v16.2.7 added

Also available in: Atom PDF