On Fri, Apr 3, 2009 at 2:04 PM, Kenneth Gonsalves <[email protected]> wrote: > > what is that? how to do it? >
If running kmail from the terminal isn't giving you the trace, run it with gdb[1]. $ gdb kmail .... (gdb) run ..... When the gdb drops you to a prompt, type 'bt'.. Copy over the trace and file a bug report. All bug wranglers love stack traces :) If you really want to help the developers, install the debug packages for kmail. Will give the exact line where kmail seems to throw up. [1] : http://www.cs.cmu.edu/~gilpin/tutorial/ Regards Sudharshan S Blog : http://www.sudharsh.wordpress.com IRC : Sup3rkiddo @ Freenode, Gimpnet _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
