Tcl Source Code

View Ticket
Login
Ticket UUID: 1535193
Title: "--enable-threads" failed several tests on Solaris 9/SPARC
Type: Bug Version: obsolete: 8.5a4
Submitter: sf-hlai Created on: 2006-08-05 22:59:24
Subsystem: 49. Threading Assigned To: vasiljevic
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-02-23 10:20:10
Resolution: Works For Me Closed By: sf-robot
    Closed on: 2007-02-23 03:20:10
Description:
make test (running as a regular user) failed with "--
enable-threads". By comparison, it passed all if not 
threads enabled.

Files with failing tests: socket.test unixInit.test
Test files exiting with errors: thread.test

(detailed log attached)

tcl 8.5a4 was 
configured with 
./configure \
        --enable-shared \
        --prefix=/usr/local \
        --enable-64bit \
        --enable-64bit-vis \
        --enable-gcc \
        --enable-threads \
        --enable-symbols

and compiled with gcc 3.4.2


#dbx ./tcltest core.tcltest.11541
For information about new features see `help changes'
To remove this message, put `dbxenv 
suppress_startup_message 7.5' in your .dbxrc
Reading tcltest
core file header read successfully
Reading ld.so.1
Reading libtcl8.5.so
Reading libdl.so.1
Reading libsocket.so.1
Reading libnsl.so.1
Reading libpthread.so.1
Reading libm.so.1
Reading libc.so.1
Reading libmp.so.2
Reading libc_psr.so.1
Reading libthread.so.1
t@1 (l@1) terminated by signal BUS (invalid address 
alignment)
0x000007fefe70c02c: _thrp_join+0x01ac:  stx      %l2, 
[%i2]
Current function is Tcl_JoinThread
  166       result = pthread_join((pthread_t) 
threadId, (void**) state);
(dbx) quit
dbx: internal warning: td_ta_clear_event() failed -- 
debugger service failed
User Comments: sf-robot added on 2007-02-23 10:20:10:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

hobbs added on 2007-02-09 08:06:43:
Logged In: YES 
user_id=72656
Originator: NO

works for me (using Forte CC)

sf-hlai added on 2006-08-06 05:59:24:

File Added - 187789: make_test.log

Attachments: