[GRASS5] Tcl8.4 support?

Glynn Clements glynn.clements at virgin.net
Sun Sep 14 11:31:25 EDT 2003


Hamish wrote:

> "it does freeze up (0% cpu) at the first instance of "exec"
> in etc/nviz2.2/scripts/nviz2.2_script, line 78:   (Adding panels section)
>     set panels [exec cat $index]

One thing which might make a difference: try adding "-lpthread" to the
link command. I've occasionally encountered all sorts of odd behaviour
with programs which are linked against libraries which are linked
against libpthread (typically libGL), but where the binary itself
isn't linked directly against libpthread.

Other than that, given that the program is hanging in "pure" Tcl code
(no NVIZ-specific functions in the backtrace), I can only assume that
something in the NVIZ initialisation is breaking Tcl.

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-dev mailing list