Valentin David

Results 137 comments of Valentin David

~~For reference, I think https://github.com/snapcore/snapd/pull/13841 made this commit useless.~~

There could be some refinement to do here. For example if `argv[0]` is just a name without `/`, meaning it was found from `PATH`, we do not really have to...

Ah, we cannot really test it, since `SNAPD_DEB_FROM_REPO` is used during the preparation for the first test that run on that machine.

I have removed the spread test, since it is not really testable.

That seems to break running apps through symlinks... Maybe we should pass the origin path through environment?

@bboozzoo I re-re-request a review, because I had to add conditions on when we rewrite the command line.

For reference: https://sourceware.org/gdb/current/onlinedocs/gdb.html/MiniDebugInfo.html

Perf does not support it. Here is a work-around to extract the debuginfo. ``` objcopy --dump-section .gnu_debugdata=program.debug.xz /path/to/program /dev/null unxz program.debug.xz perf buildid-cache --update=program.debug ```

Do not merge. This is to run the CI.

The origin ubuntu package debian taball: http://archive.ubuntu.com/ubuntu/pool/main/c/cryptsetup/cryptsetup_2.2.2-3ubuntu2.4.debian.tar.xz The one on the ppa: http://ppa.launchpadcontent.net/valentin.david/test-ucdev-base/ubuntu/pool/main/c/cryptsetup/cryptsetup_2.2.2-3ubuntu2.4+fde2.debian.tar.xz