-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File handles are not closed for backend pwiz #48
Comments
@thirdwing - could you check this, please. |
I think I know how to fix this, but I am really busy this week. On 08/25/2016 04:43 AM, Laurent Gatto wrote:
|
If you could share your thoughts, I could try to have a look. Otherwise, next week is no problem at all. Thanks. |
@thirdwing @lgatto : I think I fixed it! I've implemented the With this I don't get the error message with too many open connections. |
I see you implemented the same as for the |
The problem is in I don't know why I just put a placeholder for pwiz. We need to On 08/25/2016 02:43 PM, Laurent Gatto wrote:
|
@thirdwing - and that's exactly what @jotsetung has done in #49, as far as I can see. |
@jotsetung Sorry I missed your email. @lgatto I think it is just what I thought. |
Great, thanks. |
sorry to post to the closed issue... I was just wondering who will then push the changes also to the Bioconductor svn (and when). |
I will, today. |
Done
|
* master: (340 commits) sort out news before committing to bioc Fix issue #48 Add some documentation and link to travis CI add sudo to travis CI config add build dependency to travis CI config Adding travis for master branch make sure we are using the latest version of pwiz update version number resolve conflicts in Makevars.win pass on Linux update description Recompile libpwiz.a on windows remove std::cout/std::cerr cleanup compiled checkout latest pwiz revert added compiler switch, and fixed boost code instead to get rid of warnings forgot to update windows file in #33 bump version and add KK's new pwiz.version to NEWS pwiz version ...
Apparently, the file handles are not closed for
backend = "pwiz"
:Throws the error:
The text was updated successfully, but these errors were encountered: