[Bug gold/17895] New: gold linked Qt4 causes segfaults and hanging applications

2015-01-28 Thread heirecka at exherbo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17895 Bug ID: 17895 Summary: gold linked Qt4 causes segfaults and hanging applications Product: binutils Version: 2.25 Status: NEW Severity: normal Prior

[Bug gold/17896] New: Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 Bug ID: 17896 Summary: Plugin_manager::release_input_file leaks file descriptors Product: binutils Version: unspecified Status: NEW Severity: normal

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 H.J. Lu changed: What|Removed |Added Version|unspecified |2.26 (HEAD) -- You are receiving this mail

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de -

[Bug gold/17895] gold linked Qt4 causes segfaults and hanging applications

2015-01-28 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17895 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de -

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.26 --- Comment #1 from H.J. Lu --- A pat

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 Cary Coutant changed: What|Removed |Added Status|NEW |WAITING --- Comment #2 from Cary Couta

[Bug ld/17878] Need support on bfd ld for LLVMgold.so plugin

2015-01-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17878 --- Comment #3 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=15f7a26b0f42be812b0471ec09d91bad696fe26e commit 15f7a26b0f42be812b0471ec09d91bad

[Bug gold/15660] out of file descriptors and couldn't close any

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 H.J. Lu changed: What|Removed |Added Depends on||17896 -- You are receiving this mail becau

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 --- Comment #3 from H.J. Lu --- (In reply to Cary Coutant from comment #2) > Do you have a case where gold is running out of file descriptors? Unlocking > the file doesn't close the descriptor immediately, but it should make that > descriptor

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW Blocks|

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 --- Comment #4 from H.J. Lu --- With this patch: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02508.html Plugin_manager::release_input_file may be called from the claim_file hook. It isn't prepared to deal with it. -- You are receiving th

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 --- Comment #5 from Cary Coutant --- (In reply to H.J. Lu from comment #4) > With this patch: > > https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02508.html > > Plugin_manager::release_input_file may be called from the claim_file hook. > It is

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 --- Comment #6 from H.J. Lu --- Created attachment 8088 --> https://sourceware.org/bugzilla/attachment.cgi?id=8088&action=edit A updated patch No need to call release. We only need to deal with called from the claim_file hook. -- You are

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 --- Comment #7 from H.J. Lu --- (In reply to Cary Coutant from comment #5) > (In reply to H.J. Lu from comment #4) > > With this patch: > > > > https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02508.html > > > > Plugin_manager::release_input_fi

[Bug gold/15660] out of file descriptors and couldn't close any

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 --- Comment #13 from H.J. Lu --- This is related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug gold/15660] out of file descriptors and couldn't close any

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are rece

[Bug gold/17896] Plugin_manager::release_input_file leaks file descriptors

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17896 H.J. Lu changed: What|Removed |Added CC||marxin.liska at gmail dot com --- Comment #

[Bug gold/15660] out of file descriptors and couldn't close any

2015-01-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15660 H.J. Lu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/17898] New: rdrand/rdseed should not disassmble with f2/f3 prefixes present.

2015-01-28 Thread markcharney at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17898 Bug ID: 17898 Summary: rdrand/rdseed should not disassmble with f2/f3 prefixes present. Product: binutils Version: 2.24 Status: NEW Severity: normal

[Bug ld/17900] New: INCLUDE fails if exclamation mark is not followed by a space

2015-01-28 Thread 1500 at engineer dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17900 Bug ID: 17900 Summary: INCLUDE fails if exclamation mark is not followed by a space Product: binutils Version: 2.24 Status: NEW Severity: normal Pr

[Bug ld/17900] INCLUDE fails if exclamation mark is not followed by a space

2015-01-28 Thread 1500 at engineer dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17900 1500 at engineer dot com changed: What|Removed |Added URL||http://stackoverflow.com/qu