Re: [AOLSERVER] AOLserver crashes with TLS

2012-10-04 Thread Jeff Rogers
Wolfgang Winkler wrote: > Hi! > > I've narrowed down my problem and it's definitely a problem with TLS. I can get a crash with just tcl/threads/tls, so I would say that the problem is not with aolserver. sample code: package require Thread for {set x 0} {$x < 100} {incr x} { thread

[AOLSERVER] AOLserver crashes with TLS

2012-10-04 Thread Wolfgang Winkler
Hi! I've narrowed down my problem and it's definitely a problem with TLS. I've setup a openvz server with debian 6.0 and installed: aolserver 4.5 from CVS Head ./configure --prefix=/usr/local/aolserver_4.5.1 --with-tcl=/usr/local/lib/ --enable-threads tls from CVS Head (1.6.3) ./configure --en