Am 04.07.19 um 20:19 schrieb Manfred:
> Hi
>
> If I write this command's in my wish8.6,
> on the last command wish8.6 crashed with "Speicherzugriffsfehler
> (Speicherabzug geschrieben)"
>
> The system is:
> kubuntu 19.04
> tcl/tk 8.6.9 (compiled by myself)
> nx 2.3 compiled by myself)
>
On Linux, you can use valgrind to find the source of such errors. You
need to recompile everything with -DPURIFY and --enable-symbols, and
then instead of "wish something" say "valgrind wish something". Then
watch for the first error.
Christian