-
Notifications
You must be signed in to change notification settings - Fork 142
motr unit test dix-client-ut error #1055
Comments
Hi @andriytk do you know what is causing this issue? |
No. Which commit id? Does it reproduce on the latest one? Does it 100% always reproduce? |
tested on the main branch. reboot VM still has the error. tested on two VMs still has the error |
@JugalPatil , when you committed #1044, was this working for you? |
@nkommuri, Would you pls help with this issue by having someone from Motr4 work upon it, during the sprin53 that starts tomorrow. CC: @zohebkhann |
Sure Trupti, we will start working on this. |
This looks like a duplicate of the following: https://jts.seagate.com/browse/EOS-24883 |
Yes [~744289] this issue is exactly same as https://jts.seagate.com/browse/EOS-24883
Here is the backtrace... (gdb) bt
Hit the following assert... rc = m0_rpc_client_start(cl_rpc_ctx);
m0_rpc_client_start() returned -110. and here is the corresponding stacktrace from where -110 got propagated.
#0 m0_rpc_conn_timedwait (conn=conn@entry=0x7fffede286a0 <dix_ut_cctx+16064>, states=states@entry=12, timeout=18446744073709551615)
m0_rpc_conn_timedwait() returned 110 return M0_RC(rc ?: conn->c_sm.sm_rc); (gdb) n
|
Root cause : Reordering of the initialization sequence of transports |
Awesome thanks @nkommuri ! Will a PR be showing up soon to fix this? |
Hi John, PR Raised. |
Awesome! Thanks much. |
works [root@ssc-vm-g3-rhev4-1169 cortx-motr]# scripts/m0 run-ut -t dix-client-ut Time: 97.46 sec, Mem: 3 GiB, Leaked: 12 MiB, Asserts: 23918 utime 39.839140 stime 7.341012 maxrss 426628 nvcsw 183588 nivcsw 259 |
Duplicated of EOS-24883 |
This issue/pull request has been marked as |
Fixed through [EOS-24883] ./scripts/m0 run-ut -t cas-client FAILED without -ETIMEOUT - JIRA NSS (seagate.com)
|
Fixed through [EOS-24883] ./scripts/m0 run-ut -t cas-client FAILED without -ETIMEOUT - JIRA NSS (seagate.com) |
Verified |
[root@ssc-vm-g3-rhev4-1169 cortx-motr]# scripts/m0 run-ut -t dix-client-ut$binary) "$ @"
----- run_ut -t dix-client-ut -----
START Iteration: 1 out of 1
dix-client-ut
imask 0.00 sec 248 B
imask-apply 0.00 sec 272 B
imask-empty 0.00 sec 0 B
imask-infini 0.00 sec 608 B
imask-short 0.00 sec 80 B
imask-invalid 0.00 sec 56 B
pdclust-map 0.00 sec 4 KiB
meta-val-encdec 0.00 sec 720 B
meta-val-encdec-n 0.00 sec 6 KiB
layout-encdec 0.00 sec 1 KiB
meta-create motr[02887]: f630 FATAL [lib/assert.c:50:m0_panic] panic: Unit-test assertion failed: rc == 0 at dix_client_init() (dix/ut/client_ut.c:1053) [git: 2.0.0-307-38-g112f986] /var/motr/m0ut/m0trace.2887
Motr panic: Unit-test assertion failed: rc == 0 at dix_client_init() dix/ut/client_ut.c:1053 (errno: 4) (last failed: none) [git: 2.0.0-307-38-g112f986] pid: 2887 /var/motr/m0ut/m0trace.2887
/var/cortx/cortx-motr/motr/.libs/libmotr.so.2(m0_arch_backtrace+0x20)[0x7f3abcbfdd00]
/var/cortx/cortx-motr/motr/.libs/libmotr.so.2(m0_arch_panic+0xe6)[0x7f3abcbfdeb6]
/var/cortx/cortx-motr/motr/.libs/libmotr.so.2(+0x37a084)[0x7f3abcbec084]
/var/cortx/cortx-motr/ut/.libs/libmotr-ut.so.0(+0x286032)[0x7f3abe315032]
/var/cortx/cortx-motr/ut/.libs/libmotr-ut.so.0(+0x178189)[0x7f3abe207189]
/var/cortx/cortx-motr/ut/.libs/libmotr-ut.so.0(+0x178af9)[0x7f3abe207af9]
/var/cortx/cortx-motr/ut/.libs/libmotr-ut.so.0(m0_ut_run+0x263)[0x7f3abe314953]
/var/cortx/cortx-motr/ut/.libs/lt-m0ut(main+0x11c9)[0x404709]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f3abacc4555]
/var/cortx/cortx-motr/ut/.libs/lt-m0ut[0x404881]
/var/cortx/cortx-motr/utils/m0run: line 416: 2887 Aborted (core dumped) $(srcdir_path_of
The text was updated successfully, but these errors were encountered: