Opened 16 years ago

Closed 4 years ago

#1768 closed bug (no change required)

Binutils 2.17 objdump Broken

Reported by: bonefish Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc: zooey
Blocked By: Blocking:
Platform: All

Description

Binutils 2.17 objdump (070218 gcc package from BeBits) crashes when disassembling (gcc 2.95.3 generated) objects with debug info (objdump -D --demangle ...). Can be reproduced under both Haiku and BeOS.

I tracked down one problem to a dereferenced NULL pointer in opcodes/i386-dis.c:print_insn() (first putop() call). Apparently the bug has already been fixed in CVS version 1.132 (2007/08/02 00:40:02) of the file.

I get a different stack trace for another test file (libperl.so compiled with "-g") though, so it seems not to be the only problem.

Update to newer binutils recommended.

Change History (7)

comment:1 by bonefish, 16 years ago

I gave the binutils 2.18 a try, but merging the eh-frame stuff scared the shit out of me. Maybe it's possible to update only opcodes...

comment:2 by waddlesplash, 9 years ago

Resolution: fixed
Status: newclosed

We're on 2.24 ATM. This has long since been fixed.

comment:3 by pulkomandy, 9 years ago

We are not on 2.24 for gcc2...

comment:4 by waddlesplash, 9 years ago

Resolution: fixed
Status: closedreopened
Version: R1/pre-alpha1R1/Development

Oh, I see. My bad.

comment:5 by cocobean, 6 years ago

I noticed this ticket in review of Binutils 2.17 (2016-07). Still an issue?

Version 0, edited 6 years ago by cocobean (next)

comment:6 by cocobean, 6 years ago

Last edited 5 years ago by cocobean (previous) (diff)

comment:7 by pulkomandy, 4 years ago

Resolution: no change required
Status: reopenedclosed

Well, it doesn't seem to be that annoying since one can always use a more recent version of objdump now, in case they hit a similar problem.

Note: See TracTickets for help on using tickets.