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/1280 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/1280 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/results/scraper/box64/1280 b/results/scraper/box64/1280 new file mode 100644 index 000000000..33c89ef40 --- /dev/null +++ b/results/scraper/box64/1280 @@ -0,0 +1,45 @@ +Werid warning while using native(wrapped) libEGL.so.1 +I'm running apps on Pioneer Box (RISC-V). + +When I ran the wemeet with box64, the following very strange warning appeared + +``` +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libpulse.so.0 +Using native(wrapped) libudev.so.1 +Using native(wrapped) libEGL.so.1 +Look for eglCreateContext in loaded elfs +Warning, function eglCreateContext not found in lib libGL.so.1 +Look for eglGetDisplay in loaded elfs +Warning, function eglGetDisplay not found in lib libGL.so.1 +Look for eglQuerySurface in loaded elfs +Warning, function eglQuerySurface not found in lib libGL.so.1 +Look for eglMakeCurrent in loaded elfs +Warning, function eglMakeCurrent not found in lib libGL.so.1 +Look for eglDestroyContext in loaded elfs +Warning, function eglDestroyContext not found in lib libGL.so.1 +Look for eglGetError in loaded elfs +Warning, function eglGetError not found in lib libGL.so.1 +Look for eglChooseConfig in loaded elfs +Warning, function eglChooseConfig not found in lib libGL.so.1 +Look for eglSwapBuffers in loaded elfs +Warning, function eglSwapBuffers not found in lib libGL.so.1 +Look for eglCreatePbufferSurface in loaded elfs +Warning, function eglCreatePbufferSurface not found in lib libGL.so.1 +Look for eglReleaseThread in loaded elfs +Warning, function eglReleaseThread not found in lib libGL.so.1 +Look for eglTerminate in loaded elfs +Warning, function eglTerminate not found in lib libGL.so.1 +Look for eglDestroySurface in loaded elfs +Warning, function eglDestroySurface not found in lib libGL.so.1 +Look for eglQueryContext in loaded elfs +Warning, function eglQueryContext not found in lib libGL.so.1 +Look for eglCreateWindowSurface in loaded elfs +Warning, function eglCreateWindowSurface not found in lib libGL.so.1 +Look for eglInitialize in loaded elfs +Warning, function eglInitialize not found in lib libGL.so.1 +``` + +Why does loading the libEGL.so.1 library go to libGL.so.1 to look for egl related functions, they're obviously already wrapped. + +Please help. \ No newline at end of file |