Le vendredi 04 février 2005 ā 13:10 +0100, Tomas Byström a écrit : > On Fri, Feb 04, 2005 at 12:01:31PM +0100, Sebastien Bacher wrote: > > > > could you run it in gdb and get a backtrace of the crash ? > > No problem, if you tell me how to do it (or point me to an appropriate > web site or the like). I haven't used gdb much.
$ gdb gconftool-2 (gdb) run <arguments> (where "<arguments>" are the argument you give on gconftool-2 on the command line) ... crash... (gdb) bt Cheers, Sebastien Bacher