我试图在一个Ubuntu20.04停靠容器中运行一个应用程序。它发射,但很快就坠毁了。
使用GDB,我跟踪到了以下内容
Thread 36 "Emuthread - Sta" received signal SIGBUS, Bus error.
[Switching to Thread 0x7fff57fff700 (LWP 7323)]
--Type <RET> for more, q to quit, c to continue without paging--c
__memset_avx2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:214
214 ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: No such file or directory.好像它错过了这个图书馆
我一直在尝试安装MultiArch Ubuntu软件包,但还没有成功。
发布于 2021-11-04 04:20:21
https://stackoverflow.com/questions/69829492
复制相似问题