-
Bug
-
Resolution: Fixed
-
P3
-
hs25, 8
-
b16
-
sparc
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064843 | 9 | Daniel Daugherty | P3 | Resolved | Fixed | b42 |
JDK-8083229 | emb-9 | Daniel Daugherty | P3 | Resolved | Fixed | team |
JDK-8066329 | 8u45 | Daniel Daugherty | P3 | Resolved | Fixed | b01 |
JDK-8070895 | emb-8u47 | Daniel Daugherty | P3 | Resolved | Fixed | team |
Hi Daniel, Oleg
It seems the JDK1.8 team have used a buggy version of objcopy
to copy the stabs data into a separate debuginfo file for libjvm.so.
The section header for .stab.index has the wrong entry size (sh_entsize: 0x14)
compared to section header .stab. The .stab has the correct entry size
(sh_entsize: 0xc).
I would like to file a bug report against JDK1.8 on SPARC platform.
The libjvm.debuginfo file needs to be updated with correct stabs data.
Could you please file a bug report or let me know how to file it?
Section Header[24]: sh_name: .stab.index
sh_addr: 0 sh_flags: 0
sh_size: 0x8565cc sh_type: [ SHT_PROGBITS ]
sh_offset: 0x51740 sh_entsize: 0x14 (437117 entries)
sh_link: 27 sh_info: 0
sh_addralign: 0x4
Section Header[25]: sh_name: .stab
sh_addr: 0 sh_flags: 0
sh_size: 0x443dfb4 sh_type: [ SHT_PROGBITS ]
sh_offset: 0x8a7d0c sh_entsize: 0xc (5963087 entries)
sh_link: 28 sh_info: 0
sh_addralign: 0x4
Thanks,
- Nasser
- backported by
-
JDK-8064843 wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
-
- Resolved
-
-
JDK-8066329 wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
-
- Resolved
-
-
JDK-8070895 wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
-
- Resolved
-
-
JDK-8083229 wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
-
- Resolved
-
- duplicates
-
JDK-7092218 FDS: source information is not shown for some frames on solaris-sparcv9
-
- Closed
-
- is blocked by
-
JDK-8034020 need Solaris binutils patch applied to JDK[789] JPRT build machines
-
- Closed
-
- relates to
-
JDK-8034005 cannot debug in synchronizer.o or objectMonitor.o on Solaris X86 debug/jvmg bits
-
- Resolved
-
-
JDK-8034020 need Solaris binutils patch applied to JDK[789] JPRT build machines
-
- Closed
-
-
JDK-8064808 Disable use of broken objcopy on Solaris, remove adhoc helper tools
-
- Resolved
-