You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use gdb with gef debug OpenImageIO library, gef has unwarp every members in Structural parameter in backtrace, but when I use bt command, It was normal in output. gef output bt command output
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
X86
X64
ARM
ARM64
MIPS
MIPS64
PPC
PPC64
RISCV
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Provide a step-by-step to reproduce your issue.
use gdb with gef debug libOpenImageIO with debug symbol info
run program, gef will unwarp every members in Structural in backtrace
Minimalist test case
Use this field for a minimal code to compile and spot the issue:
#include"include/OpenImageIO/imagebuf.h"// #include "include/OpenImageIO/imageio.h"#include<iostream>usingnamespaceOIIO;
intmain(int, char**) {
auto buf=ImageBuf("/root/oiiovuln/1.psd");
for (auto layer=0; layer<buf.nsubimages(); layer++) {
// buf.reset("/root/oiiovuln/1.psd", layer);std::cout << buf.ymax() << std::endl;
}
// auto sf = OpenImageIO_v2_3::ImageBuf("/root/oiiovuln/1.psd");return0;
}
You can also provide a Dockerfile if you prefer
Additional context?
Screenshots
Callstack
Coredumps
If possible and useful, please upload the binary
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. You can reopen it by adding a comment to this issue.
Closing as it is not an issue: some people prefer expanding everything, some don't.
You can edit the context layout using gef config context.layout and customize to your own preference (for example just calling bt).
GEF+GDB version
Operating System
ubuntu 2004
Describe the issue you encountered
when I use gdb with gef debug
OpenImageIO
library, gef has unwarp every members in Structural parameter in backtrace, but when I usebt
command, It was normal in output.gef
outputbt
command outputDo you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
Provide a step-by-step to reproduce your issue.
libOpenImageIO
with debug symbol infoMinimalist test case
Use this field for a minimal code to compile and spot the issue:
You can also provide a Dockerfile if you prefer
Additional context?
The text was updated successfully, but these errors were encountered: