Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 30f735ca6fb9019842d709f8406bc8a503b7766a
Ticket: 21000b5d407f330efaf8e6207fe8d025b0633ebb
Problem with Tcl_DeleteInterp() in 8.4.9.1_Activetcl
User & Date: sakthivp 2014-02-17 09:35:30
Changes

  1. icomment:
    Then i wrote a simple program and used both Tcl_CreateInterp() and Tcl_DeleteInterp(). When i attached the program execution with truss command on solaris environment i see there were inconsistency in the number of malloc() function calls(during Tcl_createInterp()) and the number of free() and mutex_unlock() function calls (during Tcl_DeleteInterp()).
    
  2. login: "sakthivp"
  3. mimetype: "text/plain"