jordialcaraz
jordialcaraz
This is the output of disassemble: "_fini" : 55c: "hint 0x0" 560: "stp X29, X30, [SP, 0xfffffffffffffff0]" 564: "add X29, SP, 0x0, lsl 0x0" 568: "ldp X29, X30, [SP], 0x10"...
Output: Calling function InterestingProcedure InterestingProcedure called 963542153 times Here it has failed.
It didn't crash.
Hello, are there any news regarding this issue?
@hainest Hi Tim, We are using TAU and inserting TAU instrumentation with dyninst, similar to the codeCoverage example, but we are inserting our own instrumentation at the start and end...
@kupsch With the `-fno-omit-frame-pointer` flag, the bug I was seeing is not triggered anymore (at least the times I tried), but another appeared and I can see some execution information....