| Ticket Hash: | 455327525cb1d9879650a3bf3bb8dfaeead82dd0 | ||
| Title: | Creating many interpreters fails | ||
| Status: | Open | Type: | Code_Defect |
| Severity: | Critical | Priority: | |
| Subsystem: | Resolution: | ||
| Last Modified: |
2015-02-25 09:23:35 11.39 years ago |
Created: |
2015-02-25 09:23:35 11.39 years ago |
| Version Found In: | 8.6.3 x86 | ||
| User Comments: | ||||
anonymous added on 2015-02-25 09:23:35:
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):
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"
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. | ||||