]> code.ossystems Code Review - openembedded-core.git/commit
dwarfsrcfiles: Avoid races over debug-link files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Jul 2021 10:36:16 +0000 (11:36 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 13 Jul 2021 06:24:34 +0000 (14:24 +0800)
commit52382a03c10a6985ecb6ada24523cb9daf9c6201
treefe35d054c3b807f5ee25fd4cd945185004931ea8
parent22079206130005324c5b3cd11fdb1f4921a725c2
dwarfsrcfiles: Avoid races over debug-link files

We use dwarfsrcfiles in package.bbclass to list the source files used by a binary.
This is done before they're stripped and linked to debug symbols in separate files.

It is possible a binary may already have a link to separate debug symbols, e.g.
some of the test binaries in lttng-tools ptest. In those cases, the linked binary
may be changed by package.bbclass code whilst dwarfsrcfiles is reading it. That
would result in a rare SIGBUS race causing the binary to fail.

To avoid this, break the debug file search path so no other binaries are found.

Also fix a segfault if no binary is specified while here.

[YOCTO #14400]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit efef732859e265533acf16f2f4da3b29d50e0df4)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/dwarfsrcfiles/files/dwarfsrcfiles.c