Project

General

Profile

Actions

Bug #46853

closed

ceph_test_libcephfs: LibCephFS.TestUtime gets core dumped randomly

Added by Xiubo Li over 3 years ago. Updated over 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
libcephfs
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

With the upstream, when running the ./bin/ceph_test_libcephfs test, I randomly gettting:


[ RUN      ] LibCephFS.ShutdownRace
[       OK ] LibCephFS.ShutdownRace (41301 ms)
[ RUN      ] LibCephFS.TestUtime
/usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = EventCenter::FileEvent; _Alloc = std::allocator<EventCenter::FileEvent>; std::vector<_Tp, _Alloc>::reference = EventCenter::FileEvent&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
/usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = EventCenter::FileEvent; _Alloc = std::allocator<EventCenter::FileEvent>; std::vector<_Tp, _Alloc>::reference = EventCenter::FileEvent&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
/usr/include/c++/8/bits/stl_vector.h:932: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = EventCenter::FileEvent; _Alloc = std::allocator<EventCenter::FileEvent>; std::vector<_Tp, _Alloc>::reference = EventCenter::FileEvent&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed.
Aborted (core dumped)
[==========] Running 75 tests from 3 test suites.
[----------] Global test environment set-up.

Or

[ RUN      ] LibCephFS.ShutdownRace
[       OK ] LibCephFS.ShutdownRace (40024 ms)
[ RUN      ] LibCephFS.TestUtime
terminate called after throwing an instance of 'std::runtime_error'
  what():  random_device::random_device(const std::string&)
Aborted (core dumped)
[==========] Running 75 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 70 tests from LibCephFS
[ RUN      ] LibCephFS.OpenEmptyComponent

Related issues 1 (0 open1 closed)

Is duplicate of CephFS - Bug #43039: client: shutdown race fails with status 141ResolvedXiubo Li

Actions
Actions

Also available in: Atom PDF