Bugs item #1666729, was opened at 2007-02-23 14:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1666729&group_id=132078
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tpserver-cpp Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: nash (nash) Assigned to: Lee Begg (llnz) Summary: Screwed up order frame causes server to exit. Initial Comment: I send a Probe Order message with the following data: buf[0] = htonl(o->oid); /* What */ buf[1] = htonl(-1); /* Slot */ buf[2] = htonl(build_id); /* Order type */ buf[3] = htonl(0); /* Number of turns == 0 */ buf[4] = htonl(0); /* Resource list */ buf[5] = htonl(0); /* List : Possible selections */ buf[6] = htonl(0); /* List: # items */ And the server does this: 2007-02-23 14:46:00 < Debug > [0;mdoing probe order frame 2007-02-23 14:46:00 < Debug > [0;mlen < 0 or length < upackptr + len, len = 218103808, length = 28 2007-02-23 14:46:00 < Debug > [0;mCaught exception 2007-02-23 14:46:00 < Debug > [0;mRemoving a file descriptor 2 2007-02-23 14:46:00 < Info > [0;mConsole closed 2007-02-23 14:46:00 < Info > [0;mTP-server exiting 2007-02-23 14:46:00 < Info > [0;mLogger stopped And exits... The message sent is wrong, but exiting is even worse ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1666729&group_id=132078 _______________________________________________ tp-bugs mailing list [email protected] http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs
