Project

General

Profile

Actions

Bug #6738

closed

lockdep segfault when running rados test.sh

Added by Tamilarasi muthamizhan over 10 years ago. Updated over 10 years ago.

Status:
Duplicate
Priority:
Urgent
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

logs: ubuntu@teuthology:/a/teuthology-2013-11-07_23:00:08-rados-next-testing-basic-plana/89747

2013-11-08T03:39:31.198 DEBUG:teuthology.orchestra.run:Running [10.214.132.25]: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --admin-daemon /var/run/ceph/ceph-osd.3.asok config set filestore_inject_stall 3'
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]: common/lockdep.cc: In function 'int lockdep_will_lock(const char*, int)' thread 7f0e27fff700 time 2013-11-08 03:39:33.990827
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]: common/lockdep.cc: 181: FAILED assert(0)
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  ceph version 0.72-199-gaef3378 (aef3378bd721ff4b73ad3a7a8b07e5f6e2e578f8)
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  1: (lockdep_will_lock(char const*, int)+0x625) [0x7f0e6bcb3905]
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  2: (Mutex::Lock(bool)+0x104) [0x7f0e6bc59024]
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  3: (CephContextServiceThread::entry()+0x1a1) [0x7f0e6bc952c1]
2013-11-08T03:39:33.992 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  4: (()+0x7e9a) [0x7f0e6b83de9a]
2013-11-08T03:39:33.993 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  5: (clone()+0x6d) [0x7f0e6b054ccd]
2013-11-08T03:39:33.993 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]:  NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
2013-11-08T03:39:33.993 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]: terminate called after throwing an instance of 'ceph::FailedAssertion'
2013-11-08T03:39:34.030 INFO:teuthology.task.workunit.client.0.err:[10.214.132.20]: Aborted (core dumped)
2013-11-08T03:39:34.031 INFO:teuthology.task.workunit:Stopping rados/test.sh on client.0...

job was
2013-11-08T03:19:39.683 DEBUG:teuthology.run:Config:
  archive_path: /var/lib/teuthworker/archive/teuthology-2013-11-07_23:00:08-rados-next-testing-basic-plana/89747
  description: rados/verify/{1thrash/default.yaml clusters/fixed-2.yaml fs/btrfs.yaml
    msgr-failures/few.yaml tasks/rados_api_tests.yaml validater/lockdep.yaml}
  email: null
  job_id: '89747'
  kernel:
    kdb: true
    sha1: b3efdaef9e1ac82e95ade43861f625b732dab06d
  last_in_suite: false
  machine_type: plana
  name: teuthology-2013-11-07_23:00:08-rados-next-testing-basic-plana
  nuke-on-error: true
  os_type: ubuntu
  overrides:
    admin_socket:
      branch: next
    ceph:
      conf:
        client:
          debug monc: 20
          debug ms: 1
          debug objecter: 20
          debug rados: 20
        global:
          lockdep: true
          ms inject socket failures: 5000
        mon:
          debug mon: 20
          debug ms: 1
          debug paxos: 20
        osd:
          debug ms: 1
          debug osd: 5
          osd op thread timeout: 60
          osd sloppy crc: true
      fs: btrfs
      log-whitelist:
      - slow request
      sha1: aef3378bd721ff4b73ad3a7a8b07e5f6e2e578f8
    ceph-deploy:
      branch:
        dev: next
      conf:
        client:
          log file: /var/log/ceph/ceph-$name.$pid.log
        mon:
          debug mon: 1
          debug ms: 20
          debug paxos: 20
    install:
      ceph:
        sha1: aef3378bd721ff4b73ad3a7a8b07e5f6e2e578f8
    s3tests:
      branch: next
    workunit:
      sha1: aef3378bd721ff4b73ad3a7a8b07e5f6e2e578f8
  owner: scheduled_teuthology@teuthology
  roles:
  - - mon.a
    - mon.c
    - osd.0
    - osd.1
    - osd.2
    - client.0
  - - mon.b
    - mds.a
    - osd.3
    - osd.4
    - osd.5
    - client.1
  tasks:
  - chef: null
  - clock.check: null
  - install: null
  - ceph:
      log-whitelist:
      - wrongly marked me down
      - objects unfound and apparently lost
  - thrashosds:
      chance_pgnum_grow: 1
      chance_pgpnum_fix: 1
      timeout: 1200
  - workunit:
      clients:
        client.0:
        - rados/test.sh
  teuthology_branch: next
  verbose: true


Related issues 1 (0 open1 closed)

Is duplicate of Ceph - Bug #6674: Busted client locking ResolvedSamuel Just10/29/2013

Actions
Actions #1

Updated by Tamilarasi muthamizhan over 10 years ago

  • Subject changed from lockdep segfault when runnign rados test.sh to lockdep segfault when running rados test.sh
Actions #2

Updated by Tamilarasi muthamizhan over 10 years ago

ubuntu@teuthology:/a/teuthology-2013-11-07_23:00:08-rados-next-testing-basic-plana/89749

Actions #3

Updated by Tamilarasi muthamizhan over 10 years ago

ubuntu@teuthology:/a/teuthology-2013-11-07_23:00:08-rados-next-testing-basic-plana/89753

Actions #4

Updated by Samuel Just over 10 years ago

  • Status changed from New to Duplicate
Actions #5

Updated by Greg Farnum over 10 years ago

Actions

Also available in: Atom PDF