From: "xtkoba (Tee KOBAYASHI)" Date: 2021-08-20T11:19:24+00:00 Subject: [ruby-core:105022] [Ruby master Bug#18123] addr2line.c: Define `SHF_COMPRESSED` Issue #18123 has been reported by xtkoba (Tee KOBAYASHI). ---------------------------------------- Bug #18123: addr2line.c: Define `SHF_COMPRESSED` https://bugs.ruby-lang.org/issues/18123 * Author: xtkoba (Tee KOBAYASHI) * Status: Open * 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: