[#109095] [Ruby master Misc#18888] Migrate ruby-lang.org mail services to Google Domains and Google Workspace — "shugo (Shugo Maeda)" <noreply@...>
Issue #18888 has been reported by shugo (Shugo Maeda).
16 messages
2022/06/30
[ruby-core:108821] [Ruby master Bug#18123] addr2line.c: Define `SHF_COMPRESSED`
From:
"mame (Yusuke Endoh)" <noreply@...>
Date:
2022-06-09 09:11:33 UTC
List:
ruby-core #108821
Issue #18123 has been updated by mame (Yusuke Endoh). Status changed from Open to Feedback @xtkoba Can you give me an example of a specific environment where this would be an actual problem? I can't verify this. ---------------------------------------- Bug #18123: addr2line.c: Define `SHF_COMPRESSED` https://bugs.ruby-lang.org/issues/18123#change-97898 * Author: xtkoba (Tee KOBAYASHI) * Status: Feedback * Priority: Normal * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- Currently, `addr2line.c` defines `SHF_COMPRESSED` as `0` if not defined. This is problematic because this results in treating sections as not compressed even if they really are. If not defined, `SHF_COMPRESSED` should be defined as `(1 << 11)` instead. A patch is attached for that. ---Files-------------------------------- ruby-addr2line-define-SHF_COMPRESSED.patch (241 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>