Re: [TDK-BETA] compiled script crashing
by Jeff Hobbs other posts by this author
Feb 12 2007 6:45PM messages near this date
view in the new Beta List Site
[TDK-BETA] compiled script crashing
|
[TDK-BETA] TDK installer bug
Hi Ulrich,
Ulrich Ring wrote:
> I compiled a script with tclcompiler.
>
> Executing it with TclDevKit-4.0/bin/tclsh8.5 ended up with:
>
> "TclExecuteByteCode: obsolete INST_CALL_BUILTIN_FUNC1 found"
>
> Finally, I reduced my code to the following one-liner:
>
> "expr {sqrt(2.0)}"
>
> Executing the compiled *.tbc with tclsh8.4 seems OK,
> but TclDevKit-4.0/bin/tclsh8.5 keeps aborting.
Thanks for the report. This seems to indicate a level of incompatibility in
the low level Tcl bytecodes from 8.4 to 8.5. I thought we had tried to
address these, but I do know some changes were involved with expr functions in
general in 8.5.
Please file a bug for this at:
http://bugs.activestate.com/
so that we can track it appropriately.
Thanks,
Jeff Hobbs, The Tcl Guy, http://www.ActiveState.com/
_______________________________________________
Tdk-beta mailing list
Tdk-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk-beta
Thread:
Ulrich Ring
Jeff Hobbs
|