#15 golang debuginfo pakages have files with .gdb_index section of varying size
Opened 2 months ago by zbyszek. Modified 2 months ago

osbuild-composer-102-1.fc41:

The difference in size of course means the crc checksum is different, so the .gnu_debuglink section in the binaries is different too.

│ │ │ -  [48] .gdb_index        PROGBITS        0000000000000000 28e9f66 4daa8f 00      0   0  1
│ │ │ -  [49] .symtab           SYMTAB          0000000000000000 2dc49f8 134c10 18     50 51746  8
│ │ │ -  [50] .strtab           STRTAB          0000000000000000 2ef9608 27f2c2 00      0   0  1
│ │ │ -  [51] .shstrtab         STRTAB          0000000000000000 31788ca 000245 00      0   0  1
│ │ │ +  [48] .gdb_index        PROGBITS        0000000000000000 28e9f66 4daa67 00      0   0  1
│ │ │ +  [49] .symtab           SYMTAB          0000000000000000 2dc49d0 134c10 18     50 51746  8
│ │ │ +  [50] .strtab           STRTAB          0000000000000000 2ef95e0 27f2c2 00      0   0  1
│ │ │ +  [51] .shstrtab         STRTAB          0000000000000000 31788a2 000245 00      0   0  1

This is reminiscent of #5, but I think it's a different issue.

https://fedorapeople.org/~zbyszek/osbuild-composer-core-debuginfo-102-1.fc41.x86_64.rpm and
https://fedorapeople.org/~zbyszek/osbuild-composer-core-debuginfo-102-1.fc41.x86_64.rpm.rebuild if anyone wants to take a look.


Login to comment on this ticket.

Metadata