Actions
Bug #66244
closedBug #62934: unittest_osdmap (Subprocess aborted) during OSDMapTest.BUG_42485
202 - unittest_osdmap (Subprocess aborted)
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
ARM make check shows,
*** Caught signal (Aborted) **
in thread ffff9ae56d60 thread_name:clean_upmap_tp
ceph version Development (no_version) squid (dev)
1: /home/jenkins-build/build/workspace/ceph-pull-requests-arm64/build/bin/unittest_osdmap(+0x2de798) [0xaaaae9fae798]
2: __kernel_rt_sigreturn()
3: /lib/aarch64-linux-gnu/libc.so.6(+0x7f200) [0xffffa313f200]
4: raise()
5: abort()
6: (__gnu_cxx::__verbose_terminate_handler()+0x124) [0xffffa33eb364]
7: /lib/aarch64-linux-gnu/libstdc++.so.6(+0xa8a0c) [0xffffa33e8a0c]
8: /lib/aarch64-linux-gnu/libstdc++.so.6(+0xa8a70) [0xffffa33e8a70]
9: __cxa_deleted_virtual()
10: (ThreadPool::WorkQueue<ParallelPGMapper::Item>::_void_dequeue()+0x20) [0xaaaae9efb7e4]
11: (ThreadPool::worker(ThreadPool::WorkThread*)+0x5f8) [0xffffa51b4cd8]
12: (ThreadPool::WorkThread::entry()+0x24) [0xffffa51ba484]
13: (Thread::entry_wrapper()+0xa0) [0xffffa518add0]
14: (Thread::_entry_func(void*)+0x18) [0xffffa518ad1c]
15: /lib/aarch64-linux-gnu/libc.so.6(+0x7d5c8) [0xffffa313d5c8]
16: /lib/aarch64-linux-gnu/libc.so.6(+0xe5edc) [0xffffa31a5edc]
2024-05-27T09:26:26.712-0400 ffff9ae56d60 -1 *** Caught signal (Aborted) **
in thread ffff9ae56d60 thread_name:clean_upmap_tp
ceph version Development (no_version) squid (dev)
1: /home/jenkins-build/build/workspace/ceph-pull-requests-arm64/build/bin/unittest_osdmap(+0x2de798) [0xaaaae9fae798]
2: __kernel_rt_sigreturn()
3: /lib/aarch64-linux-gnu/libc.so.6(+0x7f200) [0xffffa313f200]
4: raise()
5: abort()
6: (__gnu_cxx::__verbose_terminate_handler()+0x124) [0xffffa33eb364]
7: /lib/aarch64-linux-gnu/libstdc++.so.6(+0xa8a0c) [0xffffa33e8a0c]
8: /lib/aarch64-linux-gnu/libstdc++.so.6(+0xa8a70) [0xffffa33e8a70]
9: __cxa_deleted_virtual()
10: (ThreadPool::WorkQueue<ParallelPGMapper::Item>::_void_dequeue()+0x20) [0xaaaae9efb7e4]
11: (ThreadPool::worker(ThreadPool::WorkThread*)+0x5f8) [0xffffa51b4cd8]
12: (ThreadPool::WorkThread::entry()+0x24) [0xffffa51ba484]
13: (Thread::entry_wrapper()+0xa0) [0xffffa518add0]
14: (Thread::_entry_func(void*)+0x18) [0xffffa518ad1c]
15: /lib/aarch64-linux-gnu/libc.so.6(+0x7d5c8) [0xffffa313d5c8]
16: /lib/aarch64-linux-gnu/libc.so.6(+0xe5edc) [0xffffa31a5edc]
NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
--- begin dump of recent events ---
-106> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command assert hook 0xaaab0988feb0
-105> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command abort hook 0xaaab0988feb0
-104> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command leak_some_memory hook 0xaaab0988feb0
-103> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command perfcounters_dump hook 0xaaab0988feb0
-102> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command 1 hook 0xaaab0988feb0
-101> 2024-05-27T09:24:33.885-0400 ffffa622e6e0 5 asok(0xaaab099006e0) register_command perf dump hook 0xaaab0988feb0
...
...
Files
Updated by Rongqi Sun almost 2 years ago
- File osdmap.log.zip osdmap.log.zip added
Updated by Laura Flores almost 2 years ago
@Rongqi Sun Does this occur on just ARM?
Note: looked at this in bug scrub.
Updated by Rongqi Sun almost 2 years ago
Laura Flores wrote in #note-2:
@Rongqi Sun Does this occur on just ARM?
Note: looked at this in bug scrub.
NO, seem like not arch related.
Similar as https://tracker.ceph.com/issues/62934
Updated by Radoslaw Zarzynski almost 2 years ago
- Related to Bug #62934: unittest_osdmap (Subprocess aborted) during OSDMapTest.BUG_42485 added
Updated by Radoslaw Zarzynski almost 2 years ago
- Assignee set to MOHIT AGRAWAL
Mohit, would you mind taking a look on this one? I saw you're working on the related one.
Updated by Laura Flores almost 2 years ago
Note from bug scrub: May be solved by the PR in https://tracker.ceph.com/issues/62934; let's keep monitoring.
Updated by MOHIT AGRAWAL over 1 year ago
- Status changed from New to Duplicate
- Parent task set to #62934
Actions