https://bugs.kde.org/show_bug.cgi?id=180521


Maciej Pilichowski <bluedz...@wp.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bluedz...@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.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to