[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2014-05-28 Thread schwab at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=10708 Andreas Schwab schwab at sourceware dot org changed: What|Removed |Added CC|jackie.rosen at hushmail dot com |

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2014-02-16 Thread jackie.rosen at hushmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=10708 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2014-02-16 Thread ismail at donmez dot ws
https://sourceware.org/bugzilla/show_bug.cgi?id=10708 ismail at donmez dot ws changed: What|Removed |Added CC|ismail at donmez dot ws| -- You are

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2011-02-27 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 --- Comment #13 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-02-27 15:17:32 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_21-branch Changes by:i...@sourceware.org2011-02-27 15:17:29

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2011-02-27 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2011-02-26 Thread bes.wll at telia dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 Bengt-Erik Soderstrom bes.wll at telia dot com changed: What|Removed |Added CC|

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-11-03 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 --- Comment #10 from Cary Coutant ccoutant at google dot com 2010-11-04 00:08:46 UTC --- I found another leak that will explain the problem -- if you're using the --no-keep-files-mapped option (or a 32-bit build of gold, for which that's the

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-10-22 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 Cary Coutant ccoutant at google dot com changed: What|Removed |Added CC||ccoutant at

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-10-22 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10708 --- Comment #9 from Cary Coutant ccoutant at google dot com 2010-10-23 01:05:41 UTC --- I've been trying to track down possible sources of file descriptor leakage. I've found one: In copy_relocs.cc, Copy_relocs::emit_copy_reloc(): typename

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-02-03 Thread ahartmetz at gmail dot com
--- Additional Comments From ahartmetz at gmail dot com 2010-02-03 15:46 --- I could reproduce the problem (also when linking QtWebKit) until a few months ago. I'm always using the latest CVS version. At the time I simply used the old ld when linking Qt instead of increasing the

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2010-02-03 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-02-04 03:45 --- Bernhard, are you still seeing the problem? -- http://sourceware.org/bugzilla/show_bug.cgi?id=10708 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2009-10-01 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2009-10-01 08:31 --- ulimit -n 65536 fixes it, but using 1024 FDs still seems somewhat excessive -- http://sourceware.org/bugzilla/show_bug.cgi?id=10708 --- You are receiving this mail because: --- You are on the CC

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2009-09-30 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2009-09-30 09:18 --- Actually this is not caused by a shortage of system FDs, so something else is causing gold to believe it's out of FDs: # cat /proc/sys/fs/file-nr 64961037 370804 --

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2009-09-30 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-09-30 13:20 --- Can you confirm that this was with the development version of gold? There were some bugs in this area fixed back February. Otherwise, as far as I can see, this can only happen if open returns -1 with errno set to

[Bug gold/10708] out of file descriptors and couldn't close any -- probably fd leak

2009-09-30 Thread bero at arklinux dot org
--- Additional Comments From bero at arklinux dot org 2009-09-30 13:43 --- Yes, this is on a fairly current build: $ ld --version GNU gold (Linux/GNU Binutils 2.20.51.0.1.20090905) 1.9 Copyright 2008 Free Software Foundation, Inc. This program is free software; you may redistribute it