Mingli-Yu
Mingli-Yu
After add "init=/sbin/bootchartd" to kernel command line, there are 2 processes after the system boot up. \# ps -ef | grep bootchartd root 201 1 0 09:09 ? 00:00:00 /bin/sh...
``` When boot with "init=/sbin/bootchartd", there come two bootchartd process after boot as below. # ps -ef | grep bootchart root 101 1 0 03:27 ? 00:00:00 /bin/sh /sbin/bootchartd root...
As Python 2 reached end of life (EOL), so convert rtrip.py to python3. Signed-off-by: Mingli Yu
Fixes: | xxhash.h:3932:1: error: inlining failed in call to 'always_inline' 'XXH3_accumulate_512_sse2': function not considered for inlining | 3932 | XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, | | ^~~~~~~~~~~~~~~~~~~~~~~~ | xxhash.h:4369:9: note: called...
test failed
``` # ./test.sh Running tests: EVPORT Skipping test KQUEUE Skipping test EPOLL test-eof: OKAY test-dumpevents: OKAY (output not checked) regress: FAIL ../libevent-2.1.12-stable/test/regress_util.c:1478: assert(diff.tv_sec == 0): 1 vs 0 util/monotonic_prc_fallback: [monotonic_prc_fallback...
[42/110] /build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/recipe-sysroot-native/usr/bin/x86_64-wrs-linux/x86_64-wrs-linux-gcc -I/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/build -I/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/ccache-4.6/src/third_party -I/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/ccache-4.6/src/third_party/SYSTEM -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -fstack-protector-strong -Og -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/recipe-sysroot -Og -g -feliminate-unused-debug-types -fmacro-prefix-map=/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0=/usr/src/debug/ccache/4.6-r0 -fdebug-prefix-map=/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0=/usr/src/debug/ccache/4.6-r0 -fdebug-prefix-map=/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/recipe-sysroot= -fdebug-prefix-map=/build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/recipe-sysroot-native= -pipe -DNDEBUG -include /build/tmp-glibc/work/corei7-64-wrs-linux/ccache/4.6-r0/build/config.h -std=c99 -MD...
$ ./test_tcp_style_v6 test_tcp_style.c 1 PASS : accept on non-listening socket test_tcp_style.c 2 PASS : connect to non-listening socket test_tcp_style.c 3 PASS : connect to listening socket test_tcp_style.c 4 PASS :...
I run other application which uses opencv and got below error. Not sure what does the error mean, any hints? Thanks! [ WARN:[email protected]] global /usr/src/debug/opencv/4.5.5-r0/git/modules/videoio/src/cap_gstreamer.cpp (1813) close_ OpenCV | GStreamer...
``` # ./team_basic_test.py RUN #1 # "ip link add testteamx type team" # "teamnl testteamx getoption mode" # "ip link del testteamx" # "modprobe -r team_mode_loadbalance team_mode_roundrobin team_mode_activebackup team_mode_broadcast team"...
./tools/scripts/scov_merge.py and ./tools/scripts/gcov_merge.py don't support python3