Greetings,
__using digikam 3.05 on Mac OS 10.9 Any suggestions regarding a fix on crash problem when using Edit Tool/ "Hue, Saturation, and Lightness". Please see attached log file. Thanks, Dave -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
The crash do not indicated any digiKam source code.
Please run digiKam through GDB as explained here : http://www.digikam.org/contrib ... and give us a suitable backtrace Gilles Caulier 2014-02-01 DHL <[hidden email]>: > Greetings, > __using digikam 3.05 on Mac OS 10.9 > > Any suggestions regarding a fix on crash problem when using Edit Tool/ > "Hue, Saturation, and Lightness". Please see attached log file. > > Thanks, > Dave > -- > Using Opera's mail client: http://www.opera.com/mail/ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Thank you. I will set up GDB to provide Crash logs which can be helpful.
Thanks, Dave On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier <[hidden email]> wrote: > The crash do not indicated any digiKam source code. > > Please run digiKam through GDB as explained here : > > http://www.digikam.org/contrib > > ... and give us a suitable backtrace > > Gilles Caulier > > 2014-02-01 DHL <[hidden email]>: >> Greetings, >> __using digikam 3.05 on Mac OS 10.9 >> >> Any suggestions regarding a fix on crash problem when using Edit Tool/ >> "Hue, Saturation, and Lightness". Please see attached log file. >> >> Thanks, >> Dave >> -- >> Using Opera's mail client: http://www.opera.com/mail/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Since I am unfamiliar with GDB, I did some preliminary research to learn
more about and it's use and installation. There seems to be some lack of consensus regarding how best to install GDB. I would like to minimize difficulties since I am unfamiliar with Open Source dialog. Can you please provide a specific and detailed procedure to install DGB so I can provide what is needed to evaluate any crash with Digikam. Thanks, Dave In an effort to install GDB, On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier <[hidden email]> wrote: > The crash do not indicated any digiKam source code. > > Please run digiKam through GDB as explained here : > > http://www.digikam.org/contrib > > ... and give us a suitable backtrace > > Gilles Caulier > > 2014-02-01 DHL <[hidden email]>: >> Greetings, >> __using digikam 3.05 on Mac OS 10.9 >> >> Any suggestions regarding a fix on crash problem when using Edit Tool/ >> "Hue, Saturation, and Lightness". Please see attached log file. >> >> Thanks, >> Dave >> -- >> Using Opera's mail client: http://www.opera.com/mail/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Since I am unfamiliar with GDB, I did some preliminary research to learn
more about and it's use and installation. There seems to be some lack of consensus regarding how best to install GDB. I would like to minimize difficulties since I am unfamiliar with Open Source dialog. Can you please provide a specific and detailed procedure to install DGB so I can provide what is needed to evaluate any crash with Digikam. Thanks, Dave In an effort to install GDB, On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier <[hidden email]> wrote: > The crash do not indicated any digiKam source code. > > Please run digiKam through GDB as explained here : > > http://www.digikam.org/contrib > > ... and give us a suitable backtrace > > Gilles Caulier > > 2014-02-01 DHL <[hidden email]>: >> Greetings, >> __using digikam 3.05 on Mac OS 10.9 >> >> Any suggestions regarding a fix on crash problem when using Edit Tool/ >> "Hue, Saturation, and Lightness". Please see attached log file. >> >> Thanks, >> Dave >> -- >> Using Opera's mail client: http://www.opera.com/mail/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
I have installed GDB through MacPorts using "sudo port install GDB"
I tried to run DK as described here: http://www.digikam.org/contrib But I am confused about if I should re-install DK with debug and if so what nomenclature is used? For Mac-OSX users, you need to install digiKam through Macports project using +debug keyword. GDB debugger must be installed too with Macports. To run digiKam under gdb, just use this command line: gdb /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam. I tried to run Dk with "gdb /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" but it did not start. Any guidance will be appreciated. Dave On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier <[hidden email]> wrote: > The crash do not indicated any digiKam source code. > > Please run digiKam through GDB as explained here : > > http://www.digikam.org/contrib > > ... and give us a suitable backtrace > > Gilles Caulier > > 2014-02-01 DHL <[hidden email]>: >> Greetings, >> __using digikam 3.05 on Mac OS 10.9 >> >> Any suggestions regarding a fix on crash problem when using Edit Tool/ >> "Hue, Saturation, and Lightness". Please see attached log file. >> >> Thanks, >> Dave >> -- >> Using Opera's mail client: http://www.opera.com/mail/ > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
You don't have this dir in your computer ?
/Applications/MacPorts/KDE4/digikam.app/ It's the place used on my macbook pro to install digiKam... Gilles Caulier 2014-02-08 19:23 GMT+01:00 DHL <[hidden email]>: > I have installed GDB through MacPorts using "sudo port install GDB" > > I tried to run DK as described here: http://www.digikam.org/contrib > But I am confused about if I should re-install DK with debug and if so what > nomenclature is used? > > For Mac-OSX users, you need to install digiKam through Macports project > using +debug keyword. GDB debugger must be installed too with Macports. To > run digiKam under gdb, just use this command line: gdb > /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam. > > I tried to run Dk with "gdb > /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" but it did > not start. > > Any guidance will be appreciated. > Dave > > > On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier > <[hidden email]> wrote: > >> The crash do not indicated any digiKam source code. >> >> Please run digiKam through GDB as explained here : >> >> http://www.digikam.org/contrib >> >> ... and give us a suitable backtrace >> >> Gilles Caulier >> >> 2014-02-01 DHL <[hidden email]>: >>> >>> Greetings, >>> __using digikam 3.05 on Mac OS 10.9 >>> >>> Any suggestions regarding a fix on crash problem when using Edit Tool/ >>> "Hue, Saturation, and Lightness". Please see attached log file. >>> >>> Thanks, >>> Dave >>> -- >>> Using Opera's mail client: http://www.opera.com/mail/ >> >> _______________________________________________ >> >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > > > > -- > Using Opera's mail client: http://www.opera.com/mail/ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Yes I have that dr. on my computer. DK runs with occasional crashes. I wanted to provide you with the GDB file when DK crashes as you requested. Now that I have GDB installed what should I do next? Thanks, Dave On Sun, 09 Feb 2014 12:26:40 -0500, Gilles Caulier <[hidden email]> wrote: > You don't have this dir in your computer ? > > /Applications/MacPorts/KDE4/digikam.app/ > > It's the place used on my macbook pro to install digiKam... > > Gilles Caulier > > 2014-02-08 19:23 GMT+01:00 DHL <[hidden email]>: >> I have installed GDB through MacPorts using "sudo port install GDB" >> >> I tried to run DK as described here: http://www.digikam.org/contrib >> But I am confused about if I should re-install DK with debug and if so >> what >> nomenclature is used? >> >> For Mac-OSX users, you need to install digiKam through Macports project >> using +debug keyword. GDB debugger must be installed too with Macports. >> To >> run digiKam under gdb, just use this command line: gdb >> /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam. >> >> I tried to run Dk with "gdb >> /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" but it >> did >> not start. >> >> Any guidance will be appreciated. >> Dave >> >> >> On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier >> <[hidden email]> wrote: >> >>> The crash do not indicated any digiKam source code. >>> >>> Please run digiKam through GDB as explained here : >>> >>> http://www.digikam.org/contrib >>> >>> ... and give us a suitable backtrace >>> >>> Gilles Caulier >>> >>> 2014-02-01 DHL <[hidden email]>: >>>> >>>> Greetings, >>>> __using digikam 3.05 on Mac OS 10.9 >>>> >>>> Any suggestions regarding a fix on crash problem when using Edit Tool/ >>>> "Hue, Saturation, and Lightness". Please see attached log file. >>>> >>>> Thanks, >>>> Dave >>>> -- >>>> Using Opera's mail client: http://www.opera.com/mail/ >>> >>> _______________________________________________ >>> >>> Digikam-users mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-users >> >> >> >> -- >> Using Opera's mail client: http://www.opera.com/mail/ -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In fact digiKam binary file must be this one :
/Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam Check in /Applications/MacPorts/KDE4/digikam.app content if this file exist... This one must be run under gdb as i explained before. Gilles Caulier 2014-02-09 18:50 GMT+01:00 DHL <[hidden email]>: > > > Yes I have that dr. on my computer. DK runs with occasional crashes. I > wanted to provide you with the GDB file when DK crashes as you requested. > Now that I have GDB installed what should I do next? > Thanks, > Dave > > > On Sun, 09 Feb 2014 12:26:40 -0500, Gilles Caulier > <[hidden email]> wrote: > >> You don't have this dir in your computer ? >> >> /Applications/MacPorts/KDE4/digikam.app/ >> >> It's the place used on my macbook pro to install digiKam... >> >> Gilles Caulier >> >> 2014-02-08 19:23 GMT+01:00 DHL <[hidden email]>: >>> >>> I have installed GDB through MacPorts using "sudo port install GDB" >>> >>> I tried to run DK as described here: http://www.digikam.org/contrib >>> But I am confused about if I should re-install DK with debug and if so >>> what >>> nomenclature is used? >>> >>> For Mac-OSX users, you need to install digiKam through Macports project >>> using +debug keyword. GDB debugger must be installed too with Macports. >>> To >>> run digiKam under gdb, just use this command line: gdb >>> /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam. >>> >>> I tried to run Dk with "gdb >>> /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" but it >>> did >>> not start. >>> >>> Any guidance will be appreciated. >>> Dave >>> >>> >>> On Sat, 01 Feb 2014 16:45:54 -0500, Gilles Caulier >>> <[hidden email]> wrote: >>> >>>> The crash do not indicated any digiKam source code. >>>> >>>> Please run digiKam through GDB as explained here : >>>> >>>> http://www.digikam.org/contrib >>>> >>>> ... and give us a suitable backtrace >>>> >>>> Gilles Caulier >>>> >>>> 2014-02-01 DHL <[hidden email]>: >>>>> >>>>> >>>>> Greetings, >>>>> __using digikam 3.05 on Mac OS 10.9 >>>>> >>>>> Any suggestions regarding a fix on crash problem when using Edit Tool/ >>>>> "Hue, Saturation, and Lightness". Please see attached log file. >>>>> >>>>> Thanks, >>>>> Dave >>>>> -- >>>>> Using Opera's mail client: http://www.opera.com/mail/ >>>> >>>> >>>> _______________________________________________ >>>> >>>> Digikam-users mailing list >>>> [hidden email] >>>> https://mail.kde.org/mailman/listinfo/digikam-users >>> >>> >>> >>> >>> -- >>> Using Opera's mail client: http://www.opera.com/mail/ > > > > -- > Using Opera's mail client: http://www.opera.com/mail/ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2014-02-09 22:17 GMT+01:00 DHL <[hidden email]>:
> Thank you, Gilles, for your kind reply. I found the binary DK file as you > specified. Clicking the file opens Dk and a terminal window with lots of > data (see attached). At the cue on the terminal window, do I enter > "/Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" or is dk > running under GDB when I use the binary file to open DK? > At http://www.digikam.org/contrib there is reference: You need to run the digiKam binary through GDB binary to call it in a terminal as i psecified previously : gdb /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam > > "If you found a context to crash digiKam, you can provide a backtrace using > GDB debugger. digiKam needs to be compiled with all debug info orelse the > backtrace will be useless. If you installed digiKam using the packages > provided by your distribution please install the corresponding debug > package. To find the name of these packages more information can be found > here (((( this does not lead anywhere)))). In order to test recent changes > made by the developers, it would be even better to build the current > development version yourself, the instructions are given here. (( I don't > understand what to do here))))" > > To make a backtrace with GDB use following command: DO I ENTER THIS DIALOG > INTO TERMINAL WHEN DK CRASHES?? > > $ gdb digikam > (gdb) run > (gdb) ... > (gdb) _crash here_ > (gdb) ... > (gdb) bt > (gdb) _the backtrace is here_ > (gdb) quit and after to use gdb prompt to 1/ run digikam 2/ you use digiKam and it crash. 3/ gdb will be stopped at crash 4/ you call "bt" gdb command in gdb prompt 5/ you see the internal digiKam call trace that we need. Just copy and paste data in terminal in this file... Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
DK 3.5 / Mac OS 10.9.1
Working on a JPEG file 25.7KB / 8 bpp/ 240x180 in edit mode using Black and White tool. I had just completed a White Balance and Auto Color Correction on this image. Following evaluating each of the B&W images I decided to not convert the image and clicked cancel and the DK program crashed. Please find the GDB log attached. Dave On Sun, 09 Feb 2014 16:48:08 -0500, Gilles Caulier <[hidden email]> wrote: > 2014-02-09 22:17 GMT+01:00 DHL <[hidden email]>: >> Thank you, Gilles, for your kind reply. I found the binary DK file as >> you >> specified. Clicking the file opens Dk and a terminal window with lots of >> data (see attached). At the cue on the terminal window, do I enter >> "/Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" or is >> dk >> running under GDB when I use the binary file to open DK? >> At http://www.digikam.org/contrib there is reference: > > You need to run the digiKam binary through GDB binary to call it in a > terminal as i psecified previously : > > gdb /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam > > >> >> "If you found a context to crash digiKam, you can provide a backtrace >> using >> GDB debugger. digiKam needs to be compiled with all debug info orelse >> the >> backtrace will be useless. If you installed digiKam using the packages >> provided by your distribution please install the corresponding debug >> package. To find the name of these packages more information can be >> found >> here (((( this does not lead anywhere)))). In order to test recent >> changes >> made by the developers, it would be even better to build the current >> development version yourself, the instructions are given here. (( I >> don't >> understand what to do here))))" >> >> To make a backtrace with GDB use following command: DO I ENTER THIS >> DIALOG >> INTO TERMINAL WHEN DK CRASHES?? >> >> $ gdb digikam >> (gdb) run >> (gdb) ... >> (gdb) _crash here_ >> (gdb) ... >> (gdb) bt >> (gdb) _the backtrace is here_ >> (gdb) quit > > and after to use gdb prompt to > > 1/ run digikam > 2/ you use digiKam and it crash. > 3/ gdb will be stopped at crash > 4/ you call "bt" gdb command in gdb prompt > 5/ you see the internal digiKam call trace that we need. Just copy and > paste data in terminal in this file... > > Gilles Caulier -- Using Opera's mail client: http://www.opera.com/mail/ _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users Terminal Saved Output (80K) Download Attachment |
There is no GDB backtrace in your log. Your forget to call gdb "bt"
command to get crash backtrace... Gilles Caulier 2014-02-11 0:45 GMT+01:00 DHL <[hidden email]>: > DK 3.5 / Mac OS 10.9.1 > Working on a JPEG file 25.7KB / 8 bpp/ 240x180 in edit mode using Black and > White tool. I had just completed a White Balance and Auto Color Correction > on this image. Following evaluating each of the B&W images I decided to not > convert the image and clicked cancel and the DK program crashed. > Please find the GDB log attached. > Dave > > > > On Sun, 09 Feb 2014 16:48:08 -0500, Gilles Caulier > <[hidden email]> wrote: > >> 2014-02-09 22:17 GMT+01:00 DHL <[hidden email]>: >>> >>> Thank you, Gilles, for your kind reply. I found the binary DK file as you >>> specified. Clicking the file opens Dk and a terminal window with lots of >>> data (see attached). At the cue on the terminal window, do I enter >>> "/Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam" or is dk >>> running under GDB when I use the binary file to open DK? >>> At http://www.digikam.org/contrib there is reference: >> >> >> You need to run the digiKam binary through GDB binary to call it in a >> terminal as i psecified previously : >> >> gdb /Applications/MacPorts/KDE4/digikam.app/Contents/MacOS/digikam >> >> >>> >>> "If you found a context to crash digiKam, you can provide a backtrace >>> using >>> GDB debugger. digiKam needs to be compiled with all debug info orelse the >>> backtrace will be useless. If you installed digiKam using the packages >>> provided by your distribution please install the corresponding debug >>> package. To find the name of these packages more information can be found >>> here (((( this does not lead anywhere)))). In order to test recent >>> changes >>> made by the developers, it would be even better to build the current >>> development version yourself, the instructions are given here. (( I >>> don't >>> understand what to do here))))" >>> >>> To make a backtrace with GDB use following command: DO I ENTER THIS >>> DIALOG >>> INTO TERMINAL WHEN DK CRASHES?? >>> >>> $ gdb digikam >>> (gdb) run >>> (gdb) ... >>> (gdb) _crash here_ >>> (gdb) ... >>> (gdb) bt >>> (gdb) _the backtrace is here_ >>> (gdb) quit >> >> >> and after to use gdb prompt to >> >> 1/ run digikam >> 2/ you use digiKam and it crash. >> 3/ gdb will be stopped at crash >> 4/ you call "bt" gdb command in gdb prompt >> 5/ you see the internal digiKam call trace that we need. Just copy and >> paste data in terminal in this file... >> >> Gilles Caulier > > > > -- > Using Opera's mail client: http://www.opera.com/mail/ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |