Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579756 - net-proxy/privoxy-3.0.24 extremely long wait (300 seconds) when compiled with USE=-threads
Summary: net-proxy/privoxy-3.0.24 extremely long wait (300 seconds) when compiled with...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 14:58 UTC by Fedja Beader
Modified: 2016-04-13 11:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fedja Beader 2016-04-12 14:58:27 UTC
USE=-threads seems to result in a very long wait before data is made available to the browser:

Wireshark measured roughly 300 seconds between "CONNECT ..." request from browser and "...Connection established" response from Privoxy.

NOTE: Privoxy faq 5.24 entry lists this as a common problem for Gentoo users.


Suggested resolution:
a) force USE=threads
b) print a warning when merging with USE=-threads
Comment 1 Andrew Savchenko gentoo-dev 2016-04-13 11:02:41 UTC
Threads are already enabled by default:

IUSE="... +threads ..."

If you disables them, you should know what you are doing.

Nevertheless warning is added.