__memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:249 249 ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory. (gdb) x/8i $rip => 0x7ffffe92eb1f : rep movsb %ds:(%rsi),%es:(%rdi) 0x7ffffe92eb21 : ...
[libc.so.6+0x15150d] __memmove_evex_unaligned_erms+0xd # # Core dump written. Default location: /mnt/disk4/yarn/nm-local-dir/usercache/root/appcache/application_1697528125638_0001/container_1697528125638_0001_01_000017/core or core.3616388 # # An error report file with more information ...
更准确地说,调用Wrapper INSTANCE = Native.loadLibrary( C_LIBRARY_PATH, Wrapper.class );是在一个嵌套接口中完成的,我在使用相同c++库的所有不同对象中复制了该接口。正如@cubrr提醒的那样,这是在第一个对象实例化时静态地完成的。因此,这个库被加载了多次。下面是一个说明我的错误的语码。先...
读取二进制文件时出现分段错误(核心转储),memmove-vec-unaligned-erms.S:没有这样的文件或目录问题描述 投票:0回答:1我正在尝试调试一段读取我创建的二进制文件的代码。看来当要读取的元素数量高于某个阈值时,我编写的脚本会失败。 该文件包含的结构如下:对于每个时间 t,它都有时间 t,然后是 N 个粒子结构(每个...