[Okular-devel] [Bug 180521] okular freezes system upon close after updating latex-compiled pdf while open
Maciej Pilichowski
bluedzins at wp.pl
Thu Feb 19 20:54:09 CET 2009
https://bugs.kde.org/show_bug.cgi?id=180521
Maciej Pilichowski <bluedzins at wp.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bluedzins at wp.pl
--- Comment #15 from Maciej Pilichowski <bluedzins wp pl> 2009-02-19 20:54:06 ---
Grissiom in https://bugs.kde.org/show_bug.cgi?id=178147 described perfectly
"working" steps:
1, In a terminal, use okular to open a pdf file, say temp.pdf
2, run this script in other terminal:
=============================
#!/bin/bash
i=1
while [ $i -lt 200 ]; do
mv temp.pdf temp
sleep 1
mv temp temp.pdf
i=$[$i + 1]
done
============================
3, then close the okular window,
System freeze (I changed 20 to 200 to be sure the system will freeze).
KDE 4.2, x86-64, happens always.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Okular-devel
mailing list