[Digikam-devel] [Bug 290961] digiKam crashes after closing the configure dialog

Ananta Palani anantapalani at gmail.com
Sun Jan 8 15:00:59 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=290961





--- Comment #2 from Ananta Palani <anantapalani gmail com>  2012-01-08 15:00:59 ---
Hi Deep-Sea,

To do a backtrace on Windows, open a command prompt and change directory (cd)
to where you installed digikam (probably c:\Program Files\digikam or c:\Program
Files (x86)\digikam) then cd into 'bin'. Then do the following:

Type

   gdb digikam

and press 'Enter'

Once gdb launches type the following, changing the path to the log file as
desired:

   gdb digikam
   set logging file c:\Temp\digikam.txt
   set logging on
   set disable-address-randomization off
   run

After digikam crashes, do this:

   bt
   quit

Then attach your backtrace (the log file) to this bug report.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list