diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/2731 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2731')
| -rw-r--r-- | results/scraper/box64/2731 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/scraper/box64/2731 b/results/scraper/box64/2731 new file mode 100644 index 000000000..05ced8500 --- /dev/null +++ b/results/scraper/box64/2731 @@ -0,0 +1,11 @@ +Intel Linux64 version of nvm tool crashes with ioperm not found error +Hello, I am trying to run a x64 Linux binary provided by Intel to read out the NVM of my Intel i226 NIC on a Nvidia Orin Nano (Ubuntu 22.04, aarch64). +Initially this worked once but after running the application for the second time the following error message occurs: + +``` +[BOX64] Warning, function ioperm not found in lib libc.so.6 +[BOX64] Look for ioperm in loaded elfs +[BOX64] Warning, function ioperm not found in lib libc.so.6 +[BOX64] Error: PltResolver: Symbol delete_module(optver 2: delete_module@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0x100534d48 (0x100014566) in eeview64e (local_maplib=(nil), global maplib=0x5c57b170, deepbind=0) +``` +Is there any way to get around this issue? \ No newline at end of file |