Paul Floyd
Paul Floyd
The above change doesn't seem to help much. I also see that the vg-in-place script used dirname, which uses capability mode.
Haven't tried this for a while. With a GCC built outer and clang built inner I get Warning: client switching stacks? SP change: 0xfbbfeb00 --> 0x282ceb90 to suppress, use: --max-stackframe=745341072...
Do you also get this problem with a trivial example (like Hello World)? Quite likely an issue with ML_(check_macho_and_get_rw_loads). Linkers like mold have been giving us a hard time on...
> The `unrecognised instruction` messages have been an issue for many years. I am under the impression that valgrind barely supports android, and I guess newer android versions might have...
Quite likely a Valgrind limitation. There are numerous issues with floating point in Valgrind (no Avx512 no x87 no FPE and there are rounding mode issues on some platforms). Could...
YouTube's autodelete of comments is really bad. A couple more things from Sasha https://youtu.be/1VubqWmloZU?si=vzvNUhqwzXHrBsve https://developers.redhat.com/articles/2021/11/01/debug-memory-errors-valgrind-and-gdb And a shout out to Philippe Waroquiers, the Valgrind developer that did most of the...
Is it picking up the Valgrind with FpDebug that you built? You should be able to run Valgrind from your build directory by using the vg-in-place script.
UNFINISHED I'll slowly write instructions here as I try to make a smallish reproducer. I'm not familiar with thge library in question which doesn't help. I'm using GCC 14.2 greshly...
Doesn't this conflict with any system that has fmtlib installed?
> > Here's a rather minimal test case (`recovery.c`): > > Thanks a lot for all these details! > > > Is this enough to produce a suppression rule? Or,...