Project

General

Profile

Actions

Bug #8512

closed

osd crashed at Pipe::reader in firefly

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

Status:
Duplicate
Priority:
High
Assignee:
Category:
OSD
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-2014-06-01_23:00:57-rgw-next-testing-basic-plana/284939


ceph version 0.80-450-g9c56c86 (9c56c86bdac6bcb8e76c3f04e7d393e4eaadd721)
 1: ceph-osd() [0x99556a]
 2: (()+0xfcb0) [0x52b0cb0]
 3: (gsignal()+0x35) [0x6c60425]
 4: (abort()+0x17b) [0x6c63b8b]
 5: (__gnu_cxx::__verbose_terminate_handler()+0x11d) [0x64cf69d]
 6: (()+0xb5846) [0x64cd846]
 7: (()+0xb5873) [0x64cd873]
 8: (()+0xb596e) [0x64cd96e]
 9: (ceph::__ceph_assert_fail(char const*, char const*, int, char const*)+0x1df) [0xa76a1f]
 10: (Pipe::reader()+0x159f) [0xb4772f]
 11: (Pipe::Reader::entry()+0xd) [0xb4a3fd]
 12: (()+0x7e9a) [0x52a8e9a]
 13: (clone()+0x6d) [0x6d1e3fd]
 NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.

ubuntu@teuthology:/a/teuthology-2014-06-01_23:00:57-rgw-next-testing-basic-plana/284939$ cat orig.config.yaml 
archive_path: /var/lib/teuthworker/archive/teuthology-2014-06-01_23:00:57-rgw-next-testing-basic-plana/284939
branch: next
description: rgw/verify/{clusters/fixed-2.yaml fs/btrfs.yaml msgr-failures/few.yaml
  rgw_pool_type/ec.yaml tasks/rgw_s3tests.yaml validater/valgrind.yaml}
email: null
job_id: '284939'
kernel:
  kdb: true
  sha1: 9a66720da84b1cbf0fa21e9b905e14be9bfc2930
last_in_suite: false
machine_type: plana
name: teuthology-2014-06-01_23:00:57-rgw-next-testing-basic-plana
nuke-on-error: true
os_type: ubuntu
overrides:
  admin_socket:
    branch: next
  ceph:
    conf:
      global:
        ms inject socket failures: 5000
      mon:
        debug mon: 20
        debug ms: 1
        debug paxos: 20
      osd:
        debug filestore: 20
        debug journal: 20
        debug ms: 1
        debug osd: 20
        osd op thread timeout: 60
        osd sloppy crc: true
    fs: btrfs
    log-whitelist:
    - slow request
    sha1: 9c56c86bdac6bcb8e76c3f04e7d393e4eaadd721
    valgrind:
      mds:
      - --tool=memcheck
      mon:
      - --tool=memcheck
      - --leak-check=full
      - --show-reachable=yes
      osd:
      - --tool=memcheck
  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
        osd default pool size: 2
  install:
    ceph:
      sha1: 9c56c86bdac6bcb8e76c3f04e7d393e4eaadd721
  rgw:
    ec-data-pool: true
  s3tests:
    branch: next
  workunit:
    sha1: 9c56c86bdac6bcb8e76c3f04e7d393e4eaadd721
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
suite: rgw
tasks:
- chef: null
- clock.check: null
- install: null
- ceph: null
- rgw:
    client.0:
      valgrind:
      - --tool=memcheck
- s3tests:
    client.0:
      rgw_server: client.0
teuthology_branch: next
verbose: true
worker_log: /var/lib/teuthworker/archive/worker_logs/worker.plana.4203


Related issues 1 (0 open1 closed)

Is duplicate of Messengers - Bug #8504: msgr: FAILED assert(0 == "old msgs despite reconnect_seq feature")ResolvedGreg Farnum06/02/2014

Actions
Actions #1

Updated by Samuel Just almost 10 years ago

  • Status changed from New to Duplicate
Actions #2

Updated by Greg Farnum almost 10 years ago

  • Category set to OSD
  • Status changed from Duplicate to 7
  • Assignee set to Greg Farnum
  • Priority changed from Urgent to High

While the symptom is the same, this is actually a separate issue from the one I noted in #8504 (although the analysis for it is unfortunately on that ticket).

Actions #3

Updated by Greg Farnum almost 10 years ago

  • Status changed from 7 to Duplicate

Drat, I am wrong again. Stupid messenger-interface-related bugs. :(

Actions

Also available in: Atom PDF