Tcl Source Code

View Ticket
Login
Ticket UUID: 3038690
Title: Two thread run the tcl script, it crash down
Type: Bug Version: obsolete: 8.3
Submitter: blackcat242 Created on: 2010-08-03 08:35:03
Subsystem: None Assigned To: nobody
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2010-08-05 02:50:06
Resolution: Out of Date Closed By: hobbs
    Closed on: 2010-08-04 19:50:06
Description:
I create two thread to execute the tcl script, but it ofter crash down. the stack is in the file. I use tcl83.lib
User Comments: hobbs added on 2010-08-05 02:50:06:

allow_comments - 1

Who says RTRV-ALM-ALL is even thread safe?  Closing as we would need something repeatable on stable 8.5 or later to address this.

blackcat242 added on 2010-08-04 08:28:00:
this is the script that I execute in my code. RTRV-ALM-ALL is a deivce command, you can ignore it. I hope that it is useful.
for { set i 0 } { $i < 1000 } { incr i } {
        puts $i   
        RTRV-ALM-ALL:::1000;
        puts OK!  
    }

dkf added on 2010-08-03 15:57:07:
Hmm, curious but impossible to make progress on. It's not a supported version (8.3 has been out of support for years and I've got no idea who built the binaries you're using), there's no debugging info and we've got no idea what exactly is going on (the addresses mean nothing to me). At the very least, we'd need to see the script. Better would be if you have a small script that can reliably crash so that we could see if we can reproduce it in a modern build with debugging information enabled.

Sorry to be dismissive, but without a lot more info we can do nothing to help.

blackcat242 added on 2010-08-03 15:35:03:

File Added - 382111: core.JPG

Attachments: