Version: 2.0 beta-5 (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)) "release 76.2", KDE:KDE4:Factory:Desktop / openSUSE_11.1) Compiler: gcc OS: Linux (x86_64) release 2.6.27.7-9-default it happens with the template "Buntes Dokument" (colored document) I open this template and go to print preview. -> kword freeze
SVN commit 918661 by zander: Fixes: kword freeze after click on print preview Details: The printing framework assumes multi-threading, which allows the printing app to wait for the main thread to finish things like text layout. After I changed the print-preview to be non-threaded due to the limitation of the print-priview-dialog I introduced the possibility for a deadlock. Fixing this by only locking if we are called from the non-main thread. BUG:180885 M +7 -1 TextShape.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=918661