Skip to content

Instantly share code, notes, and snippets.

@kormat
Created July 23, 2015 11:44
Show Gist options
  • Save kormat/598e77bb164483d217e4 to your computer and use it in GitHub Desktop.
Save kormat/598e77bb164483d217e4 to your computer and use it in GitHub Desktop.
[WARNING] (BS shared pcbs) AD: Data too short for parsing, len: 40
[CRITICAL] (BS shared pcbs) Exception in handle_shared_pcbs thread:
[CRITICAL] (BS shared pcbs) Traceback (most recent call last):
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/thread.py", line 46, in thread_safety_net
[CRITICAL] (BS shared pcbs) return func(*args, **kwargs)
[CRITICAL] (BS shared pcbs) File "beacon_server.py", line 649, in handle_shared_pcbs
[CRITICAL] (BS shared pcbs) count = self._read_cached_entries()
[CRITICAL] (BS shared pcbs) File "beacon_server.py", line 676, in _read_cached_entries
[CRITICAL] (BS shared pcbs) count = self._process_cached_pcbs(new, timed_desc=desc)
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/util.py", line 214, in wrapper
[CRITICAL] (BS shared pcbs) ret = f(*args, **kwargs)
[CRITICAL] (BS shared pcbs) File "beacon_server.py", line 705, in _process_cached_pcbs
[CRITICAL] (BS shared pcbs) path_seg = PathSegment(raw=raw)
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/packet/pcb.py", line 340, in __init__
[CRITICAL] (BS shared pcbs) self.parse(raw)
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/packet/pcb.py", line 362, in parse
[CRITICAL] (BS shared pcbs) offset += self._parse_hops(raw)
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/packet/pcb.py", line 377, in _parse_hops
[CRITICAL] (BS shared pcbs) self.add_ad(ad_marking)
[CRITICAL] (BS shared pcbs) File "/home/kormat/github/scion/lib/packet/pcb.py", line 397, in add_ad
[CRITICAL] (BS shared pcbs) if ad_marking.pcbm.hof.exp_time < self.min_exp_time:
[CRITICAL] (BS shared pcbs) AttributeError: 'NoneType' object has no attribute 'hof'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment