[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2022-07-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12658 Alan Modra changed: What|Removed |Added Resolution|--- |OBSOLETE Status|UNCONFIRMED

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2016-09-17 Thread zosrothko at orange dot fr
https://sourceware.org/bugzilla/show_bug.cgi?id=12658 zosrothko at orange dot fr changed: What|Removed |Added CC||zosrothko at orange dot

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2016-01-11 Thread ssbssa at yahoo dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=12658 Domani Hannes changed: What|Removed |Added CC||ssbssa at yahoo dot de -- You are

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2012-02-13 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Kai Tietz ktietz at redhat dot com changed: What|Removed |Added CC||ktietz at redhat

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-11-07 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #21 from Nick Clifton nickc at redhat dot com 2011-11-07 15:13:41 UTC --- Hi Sunworld, One question: when memory exhausted during linking, can it use swap file instead? No and yes ... no as in, no the linker cannot be changed

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-11-07 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #22 from Nick Clifton nickc at redhat dot com 2011-11-07 15:24:24 UTC --- Hi Dongshen The total time is about 400s, why when they link into single .DLL file use so much memory (4.6GB) ? and not finished after 6 hours CPU (sys +

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-11-03 Thread xzchen08101 at hotmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 sunworld xzchen08101 at hotmail dot com changed: What|Removed |Added CC||xzchen08101

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-11-03 Thread xzchen08101 at hotmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #20 from sunworld xzchen08101 at hotmail dot com 2011-11-04 05:13:02 UTC --- One question: when memory exhausted during linking, can it use swap file instead? I means to use hardisk to compensate the lack of memory space. Here it

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-05-06 Thread net147 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Jonathan Liu net147 at gmail dot com changed: What|Removed |Added CC||net147 at gmail

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #16 from Nick Clifton nickc at redhat dot com 2011-04-14 15:27:42 UTC --- Ho Dongsheng, Hmm, I am not sure what else to suggest. You could try turning off section garbage collection (--no-gc-sections) as this appears to be

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #17 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-15 01:49:32 UTC --- (In reply to comment #16) Ho Dongsheng, Hmm, I am not sure what else to suggest. You could try turning off section garbage collection

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #18 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-15 05:50:28 UTC --- If I link wxWidgets 2.8 into multiple .DLL files, the link speed is very fast, here is the details (the last 2 columns were reported by ld

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-14 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #19 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-15 05:55:52 UTC --- (In reply to comment #18) If I link wxWidgets 2.8 into multiple .DLL files, the link speed is very fast, here is the details (the last 2 columns

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #8 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-13 06:17:27 UTC --- (In reply to comment #7) Hi Dongsheng, I am sorry - I am currently unable to build the mingw-w64 cross compiler using the

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #9 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-04-13 12:53:39 UTC --- CVSROOT:/cvs/src Module name:src Changes by:kti...@sourceware.org2011-04-13 12:53:36 Modified files: ld

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #10 from Nick Clifton nickc at redhat dot com 2011-04-13 14:01:37 UTC --- Hi Dongsheng, Please could you try the latest FSF mainline sources with Kai's patch in them, and see if this has any affect on your problem ? Cheers

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #11 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-13 14:53:22 UTC --- (In reply to comment #10) Hi Dongsheng, Please could you try the latest FSF mainline sources with Kai's patch in them, and see if this has

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #12 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-14 01:32:17 UTC --- (In reply to comment #11) (In reply to comment #10) Hi Dongsheng, Please could you try the latest FSF mainline sources with Kai's patch in

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #13 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-14 02:04:40 UTC --- Here is the stack trace (After ld running 8 minutes, use 1.4GB memory): # gdb /home/dongsheng/gcc-4.6-windows-linux/i686-w64-mingw32/bin/ld 28412

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #14 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-14 02:37:12 UTC --- Here is the updated stack trace (After ld running 25 minutes, use 3.6GB memory): PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-13 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #15 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-14 05:14:09 UTC --- Here is the updated stack trace (After ld running CPU time 36 minutes, use 3.7GB memory): PID USER PR NI VIRT RES SHR S %CPU %MEM

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-12 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|ASSIGNED|WAITING ---

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-11 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Nick Clifton nickc at redhat dot com changed: What|Removed |Added CC||nickc at redhat

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-11 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #3 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-11 13:21:36 UTC --- (In reply to comment #2) Hi Dongsheng, Have you tried linking with the --reduce-memory-overheads option specified ? It is entirely

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-11 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Nick Clifton nickc at redhat dot com changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-11 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #5 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-11 15:36:47 UTC --- Created attachment 5661 -- http://sourceware.org/bugzilla/attachment.cgi?id=5661 Compile gcc 4.6 for mingw-w64 target -- Configure bugmail:

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-11 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 --- Comment #6 from Dongsheng Song dongsheng.song at gmail dot com 2011-04-11 15:37:39 UTC --- (In reply to comment #5) Created attachment 5661 [details] Compile gcc 4.6 for mingw-w64 target Sorry, the working directory size is 1.2GB, it's

[Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files

2011-04-09 Thread dongsheng.song at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12658 Dongsheng Song dongsheng.song at gmail dot com changed: What|Removed |Added Summary|ld use huge memory and very |ld: