[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12918: add a little note about matt's 0.2.0.12-alpha crash (tor/trunk/src/or)
Author: arma
Date: 2007-12-22 00:26:36 -0500 (Sat, 22 Dec 2007)
New Revision: 12918
Modified:
tor/trunk/src/or/routerlist.c
Log:
add a little note about matt's 0.2.0.12-alpha crash
Modified: tor/trunk/src/or/routerlist.c
===================================================================
--- tor/trunk/src/or/routerlist.c 2007-12-22 02:55:03 UTC (rev 12917)
+++ tor/trunk/src/or/routerlist.c 2007-12-22 05:26:36 UTC (rev 12918)
@@ -2381,6 +2381,8 @@
idx = sd->routerlist_index;
}
tor_assert(0 <= idx && idx < smartlist_len(rl->old_routers));
+ /* XXX020 edmanm's bridge relay triggered the following assert while
+ * running 0.2.0.12-alpha: */
tor_assert(smartlist_get(rl->old_routers, idx) == sd);
tor_assert(idx == sd->routerlist_index);