Thanks!

[EMAIL PROTECTED] said:
> % ulimit -c 1000000 
> Rerun TkDesk and let it crash. You should have a core file now. 

$ tkdesk
Segmentation fault (core dumped)

except it's nowhere to be found. Wait, here it is now with ending numbers: 
core.1298
One of the new tricks of RH7.3?

gdb core.1298 
This GDB was configured as "i386-redhat-linux"...core.1298: No such file or 
directory

cp core.1298 ~/core

gdb core
This GDB was configured as "i386-redhat-linux"..."/home/peter/core": not in 
executable format: File format not recognized

(gdb) where
No stack.

Looking at the core file I see a lot of talk about:
"his probably means that Itcl/Tcl weren't installed properly"
and
set msg "Can't find a usable init.tcl in the following directories: 
"
The end of core file is:

  set f [open pkgIndex.tcl w]
    puts $f $index
    close $f
    cd $oldDir
@|[@(…Éué‹“0
@|Ó@L<
@@…=
followed by a lot more of those weird signs.

[EMAIL PROTECTED] said:
> You might also want to make sure that even after you install TCL 8.0,
> tkdesk uses it rather then the more recent version of Tcl that RH has
> installed.

I did that by changing the tcl/tlConfig.sh files.


[EMAIL PROTECTED] said:
> You  might want to ldd tcl (or whatever the right name is -- see what
> interpreter the tkdesk script is invoking on its shebang line). 

ldd tcl... gives the same files in RH7.3 as in RH6.2.

If this is another case of strange happenings under RH7.3 then we might probe 
again in the dark or is it that the new tk/tcl of RH7.3 are at fault only. 
Could one reinstall the ones of RH7.2 w/o messing-up everything?

I hate to see a solid good program <tkdesk> go to waste on account of RH7.3.

Regards

-- 
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to