Bug 217976 - dns/dnscap threading OPTION
Summary: dns/dnscap threading OPTION
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 10:58 UTC by Leo Vandewoestijne
Modified: 2017-03-21 20:51 UTC (History)
0 users

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


Attachments
option for threading - or not (557 bytes, text/plain)
2017-03-21 10:58 UTC, Leo Vandewoestijne
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2017-03-21 10:58:04 UTC
Created attachment 181025 [details]
option for threading - or not

Since upgrading dnscap I suddenly had some server failing capturing.
Last week I learned that if I disable threading it works again.
Therefor I'd like to submit this patch for a minor modification.

I've avoided PORTREVISION, to prevent unaffected users from updating.

It's tested with poudriere on 103amd64, 103i386, 110amd64, 110i386.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-21 20:41:21 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Mar 21 20:40:19 UTC 2017
New revision: 436650
URL: https://svnweb.freebsd.org/changeset/ports/436650

Log:
  Add THREADS option

  PR:		217976
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>

Changes:
  head/dns/dnscap/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-03-21 20:51:11 UTC
Committed. Thanks!