[Digikam-devel] [Bug 141663] Keep getting prompted to Apply Comments

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Feb 15 18:06:31 GMT 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=141663         




------- Additional Comments From marcel.wiesweg gmx de  2007-02-15 19:06 -------
Thanks for your debugging. But I still cannot reproduce this :-( This means more remote debugging is needed.
You identified the questionable calls to slotCommentChanged. It would be nice to get a backtrace for them. To do this, you can start digikam under gdb:
gdb digikam
run
Prepare the situation, change the comment to "mountains". Then go back to the console. Interrupt gdb with Ctrl+c and type
br 'Digikam::ImageDescEditTab::slotCommentChanged()'
cont
Now you can change the image. There will be multiple calls to this slot, each time you have to continue program execution with
cont
and you can get a backtrace with
bt
The interesting one is the backtrace immediately before the statement you identified. Of course, you can post all backtraces as well ;-)



More information about the Digikam-devel mailing list