11 Apr 2011 09:54
[ libetpan-Bugs-3284078 ] Program was suspended by calling mailsmtp_free()
Bugs item #3284078, was opened at 2011-04-11 16:54 Message generated for change (Tracker Item Submitted) made by brwang You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429696&aid=3284078&group_id=41064 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: SMTP Group: Latest development - libEtPan! Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wang Brandon (brwang) Assigned to: Nobody/Anonymous (nobody) Summary: Program was suspended by calling mailsmtp_free() Initial Comment: Hi, Everybody, We found a potential problem in current implementation of mailstream_socket.c. If there are a lot of file descriptors are opened in present machine, the select() function will return a negative value. If it returns a negative value, it will cause some functions, such as mailsmtp_free(), to do the canceling operation. If they are occurred, finally, the program will be suspended. The following information is the stack information when the(Continue reading)
RSS Feed