View Single Post
  #4 (permalink)  
Old September 11th, 2001
Moak's Avatar
Moak Moak is offline
Guest
 
Join Date: September 7th, 2001
Location: Europe
Posts: 816
Moak is flying high
Default Dead lock

Hi,
following Seekers idea, I noted every open connection after a crash. I had 3 crashs the last days:
Code:
  Proto  Local Address          Foreign Address        State
  TCP    computer:1469          127.0.135.5:6346       ESTABLISHED
  TCP    computer:6346          127.0.135.5:1469       ESTABLISHED

  Proto  Local Address          Foreign Address        State
  TCP    computer:3409          computer:6346          ESTABLISHED
  TCP    computer:6346          computer:3409          ESTABLISHED

  Proto  Local Address          Foreign Address        State
  TCP    computer:1965          127.187.8.70:6346      ESTABLISHED
  TCP    computer:6346          127.187.8.70:1965      ESTABLISHED
Yeah, there must be a dead lock when XoloX connects to loopback (127/8) or his own IP, a get/push freezes XoloX in that case.

Cya, Moak

PS: Propably there could be another dead lock, when you use multiple IPs or a misconfigured router.... so that a private network address in your LAN points back to the Xolox host. It might be worth to test this case.