Ticket Change Details
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2019 Conference, Houston/TX, US, Nov 4-8
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Sep 9.
Overview

Artifact ID: 4e7c102801cd2d55f278ec38aded2ef787ce6b42
Ticket: 455327525cb1d9879650a3bf3bb8dfaeead82dd0
Creating many interpreters fails
User & Date: anonymous on 2015-02-25 09:23:35
Changes

  1. foundin changed to: "8.6.3 x86"
  2. icomment:
    When I'm creating interpreters in my code using "interp create int" command at some point I'm receiving error somewhere around 500-700th interp (depends on version of tclkit used):
    <br><br>
    <div style="background-color: #fff8f8; border: 1px solid #c0a0a0; white-space: pre; width: 300px; padding: 5px;">can't read "::argv": no such variable
        while executing
    "lindex $::argv 0"
        (procedure "tclKitPreInit" line 20)
        invoked from within
    "tclKitPreInit"
        invoked from within
    "interp create int$i"
    </div>
    <br>
    It happens only with x86 version. When I tested version x64 I haven't manage to see this error. Maybe it happens much later, with more interpreters created.
    
  3. login: "anonymous"
  4. mimetype: "text/html"
  5. private_contact changed to: "8aeeb7bf106b6b88d87c6e2a0fdc8f4887991b9f"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "Creating many interpreters fails"
  9. type changed to: "Code_Defect"