-
The existing libFuzzer targets used by oss-fuzz may require some massage. I was looking at `./tests/fuzz/ext2fs_image_read_write_fuzzer` built with `./configure --enable-fuzzing --enable-addrsan`, and…
-
-
**Describe your environment**
```
opentelemetry-instrumentation-psycopg2==0.45b0
psycopg2-binary==2.9.9
```
**Steps to reproduce**
Use `Psycopg2Instrumentor().instrument_connection`. For e…
-
I'm trying to use BOLT to optimize an aarch64 binary.
When I run the following command:
```
llvm-bolt a.out -instrument --instrumentation-file-append-pid -o a.instrumented
```
The build fails. Th…
-
Tested as of db1a76206902e6926464e30cc47249e217405dab, the last worked was with llvm-17
Repro:
```
$ export LDFLAGS="-Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-fun…
-
[Link to the code that reproduces this issue](https://codesandbox.io/p/devbox/vercel-next-js-reproduction-template-go8s7s?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGr…
-
I'm not sure where the best place to put this is between gtirb-pprinter, gtirb-rewriting and here, so please let me know and I can reopen this in the best repo.
While developing instrumentation usi…
-
Discovered when looking at PIConGPU, doing a:
> omnitrace -v 3 -- ./bin/picongpu
will pull in modules from libc, boost, OMPI, UCX, HIP, HSA, etc., etc.
Something like 46k functions over 270 m…
-
Instrumentation I have been writing for x64 Windows binaries has been breaking on any complex program due to faulty indirect jumps, coming from broken switch jump tables or C++ jump tables.
I belie…
-
# Bug report
### Bug description:
Hi together,
After updating llvm-bolt to 19.1.0 it is not possible to use the --enable-bolt function anymore.
Following can be found in the log:
```
BOLT-INFO: 0 o…