Changes between Initial Version and Version 1 of Ticket #237


Ignore:
Timestamp:
2007-12-19T00:03:44Z (16 years ago)
Author:
warner
Comment:

hrm, the exception got mangled during pasting..

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #237 – Description

    initial v1  
    55
    66{{{
    7 <type 'exceptions.RuntimeError'>: maximum recursion depth exceeded
    8       8478 e3a8b071
    9       5209 e3b1a475
    10      16687 e50b1c9f
    11        358 e6987f72
    12       1306 e87980c6
    13       2474 ea522799
    14      10471 ec240057
    15      11205 ecd1f02e
    16       1306 ed43ad1c
    17      34177 ee143769
    18      10631 ee19da75
    19       4997 ee63f994
    20       2490 ef130749
    21      17256 efbc8ce1
    22        985 f007eea2
    23      32158 f01c9866
    24      14425 f0c87da8
    25        406 f0f8adeb
    26       6960 f1d55525
    27      58417 f229b2f7
    28       3696 f29996bf
    29      17328 f391e7bd
    30      13800 f4980b04
    31       2411 f5066714
    32        726 f52e4fd8
    33       2459 f56b1a96
    34       4507 f5cf24fc
    35       7808 f5fb619b
    36             return FunctionSerializer(original, context, nocontext)
    37           File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-pa
    38 ckages/Nevow-0.9.0-py2.5.egg/nevow/flat/flatstan.py", line 234, in FunctionSeria
    39 lizer
    40             result = original(context, data)
    41           File "/home/amduser/tahoe-loadnet/source/src/allmydata/webish.py", lin
    42 e 227, in render_row
    43             ctx.fillSlots("size", target.get_size())
    44           File "/home/amduser/tahoe-loadnet/source/src/allmydata/filenode.py", l
    45 ine 25, in get_size
    46             return IFileURI(self.uri).get_size()
    47           File "/usr/lib/python2.5/site-packages/twisted/python/components.py",
    48 line 113, in _hook
    49             return factory(ob)
    50           File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 4
    51 28, in from_string_filenode
    52             u = from_string(s)
    53           File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 3
    54 91, in from_string
    55             return CHKFileURI().init_from_string(s)
    56           File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 5
    57 2, in init_from_string
    58             self.key = idlib.a2b(key_s)
    59           File "/home/amduser/tahoe-loadnet/source/src/allmydata/util/idlib.py",
    60  line 190, in a2b
    61             precondition(could_be_base32_encoded(cs), "cs is required to be poss
    62 ibly base32 encoded data.", cs=cs)
    63         exceptions.RuntimeError: maximum recursion depth exceeded
     72007-12-18 23:48:36.611Z [-] Unhandled Error
     8Traceback (most recent call last):
     9  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 191, in addCallback
     10    callbackKeywords=kw)
     11  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 182, in addCallbacks
     12    self._runCallbacks()
     13  File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 317, in _runCallbacks
     14    self.result = callback(self.result, *args, **kw)
     15  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/twist.py", line 41, in cb
     16    _drive(iterable, finished)
     17--- <exception caught here> ---
     18  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/twist.py", line 23, in _drive
     19    next = iterable.next()
     20  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/ten.py", line 83, in iterflatten
     21    for item in gen:
     22  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/flatstan.py", line 103, in TagSerializer
     23    yield serialize(toBeRenderedBy, context)
     24  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/ten.py", line 70, in serialize
     25    return partialflatten(context, obj)
     26  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/ten.py", line 61, in partialflatten
     27    return flattener(obj, context)
     28  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/flatstan.py", line 262, in DirectiveSerializer
     29    return serialize(renderer, context)
     30  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/ten.py", line 70, in serialize
     31    return partialflatten(context, obj)
     32  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/ten.py", line 61, in partialflatten
     33    return flattener(obj, context)
     34  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/flatstan.py", line 245, in MethodSerializer
     35    return FunctionSerializer(original, context, nocontext)
     36  File "/home/amduser/tahoe-loadnet/source/support/lib/python2.5/site-packages/Nevow-0.9.0-py2.5.egg/nevow/flat/flatstan.py", line 234, in FunctionSerializer
     37    result = original(context, data)
     38  File "/home/amduser/tahoe-loadnet/source/src/allmydata/webish.py", line 227, in render_row
     39    ctx.fillSlots("size", target.get_size())
     40  File "/home/amduser/tahoe-loadnet/source/src/allmydata/filenode.py", line 25, in get_size
     41    return IFileURI(self.uri).get_size()
     42  File "/usr/lib/python2.5/site-packages/twisted/python/components.py", line 113, in _hook
     43    return factory(ob)
     44  File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 428, in from_string_filenode
     45    u = from_string(s)
     46  File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 391, in from_string
     47    return CHKFileURI().init_from_string(s)
     48  File "/home/amduser/tahoe-loadnet/source/src/allmydata/uri.py", line 52, in init_from_string
     49    self.key = idlib.a2b(key_s)
     50  File "/home/amduser/tahoe-loadnet/source/src/allmydata/util/idlib.py", line 190, in a2b
     51    precondition(could_be_base32_encoded(cs), "cs is required to be possibly base32 encoded data.", cs=cs)
     52exceptions.RuntimeError: maximum recursion depth exceeded
    6453}}}
    6554