Problems with multi threaded/shared TCL ...

Hi,

here are the test results of a multi threaded / shared version of
TCL 8.3.2:

Tests ended at Tue Aug 28 15:46:28 mest 2001
all.tcl: Total 8263 Passed 7224 Skipped 965
Failed 74
Sourced 112 Test Files.

Files with failing tests: clock.test cmdAH.test cmdMZ.test env.test
format.test ioCmd.test pid.test pkgMkInde x.test regexp.test
string.test tcltest.test

Number of tests skipped for each constraint:
15 95
15 emptyTest
2 foundGroup
2 hasIsoLocale
8 installedTcl
27 knownBug
25 localeRegexp
121 macOnly
137 nonPortable
243 notRoot
16 nt
329 pcOnly
22 stdio
3 unknownFailure

Tests which are locking up on a condvar … shell problems??

basic.test
event.test
http.test
httpold.test
io.test
socket.test
unixNotfy.test

stack.test.x → crash with memory fault

Armin

Hi,

we saw no improvements after removing the thread support.

The only improvements was achieved after linking against the
static libraries of TCL … that means we are running in huge
problems if a TCL app (like tcltest) has been linked against
the shared TCL libraries =:-/

Only the statically linked version works … the shared
version is USELESS!

What’s the problem ??

Armin


Armin Steinhoff wrote:

Hi,

here are the test results of a multi threaded / shared version of
TCL 8.3.2:

Tests ended at Tue Aug 28 15:46:28 mest 2001
all.tcl: Total 8263 Passed 7224 Skipped 965
Failed 74
Sourced 112 Test Files.

Files with failing tests: clock.test cmdAH.test cmdMZ.test env.test
format.test ioCmd.test pid.test pkgMkInde x.test regexp.test
string.test tcltest.test

Number of tests skipped for each constraint:
15 95
15 emptyTest
2 foundGroup
2 hasIsoLocale
8 installedTcl
27 knownBug
25 localeRegexp
121 macOnly
137 nonPortable
243 notRoot
16 nt
329 pcOnly
22 stdio
3 unknownFailure

Tests which are locking up on a condvar … shell problems??

basic.test
event.test
http.test
httpold.test
io.test
socket.test
unixNotfy.test

stack.test.x → crash with memory fault

Armin

Armin Steinhoff <a-steinhoff@web._de> wrote:

Hi,

we saw no improvements after removing the thread support.

The only improvements was achieved after linking against the
static libraries of TCL … that means we are running in huge
problems if a TCL app (like tcltest) has been linked against
the shared TCL libraries =:-/

Only the statically linked version works … the shared
version is USELESS!

What’s the problem ??

Are you sure that you aren’t mixing 6.0 and 6.1 compiled apps and libs?

Armin



Armin Steinhoff wrote:

Hi,

here are the test results of a multi threaded / shared version of
TCL 8.3.2:

Tests ended at Tue Aug 28 15:46:28 mest 2001
all.tcl: Total 8263 Passed 7224 Skipped 965
Failed 74
Sourced 112 Test Files.

Files with failing tests: clock.test cmdAH.test cmdMZ.test env.test
format.test ioCmd.test pid.test pkgMkInde x.test regexp.test
string.test tcltest.test

Number of tests skipped for each constraint:
15 95
15 emptyTest
2 foundGroup
2 hasIsoLocale
8 installedTcl
27 knownBug
25 localeRegexp
121 macOnly
137 nonPortable
243 notRoot
16 nt
329 pcOnly
22 stdio
3 unknownFailure

Tests which are locking up on a condvar … shell problems??

basic.test
event.test
http.test
httpold.test
io.test
socket.test
unixNotfy.test

stack.test.x → crash with memory fault

Armin


cburgess@qnx.com

Colin Burgess wrote:

Armin Steinhoff <a-steinhoff@web._de> wrote:

Hi,

we saw no improvements after removing the thread support.

The only improvements was achieved after linking against the
static libraries of TCL … that means we are running in huge
problems if a TCL app (like tcltest) has been linked against
the shared TCL libraries =:-/

Only the statically linked version works … the shared
version is USELESS!

What’s the problem ??

Are you sure that you aren’t mixing 6.0 and 6.1 compiled apps and libs?

I did a clean installation of 6.1 on a new disk. The TCL/TK sources
are
installed from their distribution archives.

Armin




Armin

Armin Steinhoff wrote:

Hi,

here are the test results of a multi threaded / shared version of
TCL 8.3.2:

Tests ended at Tue Aug 28 15:46:28 mest 2001
all.tcl: Total 8263 Passed 7224 Skipped 965
Failed 74
Sourced 112 Test Files.

Files with failing tests: clock.test cmdAH.test cmdMZ.test env.test
format.test ioCmd.test pid.test pkgMkInde x.test regexp.test
string.test tcltest.test

Number of tests skipped for each constraint:
15 95
15 emptyTest
2 foundGroup
2 hasIsoLocale
8 installedTcl
27 knownBug
25 localeRegexp
121 macOnly
137 nonPortable
243 notRoot
16 nt
329 pcOnly
22 stdio
3 unknownFailure

Tests which are locking up on a condvar … shell problems??

basic.test
event.test
http.test
httpold.test
io.test
socket.test
unixNotfy.test

stack.test.x → crash with memory fault

Armin


cburgess@qnx.com