[tor-bugs] #5074 [Obfsproxy]: obfsproxy assertion failure src/container.c:66: size <= MAX_CAPACITY
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Feb 10 18:41:43 UTC 2012
#5074: obfsproxy assertion failure src/container.c:66: size <= MAX_CAPACITY
-----------------------+----------------------------------------------------
Reporter: arma | Owner: asn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Obfsproxy | Version:
Keywords: | Parent:
Points: | Actualpoints:
-----------------------+----------------------------------------------------
Comment(by arma):
17 doesn't seem that big. But it's suspiciously bigger than 16, which is
what smartlists start at:
{{{
/** All newly allocated smartlists have this capacity. */
#define SMARTLIST_DEFAULT_CAPACITY 16
}}}
I bet your smartlists have never been able to grow.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5074#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list