[Tcl-nap-users] Interpolation in f32 arrays causes crash
Brought to you by:
dav480,
peter_turner
|
From: baseotto p. (pb406) <pb...@ec...> - 2009-08-17 15:55:48
|
Hey all, I've come across the following issue and wonder if there is a known work-around.
NAP seems to crash when I try to work with interpolated values in f32 arrays, as shown below.
The interpreter works as expected for non-interpolated values in f32 arrays.
To reproduce the bug -
Tcl: ActiveTcl 8.4.19.1
Interactive interpreter: both wish and tkcon 2.5
(Desktop) 49 % nap "x = {0 0}"
::NAP::14-14
(Desktop) 50 % [nap "x 0.5"]
0
(Desktop) 51 % $x set datatype f32
(Desktop) 52 % [nap "x 0.5"]
*crash*
The crash is caught by a Visual Studio background process, giving me the following message box:
"Assertion failed!
Program: C:\Program Files\Tcl84\bin\wish84.exe
File: /cygdrive/c/dav480/tcl/nap/generic/napLib.c,m4
Line: 2136
Expression: naoPtr
For more information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
<<Abort>> <<Retry>> <<Ignore>>"
Kind regards,
|