Ticket #757 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

msn reconnects continually

Reported by: saspipi Owned by: emostar
Priority: normal Milestone:
Component: msn Version: devel
Keywords: Cc:

Description (last modified by emostar) (diff)

Licq CVS 1.3.1 / 2005 aug. 16. Linux 2.6.12.5 gcc-4.0

msn still keeps reconnecting continually to the msn server about 2 times a minute.

i've attached an "all-packet.log". (used a test account just created for this)

and here's the network log from licq:

16:20:53: [INI] Qt GUI configuration. 16:20:53: [INI] Geometry configuration (872, 429) (149 x 306) 16:20:53: [INI] Applying bheart skin. 16:20:56: [MSN] Server found at 65.54.239.210:1863. 16:20:57: [MSN] Server found at 207.46.6.23:1863. 16:20:58: [MSN] Authenticating to 65.54.179.192:443 16:20:59: [MSN] forlogonly@… logged in. 16:21:00: [MSN] Unhandled command (GTC). 16:21:00: [MSN] Unhandled command (BLP). 16:21:00: [MSN] Unhandled command (PRP). 16:21:00: [MSN] Unhandled command (PRP). 16:21:00: [MSN] Server says we are now: Online 16:21:22: [MSN] Disconnected from server, reconnecting. 16:21:22: [MSN] Server found at 65.54.239.210:1863. 16:21:23: [MSN] Server found at 207.46.6.63:1863. 16:21:24: [MSN] Authenticating to 65.54.183.192:443 16:21:25: [MSN] forlogonly@… logged in. 16:21:25: [MSN] Unhandled command (GTC). 16:21:25: [MSN] Unhandled command (BLP). 16:21:25: [MSN] Unhandled command (PRP). 16:21:25: [MSN] Unhandled command (PRP). 16:21:26: [MSN] Server says we are now: Online 16:21:55: [MSN] Disconnected from server, reconnecting. 16:21:55: [MSN] Server found at 65.54.239.210:1863. 16:21:56: [MSN] Server found at 207.46.6.42:1863. 16:21:57: [MSN] Authenticating to 65.54.183.192:443 16:21:58: [MSN] forlogonly@… logged in. 16:21:58: [MSN] Unhandled command (GTC). 16:21:58: [MSN] Unhandled command (BLP). 16:21:58: [MSN] Unhandled command (PRP). 16:21:58: [MSN] Unhandled command (PRP). 16:21:59: [MSN] Server says we are now: Online

Change History

Changed 3 years ago by emostar

Logged In: YES user_id=21415

If you are using GCC4.0 or higher, you need to manually disable optimization. You can do this by adding -O0 to your compiler flags.

Jon

Changed 3 years ago by saspipi

Logged In: YES user_id=1082085

It didn't help. :( I've tried gcc-3.3 , gcc-3.4 , gcc-4.0 both with the default -O2 flag and with -O0. It still disconnects as above with all of these options.

Bali

Changed 3 years ago by nobody

Logged In: NO

I experienced the same problem and it seems that it is related to gcc-4.0. With gcc-3.3 (with standard settings, that is -O2), MSN appears to be stable.

(licq-1.3.2 and licq-1.3.2-cvs from 26/11/2005)

Denis

Changed 2 years ago by root_42

I cannot reproduce this problem in the current SVN, using gcc 4.0.2 or gcc 4.1. If noone else has this problem with recent code and compilers, I think we can close this ticket.

Changed 2 years ago by emostar

  • status changed from assigned to closed
  • resolution changed from None to fixed
  • description modified (diff)

Over a year without any additions.. time to mark it as fixed.

Note: See TracTickets for help on using tickets.