Project

General

Profile

Actions

Bug #4253

closed

radosgw: segfault in lockdep register

Added by Sage Weil about 11 years ago. Updated about 10 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

this is failing in the master branch:

2013-02-23T11:26:22.325 INFO:teuthology.orchestra.run.err:*** Caught signal (Segmentation fault) **
2013-02-23T11:26:22.325 INFO:teuthology.orchestra.run.err: in thread 7f06d7caa780
2013-02-23T11:26:22.333 INFO:teuthology.orchestra.run.err: ceph version 0.57-493-g704db85 (704db850131643b26bafe6594946cacce483c171)
2013-02-23T11:26:22.333 INFO:teuthology.orchestra.run.err: 1: radosgw-admin() [0x44d93a]
2013-02-23T11:26:22.333 INFO:teuthology.orchestra.run.err: 2: (()+0xfcb0) [0x7f06d6906cb0]
2013-02-23T11:26:22.333 INFO:teuthology.orchestra.run.err: 3: (lockdep_register(char const*)+0x151) [0x7f06d701ab51]
2013-02-23T11:26:22.333 INFO:teuthology.orchestra.run.err: 4: (Mutex::Mutex(char const*, bool, bool, bool, CephContext*)+0x1a4) [0x7f06d6ec3374]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 5: (OSDMap::OSDMap()+0x446) [0x7f06d6e5de66]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 6: (librados::RadosClient::RadosClient(CephContext*)+0x53) [0x7f06d6e5af33]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 7: (rados_create_with_context()+0x31) [0x7f06d6e4a971]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 8: (RGWRados::initialize()+0x3d) [0x4af53d]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 9: (RGWCache<RGWRados>::initialize()+0x17) [0x4c67e7]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 10: (RGWStoreManager::init_storage_provider(CephContext*, bool)+0x2c9) [0x4b3119]
2013-02-23T11:26:22.334 INFO:teuthology.orchestra.run.err: 11: (main()+0x10b9) [0x439bc9]
2013-02-23T11:26:22.335 INFO:teuthology.orchestra.run.err: 12: (__libc_start_main()+0xed) [0x7f06d525376d]
2013-02-23T11:26:22.335 INFO:teuthology.orchestra.run.err: 13: radosgw-admin() [0x441b41]
2013-02-23T11:26:22.335 INFO:teuthology.orchestra.run.err:2013-02-23 11:26:17.960912 7f06d7caa780 -1 *** Caught signal (Segmentation fault) **
2013-02-23T11:26:22.335 INFO:teuthology.orchestra.run.err: in thread 7f06d7caa780

job is
ubuntu@teuthology:/a/sage-2013-02-23_08:44:35-regression-master-testing-basic$ cat 10368/orig.config.yaml 
kernel:
  kdb: true
  sha1: 92a49fb0f79f3300e6e50ddf56238e70678e4202
nuke-on-error: true
overrides:
  ceph:
    conf:
      global:
        lockdep: true
        ms inject socket failures: 5000
      osd:
        osd op thread timeout: 60
    fs: btrfs
    log-whitelist:
    - slow request
    sha1: 704db850131643b26bafe6594946cacce483c171
  s3tests:
    branch: master
  workunit:
    sha1: 704db850131643b26bafe6594946cacce483c171
roles:
- - mon.a
  - mon.c
  - osd.0
  - osd.1
  - osd.2
- - mon.b
  - mds.a
  - osd.3
  - osd.4
  - osd.5
  - client.0
tasks:
- chef: null
- clock: null
- install: null
- ceph: null
- rgw:
    client.0:
      valgrind:
      - --tool=memcheck
- swift:
    client.0:
      rgw_server: client.0

Actions

Also available in: Atom PDF