Aarno,

Just wondering what this strange wtp pdu was. Just a orphan segment, or something else.
(WTP SAR could cause an orphan). A dump statement would answer this problem, of course.

Yeah, that was why a while back I'd asked for some sort of ID to tie the lines together. The problem is the PIDs change as you go between the various boxes, so it's hard to follow things. Then you (theoretically) wouldn't need to turn on debug logging. I'd do it for you nonetheless if I didn't have so much traffic. Another idea is to only log broken PDUs mayhaps? I am running log-level=1 on wapbox (I believe that's 'warning'). That would make sense to me as something to log at a warning level. I'd happily turn that on for you as then I wouldn't dump all of the good PDUs as well.


Regarding the 2005-01-31 CVS code, it appears to have the same problem. I am guessing Alex was having me test whether the fdset thread timeout handling change broke things. Appears it was introduced before that. I have 16 stuck FDs after 15-20 minutes, and this is a quiter time of the day. I can also still correlate FDs to errors. The most recent was 2 FDs being added at once. When I looked in the logs, I saw why:


2005-03-02 08:55:00 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:00 [19441] [16] ERROR: Couldn't fetch <https://mobile.passport.net/si/default.aspx?lc=1033&id=961&ru=http%3a%2f%2fmobile.msn.com%2fwml%2fmigrate.aspx%3f
returl%3d%252fim%252fim.aspx&mlc=en-US&mspsty=mobile&tw=14400&kv=5&ct=1109771779&ns=hotmail.com&ver=2.5.1016.0&rollrs=11>
2005-03-02 08:55:00 [26800] [8] ERROR: WSP: HTTP lookup failed, oops.
2005-03-02 08:55:00 [26800] [8] WARNING: WSP: Content type <text/plain> not supported by client, deleting body.
2005-03-02 08:55:01 [9665] [7] INFO: Fetching <https://mobile.passport.net/si/default.aspx?lc=1033&id=961&ru=http%3a%2f%2fmobile.msn.com%2fwml%2fmigrate.aspx%3freturl%3d
%252fim%252fim.aspx&mlc=en-US&mspsty=mobile&tw=14400&kv=5&ct=1109771779&ns=hotmail.com&ver=2.5.1016.0&rollrs=11>
2005-03-02 08:55:01 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL read failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: SSL write failed: OpenSSL error 1: error:00000001:lib(0):func(0):reason(1)
2005-03-02 08:55:01 [19441] [16] ERROR: Couldn't fetch <https://mobile.passport.net/si/default.aspx?lc=1033&id=961&ru=http%3a%2f%2fmobile.msn.com%2fwml%2fmigrate.aspx%3f
returl%3d%252fim%252fim.aspx&mlc=en-US&mspsty=mobile&tw=14400&kv=5&ct=1109771779&ns=hotmail.com&ver=2.5.1016.0&rollrs=11>
2005-03-02 08:55:01 [26800] [8] ERROR: WSP: HTTP lookup failed, oops.
2005-03-02 08:55:01 [26800] [8] WARNING: WSP: Content type <text/plain> not supported by client, deleting body.


Two failed OpenSSL sessions, one right after the other. I would say it definitely appears to be error cleanup.

Jon



Reply via email to