On Tue, Nov 05, 2002 at 09:26:22AM +0800, Peter wrote: > Only the message 'Segmentation fault' shows up immediately after giving the > command tkdesk. > > Why would that be and how could it be corrected?
Inspect the core file using gdb: % gdb tkdesk ./core Or use strace: $ strace tkdesk And see if you can figure where it crashed. If yes, then you should pro- bably know why, too. -- 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