From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Fri, 13 Aug 2021 16:47:11 +0200 From: Konstantin Lepikhov To: ALT Linux Devel Mailing List Message-ID: Mail-Followup-To: ALT Linux Devel Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Operation-System: ALT Sisyphus Sisyphus (unstable) (sisyphus) 5.10.0-lks-wks-alt10 User-Agent: Mutt/2.1.1.0.3.g6c0f75cca (2021-07-12) Subject: [devel] Q: debuginfod X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 14:47:18 -0000 Archived-At: List-Archive: List-Post: Привет! А это у нас bluez как-то не так собран, или публикация debuginfod файлов сломалась? # export DEBUGINFOD_URLS="https://debuginfod.altlinux.org/" # gdb -c /.1194039 GNU gdb (GDB) 10.1-alt1 (ALT Sisyphus) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-alt-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". [New LWP 1194039] Missing separate debuginfo for the main executable file Try to install the hash file /usr/lib/debug/.build-id/c2/96ab4d3ecf88b1c1fa892584400e82a851cfaf `/root/.cache/debuginfod_client/9260f25aefd8da6e252b02b6c66016554fd52608/debuginfo': can't read symbols: file format not recognized. Core was generated by `/usr/libexec/bluetooth/bluetoothd'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007ff1dd87929a in ?? () (gdb) q # rpm -q bluez bluez-5.58-alt2.x86_64 # ll .cache/debuginfod_client/9260f25aefd8da6e252b02b6c66016554fd52608/debuginfo ---------- 1 root root 0 13 aug 16:42 .cache/debuginfod_client/9260f25aefd8da6e252b02b6c66016554fd52608/debuginfo -- WBR et al.