Bug 210014 - net/minidlna: Fatal error (file descriptor XXXX too big for select)
Summary: net/minidlna: Fatal error (file descriptor XXXX too big for select)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL: https://lists.freebsd.org/pipermail/f...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-06-04 05:20 UTC by Masachika ISHIZUKA
Modified: 2018-06-06 07:07 UTC (History)
7 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch for minidlna-1.1.5_1.1 (761 bytes, patch)
2016-06-04 05:24 UTC, Masachika ISHIZUKA
no flags Details | Diff
patch for minidlna-1.2.1 (933 bytes, patch)
2018-01-30 07:11 UTC, Masachika ISHIZUKA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masachika ISHIZUKA 2016-06-04 05:20:08 UTC
Still it seems to remain this bug.

https://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093531.html

Please merge this patch.
Comment 1 Masachika ISHIZUKA 2016-06-04 05:24:03 UTC
Created attachment 170998 [details]
patch for minidlna-1.1.5_1.1
Comment 2 Matthias Fechner freebsd_committer freebsd_triage 2017-05-02 09:53:40 UTC
Thanks, that fixes a long outstanding bug and make the port usable again.
Comment 3 Masachika ISHIZUKA 2018-01-30 07:11:51 UTC
Created attachment 190189 [details]
patch for minidlna-1.2.1
Comment 4 Thomas Zander freebsd_committer freebsd_triage 2018-05-14 05:22:50 UTC
Can we please add this? It's been lying here for more than 2 years now ...
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-06-05 18:58:19 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Jun  5 18:57:24 UTC 2018
New revision: 471798
URL: https://svnweb.freebsd.org/changeset/ports/471798

Log:
  Increase FD_SETSIZE to 8192

  - Bump PORTREVISION for package change

  PR:		210014
  Obtained from:	Bob Willcox <bob@immure.com>
  Submitted by:	Masachika ISHIZUKA <ish@amail.plala.or.jp>
  Notified by:	riggs

Changes:
  head/net/minidlna/Makefile
  head/net/minidlna/files/extra-patch-kqueue
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-06-05 19:02:49 UTC
Committed. Thanks!
Comment 7 Masachika ISHIZUKA 2018-06-06 07:07:04 UTC
(In reply to commit-hook from comment #5)

Thank you very much.