[Papyon-bugs] [Bug 40653] New: AssertionError: Trying to append a chunk to the wrong blob

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 6 08:55:25 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=40653

           Summary: AssertionError: Trying to append a chunk to the wrong
                    blob
           Product: papyon
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
        AssignedTo: papyon-bugs at lists.freedesktop.org
        ReportedBy: svenb.linux at gmail.com


This error appears every 31 seconds:

[17:52:01 WARNING papyon.msnp2p.transport] TLPv1 Parse Error: empty chunk for
non-empty blob
00 00 00 00 90 93 05 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00
bb 2e 05 01 00 00 00 00 00 00 00 00 00 00 00 00
[17:52:01 WARNING papyon.msnp2p.transport] TLPv1 Parse Error: empty chunk for
non-empty blob
00 00 00 00 8f 93 05 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00
bb 2e 05 01 00 00 00 00 00 00 00 00 00 00 00 00
[17:52:01 ERROR papyon.msnp2p.transport] Trying to append a chunk to the wrong
blob
Traceback (most recent call last):
  File
"/home/sven/emesene/emesene/e3/papylib/papyon/papyon/msnp2p/transport/transport_manager.py",
line 168, in _on_chunk_received
    blob.append_chunk(chunk)
  File
"/home/sven/emesene/emesene/e3/papylib/papyon/papyon/msnp2p/transport/TLP.py",
line 145, in append_chunk
    assert self.id == chunk.blob_id, "Trying to append a chunk to the wrong
blob"
AssertionError: Trying to append a chunk to the wrong blob
[17:52:01 WARNING papyon.msnp2p.transport] Couldn't append chunk to blob,
ignoring it
[17:52:02 ERROR papyon.msnp2p.transport] Trying to append a chunk to the wrong
blob
Traceback (most recent call last):
  File
"/home/sven/emesene/emesene/e3/papylib/papyon/papyon/msnp2p/transport/transport_manager.py",
line 168, in _on_chunk_received
    blob.append_chunk(chunk)
  File
"/home/sven/emesene/emesene/e3/papylib/papyon/papyon/msnp2p/transport/TLP.py",
line 145, in append_chunk
    assert self.id == chunk.blob_id, "Trying to append a chunk to the wrong
blob"
AssertionError: Trying to append a chunk to the wrong blob
[17:52:02 WARNING papyon.msnp2p.transport] Couldn't append chunk to blob,
ignoring it

I'm not sure why, and not sure if I can reproduce it either. I didn't have the
highest level of debug enabled, so there's no way for me to get a more complete
log unless I'm able to reproduce this.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the papyon-bugs mailing list