Project

General

Profile

Actions

Bug #3682

closed

valgrind errors seen when running rgw tests in nightlies

Added by Tamilarasi muthamizhan over 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

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

Description

Logs: ubuntu@teuthology:/a/teuthology-2012-12-26_03:00:10-regression-master-testing-gcov/27924

ubuntu@teuthology:/a/teuthology-2012-12-26_03:00:10-regression-master-testing-gcov/27924$ cat summary.yaml
ceph-sha1: d9673ca3248d729c8e4f3c47db7a9ebb07ee97fd
client.0-kernel-sha1: ec18aeecd4de479601363849d489668d8f12410c
description: collection:rgw-verify clusters:fixed-3.yaml fs:btrfs.yaml msgr-failures:few.yaml
tasks:rgw_swift.yaml validater:lockdep.yaml
duration: 437.3173201084137
failure_reason: saw valgrind issues
flavor: gcov
mon.a-kernel-sha1: ec18aeecd4de479601363849d489668d8f12410c
mon.b-kernel-sha1: ec18aeecd4de479601363849d489668d8f12410c
owner: scheduled_teuthology@teuthology
success: false

ubuntu@teuthology:/a/teuthology-2012-12-26_03:00:/log/valgrind$ zless client.0.log.gz | grep kind | grep -v Leak
<kind>InvalidRead</kind>
<kind>InvalidRead</kind>
<kind>InvalidRead</kind>

from client.0.log:

<error>
<unique>0xbe55</unique>
<tid>1</tid>
<kind>Leak_DefinitelyLost</kind>
<xwhat>
<text>144 bytes in 6 blocks are definitely lost in loss record 488 of 1,212</text>
<leakedbytes>144</leakedbytes>
<leakedblocks>6</leakedblocks>
</xwhat>
<stack>
<frame>
<ip>0x4C2B1C7</ip>
<obj>/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
<fn>operator new(unsigned long)</fn>
</frame>
<frame>
<ip>0x467DE9</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>RGWRESTMgr_SWIFT::get_handler(req_state*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/rgw</dir>
<file>rgw_rest_swift.cc</file>
<line>785</line>
</frame>
<frame>
<ip>0x4602A6</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>RGWREST::get_handler(RGWRados*, req_state*, RGWClientIO*, int*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/rgw</dir>
<file>rgw_rest.cc</file>
<line>1206</line>
</frame>
<frame>
<ip>0x4952F6</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>RGWProcess::handle_request(RGWRequest*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/rgw</dir>
<file>rgw_main.cc</file>
<line>293</line>
</frame>
<frame>
<ip>0x497B0D</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>RGWProcess::RGWWQ::_process(RGWRequest*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/rgw</dir>
<file>rgw_main.cc</file>
<line>159</line>
</frame>
<frame>
<ip>0x496191</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>ThreadPool::WorkQueue<RGWRequest>::_void_process(void*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/./common</dir>
<file>WorkQueue.h</file>
<line>226</line>
</frame>
<frame>
<ip>0x4C5543</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>ThreadPool::worker(ThreadPool::WorkThread*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/common</dir>
<file>WorkQueue.cc</file>
<line>113</line>
</frame>
<frame>
<ip>0x4C8CA7</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>ThreadPool::WorkThread::entry()</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/common</dir>
<file>WorkQueue.h</file>
<line>288</line>
</frame>
<frame>
<ip>0x4B82A1</ip>
<obj>/tmp/cephtest/binary/usr/local/bin/radosgw</obj>
<fn>Thread::_entry_func(void*)</fn>
<dir>/srv/autobuild-ceph/gitbuilder.git/build/src/common</dir>
<file>Thread.cc</file>
<line>41</line>
</frame>
<frame>
<ip>0x628CE99</ip>
<obj>/lib/x86_64-linux-gnu/libpthread-2.15.so</obj>
<fn>start_thread</fn>
<dir>/build/buildd/eglibc-2.15/nptl</dir>
<file>pthread_create.c</file>
<line>308</line>
</frame>
<frame>
<ip>0x7CC34BC</ip>
<obj>/lib/x86_64-linux-gnu/libc-2.15.so</obj>
<fn>clone</fn>
<dir>/build/buildd/eglibc-2.15/misc/../sysdeps/unix/sysv/linux/x86_64</dir>
<file>clone.S</file>
<line>112</line>
</frame>
</stack>
</error>

Actions #1

Updated by Tamilarasi muthamizhan over 11 years ago

log: ubuntu@teuthology:/a/teuthology-2012-12-26_03:00:10-regression-master-testing-gcov/27925

Actions #2

Updated by Tamilarasi muthamizhan over 11 years ago

  • Assignee set to caleb miles
Actions #3

Updated by Tamilarasi muthamizhan over 11 years ago

ubuntu@teuthology:/a/teuthology-2012-12-27_19:00:03-regression-next-testing-basic/28728

Actions #4

Updated by Ian Colle about 11 years ago

  • Status changed from New to Resolved

Increased time in tests and has not occurred.

Actions #5

Updated by Tamilarasi muthamizhan about 11 years ago

  • Status changed from Resolved to In Progress

recent log: ubuntu@teuthology:/a/teuthology-2013-02-09_20:00:03-regression-bobtail-master-basic/3989

Actions #6

Updated by Tamilarasi muthamizhan about 11 years ago

ubuntu@teuthology:/a/teuthology-2013-02-12_01:00:03-regression-next-testing-basic/5247

Actions #7

Updated by Ian Colle about 11 years ago

  • Status changed from In Progress to Resolved

Please open a new ticket for any future valgrind errors discovered in nightlies.

Actions

Also available in: Atom PDF