Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: eeea1fa1f7788eb0665f8b837a0f2d1987ccaed1
Ticket: d8ff47babc5676f9684579b7e6c2ca3dbc16454d
Segmentation fault (core dumped) while using Thread 2.7.2
User & Date: anonymous 2015-07-30 12:57:24
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    File - sample.tcl
    
    package require Expect
    spawn telnet 10.64.12.126
    
    
    
    Script being executed - 
    
    set inputListToRun(12) 1
    package require Thread
    set pool [tpool::create -minworkers [array size inputListToRun] -initcmd {
    source sample.tcl
    }]
    
    Output - Segmentation fault (core dumped)
    
    
    
    Version of OS - CentOS 7
    Tclsh version - 8.6
    Expect version - 5.45
    Thread version - 2.7.2
    
  5. foundin changed to: "tclsh8.6"
  6. is_private changed to: "0"
  7. login: "anonymous"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "5db695f7076367273ef333b45dc659ff73238ba1"
  10. resolution changed to: "None"
  11. severity changed to: "Severe"
  12. status changed to: "Open"
  13. submitter changed to: "anonymous"
  14. subsystem changed to: "42. Memory Preservation"
  15. title changed to:
    Segmentation fault (core dumped) while using Thread 2.7.2
    
  16. type changed to: "Bug"