[Bug 143578] New: New Pan Tool crash

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New: New Pan Tool crash

Geoff King-2
------- 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=143578         
           Summary: New Pan Tool crash
           Product: digikam
           Version: 0.9.2-svn
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: gsking1 yahoo com


Version:           0.9.2-svn (using KDE 3.5.6, Kubuntu (edgy) 4:3.5.6-0ubuntu1~edgy1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17.14-ubuntu1

When using the the new pan tool the program closes (or crashes) unexpectedly.
1- Click on thumbnail pan tool in bottom right corner.
2- Hold left mouse button down and it pans around the image.
3- Release left mouse button and digikam closes unexpectedly.
This always happens.
I'm not getting any errors on the terminal when it closes.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gerhard Kulzer
------- 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=143578         
gerhard kulzer net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
      everconfirmed|0                           |1



------- Additional Comments From gerhard kulzer net  2007-03-29 07:47 -------
I have the same problem.
I ran digikam in the gdb debugger, the only message I get is :
[New Thread -1219376240 (LWP 3453)]
digikam: /home/gerhard/Fotos/2006/April/img_6926ir.png : PNG file identified
Program exited normally.
(gdb)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gilles Caulier-4
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From caulier.gilles gmail com  2007-03-29 09:30 -------
Gerhard,

Give me a valgrind backtrace instead GDB. Thanks in advance

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gilles Caulier-4
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From caulier.gilles gmail com  2007-03-29 10:43 -------
SVN commit 647721 by cgilles:

digikam from trunk : use KPopupFrame::hide() instead KPopupFrame::close(int). Sound like some version of close() method are uncomplete with any KDE version.

CCBUGS: 143578

 M  +1 -2      canvas.cpp  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/canvas.cpp #647720:647721
 @ -1237,8 +1237,7  @
 
     if (b)
     {
-        int r;
-        d->panIconPopup->close(r);
+        d->panIconPopup->hide();
         delete d->panIconPopup;
         d->panIconPopup = 0;
     }
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gilles Caulier-4
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From caulier.gilles gmail com  2007-03-29 10:47 -------
Gerhard, Geoff,

On my computer, there is no crash and no dirty memory (tested with valgrind).

I have seen than KPopupFrame widget from KDE API is uncomplete with any KDE version, especially with close(int) method. The hide() method sound like fine to use instead.

Please give me a feedback. If crash still exist, please look at this page to do a valgrind report :

http://www.digikam.org/?q=contrib

Nota : digikam need to be compiled using "./configure --enable-debug=full", else the report will be empty.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gerhard Kulzer
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From gerhard kulzer net  2007-03-29 13:42 -------
That did it Gilles, I have no problem anymore.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Gilles Caulier-4
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From caulier.gilles gmail com  2007-03-29 14:04 -------
Geoff,

Before to close this file, please let's me hear if all work fine for you to checkout a digiKam from trunk. Thanks in advance

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Bugzilla from mikmach@wp.pl
In reply to this post by Geoff King-2
------- 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=143578         




------- Additional Comments From mikmach wp pl  2007-03-29 21:59 -------
> Before to close this file, please let's me hear if all work fine for you
> to checkout a digiKam from trunk. Thanks in advance


For me it is working perfectly now. Thank you very much.
BTW - it is possible to make Pan Tool works *exactly* like in GIMP?

At the moment in Digikam you have to press button to show window,
release button, move to rectangled area, move rectangled area.

In GIMP it is all done in one press/release cycle.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 143578] New Pan Tool crash

Geoff King-2
In reply to this post by Geoff King-2
------- 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=143578         
gsking1 yahoo com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From gsking1 yahoo com  2007-03-29 23:26 -------
Solved. Thanks, Geoff
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel