https://bugzilla.redhat.com/show_bug.cgi?id=1645294



--- Comment #29 from Elliott Sales de Andrade <[email protected]> ---
Is this because DWARF is compressed by default on newer Go?

<mock-chroot> sh-4.4# go build -gcflags='-l -N' -o ./dwzcompression
../BUILD/delve-1.2.0/_fixtures/dwzcompression.go 
<mock-chroot> sh-4.4# objdump -h dwzcompression | grep -A 1 debug_info
 35 .zdebug_info  0005168f  0000000000000000  0000000000000000  000dcfb4  2**0
                  CONTENTS, READONLY, DEBUGGING
<mock-chroot> sh-4.4# dwz dwzcompression
dwz: dwzcompression: .debug_info section not present

<mock-chroot> sh-4.4# go build -gcflags='-l -N' -ldflags=-compressdwarf=false
-o ./dwzcompression ../BUILD/delve-1.2.0/_fixtures/dwzcompression.go 
<mock-chroot> sh-4.4# objdump -h dwzcompression | grep -A 1 debug_info
 35 .debug_info   0005168f  0000000000000000  0000000000000000  000cac16  2**0
                  CONTENTS, READONLY, DEBUGGING
<mock-chroot> sh-4.4# dwz dwzcompression 


Note the 'z': .zdebug_info vs .debug_info

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to