On Fri, Nov 08, 2002 at 10:13:07AM +0800, Peter wrote:
> I had to put the dash in front of # for the mailk to get out.
> Does it say anything usefull?
> Thanks for your patiences.

No. Sorry but I just realised that you have a problem with a Tcl/Tk 
script. Actually, you have to use gdb with the Tcl/Tk interpreter (not
sure which is that, it should be named in the first line of TkDesk).

Assuming the interpreter has been build with debugging info, it is called
'tcl' and it is in your path, do:

% gdb tcl
% (gdb) run /path/to/tkdesk

Normally, you'll get the segfault inside gdb, and using 'where' you'll get
the stack backtrace.

Elias

-- 
http://gnewtellium.sourceforge.net                      MP3 is not a crime.     
-
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