by siavoshkc » 08 Mar 2013 21:20
The data is being sent over the network in form of small packets. Each protocol in Shareaza uses a number of packet types (to search for a file or ping for example). For each packet type there is a specified format like when you write a letter you start with the receiver's name then title after that content and at the end your signature. In Shareaza code there are packet factories which assemble packet payloads.
The first message is a self check to see if Shareaza is able to read and understand a packet created by itself. This checkpoint is to reveal bugs in packet factories. You are seeing it because you are using a debug build. It shows a bug in Shareaza code.
The second line means Shareaza has received a malformatted packet from the network. It can be because of a bug in or incompatibility with the end point servent.