libinstrument (ex libcsdbg) Activity
C/C++ function instrumentation (AOP, exception/stack tracing, GC)
Brought to you by:
tasos42
In version 1.2 massive optimization was introduced. please benchmark
It was a bug, it got fixed. It will be shipped in version 1.2
It was a bug, it got fixed. It will be shipped in version 1.2otfixedfixed
Hello Users It's been a while since libinstrument was last updated, and since the latest release major changes were incorporated into the Linux Kernel and into how it loads and memory maps ELF and other executables. For such kernels, the instroduction of the virtual SO, linux-vdso.so has changed how a program is mapped onto memory and therefore broke the symbol table loading of libinstrument, which is at the core of its functionality. The imminent update, coming in late April or early May will address...