[tor-bugs] #22752 [Core Tor/Tor]: Assertion failure in consensus_cache_entry_handle_get on Windows
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Aug 28 17:18:06 UTC 2017
#22752: Assertion failure in consensus_cache_entry_handle_get on Windows
--------------------------+------------------------------------
Reporter: ahf | Owner: nickm
Type: defect | Status: accepted
Priority: High | Milestone: Tor: 0.3.1.x-final
Component: Core Tor/Tor | Version: Tor: 0.3.1.3-alpha
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor: Sponsor4
--------------------------+------------------------------------
Comment (by nickm):
File names are scarce under the linux seccomp2 sandbox code, where they
need to be preallocated and reserved. Attempts to limit disk usage here
are over the long term -- everything that's unlinked but kept on disk
should be removed as soon as the mmap is closed, which should happen as
soon as it's done spooling.
One option here is to just use a different strategy under windows, since
we don't need the same filename limits. Another option is to kill off the
maps when deleting on windows, since se can't keep them around.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22752#comment:16>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list