Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: PltResolver: Symbol vwprintf(ver 5: vwprintf@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0x11c6b10 (0x85de36) #793

Closed
vcanosa opened this issue May 20, 2023 · 4 comments

Comments

@vcanosa
Copy link

vcanosa commented May 20, 2023

I'm running a X86_64 application in Ubuntu and got this error message:
Using native(wrapped) libpthread.so.0
Using native(wrapped) libusb-1.0.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using emulated libboost_filesystem.so.1.69.0
Using emulated libboost_chrono.so.1.69.0
Using emulated libboost_thread.so.1.69.0
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Error: PltResolver: Symbol vwprintf(ver 5: vwprintf@GLIBC_2.2.5) not found, cannot apply R_X86_64_JUMP_SLOT 0x11c6b10 (0x85de36)

@ksco
Copy link
Collaborator

ksco commented May 20, 2023

This symbol needs to be wrapped to work, I’ll try to add it later.

@ksco
Copy link
Collaborator

ksco commented May 20, 2023

Also, what program are you running, is it public available?

@ksco
Copy link
Collaborator

ksco commented May 20, 2023

I wrapped vwprintf in the above PR, wait for it gets merged, then try again.

@LukeShortCloud
Copy link
Collaborator

The requested functions have been wrapped. Closing as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants