[notes] 01/02: issues: captures_build_path_via_assert: Annex another kind of compiler/infrastructure issue.

Daniel Shahaf danielsh at apache.org
Thu Feb 2 05:25:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit 608ebc052264777d5a6828d97c970b24cb6fd649
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Thu Feb 2 05:20:39 2017 +0000

    issues: captures_build_path_via_assert: Annex another kind of compiler/infrastructure issue.
---
 issues.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index 843311a..ad2ec0b 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1509,7 +1509,8 @@ build_id_differences_only:
 captures_build_path_via_assert:
   description: |
     Absolute paths to source file names are embedded through assert(), which
-    embeds the value of the __FILE__ macro.
+    embeds the value of the __FILE__ macro in the .data section, or via
+    filenames in debug symbols, which shows in the .text and .debug_str sections.
     .
     We have a pending patch to GCC to fix this in one central place.
     .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list