Old Major
Kilopat
- Katılım
- 16 Nisan 2020
- Mesajlar
- 657
- Makaleler
- 3
- Çözümler
- 13
Daha fazla
- Cinsiyet
- Erkek
Merhaba. Şimdi ben Endeavour OS kullanıyorum ve Windows kullanıcılarının mavi ekran hatasından çıkan minidump yani hata dosyalarını analiz etmek istiyorum. Bunu nasıl yaparım? Bazı araçlar var ama onlar hata veriyor. Mesela ben gdb yazılımı ile mavi ekran hatalarını analiz etmek için
Teşekkürler.
gdb file minidump.dmp
kodunu kullanıyorum. Ama böyle hata veriyor:
Kod:
GNU gdb (GDB) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from file...
This GDB supports auto-downloading debuginfo from the following URLs:
<https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) y (burada yes diyorum)
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
Downloading separate debug info for /usr/bin/file
Reading symbols from /home/umut/.cache/debuginfod_client/ccdac769fe5ed7f4b986c354875f41397f2308bd/debuginfo...
"/home/umut/İndirilenler/121323-6484-01.dmp" is not a core dump: file format not recognized
Teşekkürler.