ltrace icon indicating copy to clipboard operation
ltrace copied to clipboard

Results 11 ltrace issues
Sort by recently updated
recently updated
newest added

I am in mips64el environment: compile ltrace-0.7.91 and generate ltrace executable program. Compile and generate executable programs a.out. Test result is ELF from incompatible architecture. Does anyone else also have...

I try to build the ltrace as follow: boris@boris-linux:~/src/ltrace$ sh ./autogen.sh ---------- autoreconf ---------- autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force --warnings=all -I config/m4...

this verison support the mips 32bit. I want to work in mips 32bit enverment. thanks. I use the 0.7.3 version, in make processing. show "GElf is not supported on this...

README states the following: > ltrace development is hosted by Alioth.Debian.org: > > https://alioth.debian.org/projects/ltrace/ but alioth has been taken down, and I couldn't find the project on salsa.debian.org, which is...

ltrace crashes when used like this. (The presence of *-debuginfo packages is not essential to reproduce the crash.) ``` $ ltrace -x \* /bin/ls /var/empty/ .... ) = { 18799,...

Fixes issue #6 and maybe a solution for issue #1. If you have any questions or suggestions, I'd like to discuss them.

**# I found several incorrect tests in dwarf.exp!** When I make check on i586, I have next results: ``` libdwarftest.so->treetest({ 2, nil, nil }) = { 3, nil, nil }...

Fixes a small typo in the ltrace help manual.

I want to test a library mylib.so that is to be used in LD_PRELOAD. To test that certain functions in the library are being called I run ``` # LD_PRELOAD=mylib.so...

To execute the ltrace tests on power server withe rhel7.2le followed the following steps. 1. git clone https://github.com/dkogan/ltrace.git 2.cd ltrace 3../autogen.sh 4../configure 5.make Then ran the tests with : "make...