Jump to content

utserver fails with "assert failed udp.cpp:138 (25053)"


tdreyer1

Recommended Posts

Posted

utorrent crashes with the error message:

assert failed udp.cpp:138 (25053)

and it exits with status 134.

The error is fairly reproducable as it will regularly crash anywhere from 1 - 10 minutes after starting.

utorrent is using socks 5 proxy

Running on 32bit archlinux

linux 3.0 kernel

Please let me know if you need any extra info.

EDIT:

As a quick fix, I'm running utserver with this watcher script to respawn it whenever it crashes.

#!/bin/bash
#script to start and monitor the Utorrent server, and restart as necessary.
#

until /opt/utorrent-server-v3_0/utserver; do
echo "utorrent crashed with exit code $?. Respawning.." >&2
sleep 1
done

exit 0

Posted
utorrent crashes with the error message:

assert failed udp.cpp:138 (25053)

and it exits with status 134.

It involves your using a socks 5 proxy. Apparently the hostname is too long (more than 255).

  • 2 months later...
Posted

I too, get this error. The proxy server name is 16 characters long. It takes anywhere from 5 mins to several hours.

Always returning:

assert failed udp.cpp:138 (25053)

  • 1 month later...
  • 2 weeks later...
  • 3 months later...
  • 2 weeks later...
Posted

Also getting this error (and using a socks 5 proxy). Using Kubuntu 12.04 64 bit.

Tried the 'sudo chmod -R 755' on the utserver folder and it didn't work (still errors with assert failure after some intermittent interval between 5 minutes and a few hours).

Posted

i am getting the error too. using ubuntu 10.04. i had this problem with an earlier build (25053) but it wasn't too frequent, however, i upgraded to the latest alpha build of utorrent (27079) today and it seems that the error occurs whenever i connect via the web ui after leaving it to run for some time.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...