[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2025-04-10 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 Alan Modra changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c5967f38de59c7375970c09b2c8b8702a01eb9d2 commit c5967f38de59c7375970c09b2c8b8

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #8 from H.J. Lu --- The .debug_frame section size is 108GB which takes a long time to disassemble. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e0f7ea91436dd308a094c4c101fd4169e8245a91 commit e0f7ea91436dd308a094c4c101fd4169

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 H.J. Lu changed: What|Removed |Added Status|REOPENED|NEW --- Comment #6 from H.J. Lu --- A patc

[Bug binutils/28530] Hang in objdump on machine with 196GB RAM

2021-11-04 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 H.J. Lu changed: What|Removed |Added Last reconfirmed||2021-11-04 Ever confirmed|0

[Bug binutils/28530] Hang in objdump

2021-11-04 Thread shaohua.li at inf dot ethz.ch
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #4 from Shaohua Li --- I noticed at the end of your output "Reading section .debug_frame failed because: memory exhausted", but in my machine (it's a server actually, so it has a huge memory), I didn't get this info, objdump just h

[Bug binutils/28530] Hang in objdump

2021-11-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #3 from H.J. Lu --- (In reply to Shaohua Li from comment #2) > Well, for the default configuration, it indeed ended if given a long enough > time. But it seems to take a much longer time than expected. > > I found this issue with

[Bug binutils/28530] Hang in objdump

2021-11-03 Thread shaohua.li at inf dot ethz.ch
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 --- Comment #2 from Shaohua Li --- Well, for the default configuration, it indeed ended if given a long enough time. But it seems to take a much longer time than expected. I found this issue with a "-O0" compiled binary. If you compile with "

[Bug binutils/28530] Hang in objdump

2021-11-03 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28530 H.J. Lu changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED