Bug 232441

Summary: krita freezes when using the crop tool on new images
Product: [Applications] krita Reporter: enkithan
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description enkithan 2010-03-28 10:52:41 UTC
Version:           2.2 Beta 1 (using 4.4.1 (KDE 4.4.1), Arch Linux)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.32-ARCH

1.create a new custom template bigger or equal to 2000*2000 pixels.
2.use the crop tool and apply the cropping ==> krita freezes

- it works normally when the image is smaller than 2000 pixels.
- it works normally on loaded .kra files whatever is their size.
Comment 1 Cyrille Berger 2010-03-28 11:59:57 UTC
SVN commit 1108245 by berger:

Fix: crop on new image

Make sure that the mutex is unlock before someone else try to lock it
again

BUG:232441


 M  +26 -24    kis_tiled_data_manager.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108245