https://sourceware.org/bugzilla/show_bug.cgi?id=23471

--- Comment #1 from John Paul Adrian Glaubitz <glaubitz at physik dot 
fu-berlin.de> ---
This shows the regression:

Version 2.31.1-2 in Debian:

(sid-m68k-sbuild)root@nofan:/tmp# strip json2yaml 
/usr/bin/strip:json2yaml: memory exhausted
(sid-m68k-sbuild)root@nofan:/tmp#

Downgrading to an older version:

(sid-m68k-sbuild)root@nofan:/tmp# apt install
binutils-common=2.30.90.20180710-1 binutils=2.30.90.20180710-1
libbinutils=2.30.90.20180710-1 binutils-m68k-linux-gnu=2.30.90.20180710-1

And:

(sid-m68k-sbuild)root@nofan:/tmp# strip json2yaml 
(sid-m68k-sbuild)root@nofan:/tmp#

I could not reproduce it with a cross-binutils on amd64.

The binary has to be quite large in order to be able to reproduce the problem:

(sid-m68k-sbuild)root@nofan:/tmp# ls -l *yaml* 
-rwxr-xr-x 1 root root 43823968 Aug  1 09:29 json2yaml
-rwxr-xr-x 1 root root 31365076 Aug  1 09:29 yaml2json
(sid-m68k-sbuild)root@nofan:/tmp# strip yaml2json 
(sid-m68k-sbuild)root@nofan:/tmp# strip json2yaml 
/usr/bin/strip:json2yaml: memory exhausted
(sid-m68k-sbuild)root@nofan:/tmp#

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to