Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 485b8936b7b21cd617206703b72a5b9279a35384
Ticket: 21000b5d407f330efaf8e6207fe8d025b0633ebb
Problem with Tcl_DeleteInterp() in 8.4.9.1_Activetcl
User & Date: sakthivp 2014-02-19 05:28:53
Changes

  1. icomment:
    I have attached the output of truss command (edited head and tail part of the trace to comply with size). Please have a look at the function call that goes into Tcl_DeleteInterp() which in turn calls multiple number of mutex_unlock() and free() functions.
    
    Please let me know that the problem is in Tcl library or not. I have also used the purify tool to check "memory leak" and "memory in use" problems. But purify didn't report any on my application and in Tcl as well. 
    
    Looks this is normal behavior from Tcl. Please confirm me the same.
    
  2. login: "sakthivp"
  3. mimetype: "text/plain"