| 1 | <html><head> |
|---|
| 2 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Exception</title></head><body><style type="text/css"> |
|---|
| 3 | p.error { |
|---|
| 4 | color: black; |
|---|
| 5 | font-family: Verdana, Arial, helvetica, sans-serif; |
|---|
| 6 | font-weight: bold; |
|---|
| 7 | font-size: large; |
|---|
| 8 | margin: 0.25em; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | div { |
|---|
| 12 | font-family: Verdana, Arial, helvetica, sans-serif; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | strong.variableClass { |
|---|
| 16 | font-size: small; |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | div.stackTrace { |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | div.frame { |
|---|
| 23 | padding: 0.25em; |
|---|
| 24 | background: white; |
|---|
| 25 | border-bottom: thin black dotted; |
|---|
| 26 | } |
|---|
| 27 | |
|---|
| 28 | div.firstFrame { |
|---|
| 29 | padding: 0.25em; |
|---|
| 30 | background: white; |
|---|
| 31 | border-top: thin black dotted; |
|---|
| 32 | border-bottom: thin black dotted; |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | div.location { |
|---|
| 36 | font-size: small; |
|---|
| 37 | } |
|---|
| 38 | |
|---|
| 39 | div.snippet { |
|---|
| 40 | background: #FFFFDD; |
|---|
| 41 | padding: 0.25em; |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | div.snippetHighlightLine { |
|---|
| 45 | color: red; |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | span.lineno { |
|---|
| 49 | font-size: small; |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | pre.code { |
|---|
| 53 | margin: 0px; |
|---|
| 54 | padding: 0px; |
|---|
| 55 | display: inline; |
|---|
| 56 | font-size: small; |
|---|
| 57 | font-family: "Courier New", courier, monotype; |
|---|
| 58 | } |
|---|
| 59 | |
|---|
| 60 | span.function { |
|---|
| 61 | font-weight: bold; |
|---|
| 62 | font-family: "Courier New", courier, monotype; |
|---|
| 63 | } |
|---|
| 64 | |
|---|
| 65 | table.variables { |
|---|
| 66 | border-collapse: collapse; |
|---|
| 67 | width: 100%; |
|---|
| 68 | } |
|---|
| 69 | |
|---|
| 70 | td.varName { |
|---|
| 71 | width: 1in; |
|---|
| 72 | vertical-align: top; |
|---|
| 73 | font-style: italic; |
|---|
| 74 | font-size: small; |
|---|
| 75 | padding-right: 0.25em; |
|---|
| 76 | } |
|---|
| 77 | |
|---|
| 78 | td.varValue { |
|---|
| 79 | padding-left: 0.25em; |
|---|
| 80 | padding-right: 0.25em; |
|---|
| 81 | font-size: small; |
|---|
| 82 | } |
|---|
| 83 | |
|---|
| 84 | div.variables { |
|---|
| 85 | margin-top: 0.5em; |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | div.dict { |
|---|
| 89 | background: #cccc99; |
|---|
| 90 | padding: 2px; |
|---|
| 91 | float: left; |
|---|
| 92 | } |
|---|
| 93 | |
|---|
| 94 | td.dictKey { |
|---|
| 95 | background: #ffff99; |
|---|
| 96 | font-weight: bold; |
|---|
| 97 | } |
|---|
| 98 | |
|---|
| 99 | td.dictValue { |
|---|
| 100 | background: #ffff99; |
|---|
| 101 | } |
|---|
| 102 | |
|---|
| 103 | div.list { |
|---|
| 104 | background: #7777cc; |
|---|
| 105 | padding: 2px; |
|---|
| 106 | float: left; |
|---|
| 107 | } |
|---|
| 108 | |
|---|
| 109 | div.listItem { |
|---|
| 110 | background: #9999ff; |
|---|
| 111 | } |
|---|
| 112 | |
|---|
| 113 | div.instance { |
|---|
| 114 | width: 100%; |
|---|
| 115 | background: #efefef; |
|---|
| 116 | padding: 2px; |
|---|
| 117 | float: left; |
|---|
| 118 | } |
|---|
| 119 | |
|---|
| 120 | span.instanceName { |
|---|
| 121 | font-size: small; |
|---|
| 122 | display: block; |
|---|
| 123 | } |
|---|
| 124 | |
|---|
| 125 | span.instanceRepr { |
|---|
| 126 | font-family: "Courier New", courier, monotype; |
|---|
| 127 | } |
|---|
| 128 | |
|---|
| 129 | div.function { |
|---|
| 130 | background: orange; |
|---|
| 131 | font-weight: bold; |
|---|
| 132 | float: left; |
|---|
| 133 | } |
|---|
| 134 | </style><a href="#tracebackEnd"><p class="error"><type 'exceptions.AssertionError'>: </p></a><div class="stackTrace"><div class="firstFrame"><div class="location">C:\allmydata-tahoe-1.9.0-rebuild\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted\internet\defer.py, |
|---|
| 135 | line 542 in <span class="function">_runCallbacks</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">540</span><pre class="code"> current._runningCallbacks = True |
|---|
| 136 | </pre></div><div class="snippetLine"><span class="lineno">541</span><pre class="code"> try: |
|---|
| 137 | </pre></div><div class="snippetHighlightLine"><span class="lineno">542</span><pre class="code"> current.result = callback(current.result, *args, **kw) |
|---|
| 138 | </pre></div><div class="snippetLine"><span class="lineno">543</span><pre class="code"> finally: |
|---|
| 139 | </pre></div></div><div class="variables"><strong class="variableClass">Locals</strong></div><table class="variables"><tbody><tr class="varRow"><td class="varName">callback</td><td class="varValue"><div class="function">Function <lambda> in file c:\allmydata-tahoe-1.9.0-rebuild\src\allmydata\mutable\retrieve.py at line 254</div></td></tr><tr class="varRow"><td class="varName">args</td><td class="varValue"><pre>()</pre></td></tr><tr class="varRow"><td class="varName">current</td><td class="varValue"><div class="instance"><span class="instanceName">twisted.internet.defer.Deferred instance at 0x34fa1c0</span><span class="instanceRepr"><Deferred at 0x34fa1c0 current result: None></span></div></td></tr><tr class="varRow"><td class="varName">kw</td><td class="varValue"><div class="dict"><span class="heading">Dictionary instance @ 0x3504db0</span><table class="dict"></table></div></td></tr></tbody></table></div><div class="frame"><div class="location">c:\allmydata-tahoe-1.9.0-rebuild\src\allmydata\mutable\retrieve.py, line 254 in <span class="function"><lambda></span></div><div class="snippet"><div class="snippetLine"><span class="lineno">252</span><pre class="code"> def loop(self): |
|---|
| 140 | </pre></div><div class="snippetLine"><span class="lineno">253</span><pre class="code"> d = fireEventually(None) # avoid #237 recursion limit problem |
|---|
| 141 | </pre></div><div class="snippetHighlightLine"><span class="lineno">254</span><pre class="code"> d.addCallback(lambda ign: self._activate_enough_peers()) |
|---|
| 142 | </pre></div><div class="snippetLine"><span class="lineno">255</span><pre class="code"> d.addCallback(lambda ign: self._download_current_segment()) |
|---|
| 143 | </pre></div></div><div class="variables"><strong class="variableClass">Locals</strong></div><table class="variables"><tbody><tr class="varRow"><td class="varName">ign</td><td class="varValue"><pre>None</pre></td></tr><tr class="varRow"><td class="varName">self</td><td class="varValue"><div class="instance"><span class="instanceName">allmydata.mutable.retrieve.Retrieve instance at 0x35f5f30</span><span class="instanceRepr"><allmydata.mutable.retrieve.Retrieve instance at 0x035F5F30></span></div></td></tr></tbody></table><div class="variables"><strong class="variableClass">Globals</strong></div><table class="variables"><tbody><tr class="varRow"><td class="varName">fireEventually</td><td class="varValue"><div class="function">Function |
|---|
| 144 | fireEventually in file |
|---|
| 145 | C:\allmydata-tahoe-1.9.0-rebuild\support\Lib\site-packages\foolscap-0.6.2-py2.7.egg\foolscap\eventual.py |
|---|
| 146 | at line 62</div></td></tr></tbody></table></div><div class="frame"><div class="location">c:\allmydata-tahoe-1.9.0-rebuild\src\allmydata\mutable\retrieve.py, line 502 in <span class="function">_activate_enough_peers</span></div><div class="snippet"><div class="snippetLine"><span class="lineno">500</span><pre class="code"> # XXX: don't just drop the Deferred. We need error-reporting |
|---|
| 147 | </pre></div><div class="snippetLine"><span class="lineno">501</span><pre class="code"> # but not flow-control here. |
|---|
| 148 | </pre></div><div class="snippetHighlightLine"><span class="lineno">502</span><pre class="code"> assert len(self._active_readers) >= self._required_shares |
|---|
| 149 | </pre></div><div class="snippetLine"><span class="lineno">503</span><pre class="code"></pre></div></div><div class="variables"><strong class="variableClass">Self</strong><table class="variables"><tbody><tr class="varRow"><td class="varName">_active_readers</td><td class="varValue"><div class="list"><span class="heading">List instance @ 0x3510850</span></div></td></tr><tr class="varRow"><td class="varName">_required_shares</td><td class="varValue"><pre>1</pre></td></tr></tbody></table></div><div class="variables"><strong class="variableClass">Locals</strong></div><table class="variables"><tbody><tr class="varRow"><td class="varName">self</td><td class="varValue"><div class="instance"><span class="instanceName">allmydata.mutable.retrieve.Retrieve instance at 0x35f5f30</span><span class="instanceRepr"><allmydata.mutable.retrieve.Retrieve instance at 0x035F5F30></span></div></td></tr></tbody></table></div></div><a name="tracebackEnd"><p class="error"><type 'exceptions.AssertionError'>: </p></a></body></html> |
|---|