On Debian unstable, the socketserver crashes when a client connects to it. This seems to be related to updated versions of libraries.
This is a consequence of static linking. Is it acceptable to use dynamic linking?
For the next release (3.4.5) we will use dynamic linking for the socketserver on Linux. This should solve this problem.