Project

General

Profile

Actions

Bug #48935

open

stop.sh dont stop rgw when run under valgrind

Added by Yuval Lifshitz over 3 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
easy first bug
Backport:
Regression:
No
Severity:
4 - irritation
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

when vstart cluster is run with rgw under valgrind, the stop.sh script do not stop it.
to reproduce:
1. start vstart with rgw under valgrind
2. run stop.sh
3. check: "pgrep -a memcheck" to see the radosgw is still running

Actions #1

Updated by Yuval Lifshitz over 3 years ago

  • Tags set to easy first bug
Actions #2

Updated by Yuval Lifshitz almost 3 years ago

not able to run rgw under valgrind as it is crashing right after it starts (at least on Fedora34).
steps:
  • compile ceph without tcmalloc:
    cmake -DALLOCATOR=libc ..
    
  • run vstart with RGW under valgrind:
    MON=1 OSD=1 MDS=0 MGR=0 RGW=1 ../src/vstart.sh -n -d --valgrind_rgw memcheck
    
Actions

Also available in: Atom PDF