History Of Ticket 455327525cb1d987
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.

Artifacts Associated With Ticket 455327525cb1d987

  1. Ticket change [4e7c102801] (rid 224) by anonymous on 2015-02-25 09:23:35:

    1. foundin initialized 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 initialized to: "8aeeb7bf106b6b88d87c6e2a0fdc8f4887991b9f"
    6. severity initialized to: "Critical"
    7. status initialized to: "Open"
    8. title initialized to: "Creating many interpreters fails"
    9. type initialized to: "Code_Defect"