[Bug 260719] Vlc hangs on open file dialog

Dawit Alemayehu adawit at kde.org
Fri Jan 21 23:33:36 GMT 2011


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


Dawit Alemayehu <adawit at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adawit at kde.org




--- Comment #19 from Dawit Alemayehu <adawit kde org>  2011-01-22 00:33:34 ---
I know the cause of this freeze problem, but I have not idea what the fix is at
this point. The problem occurs because a QProcess started by
KMimeTypeRepository::sharedMimeInfoVersion to determine the version number of
the update-mime-database tool never finishes successfully. Instead it times out
after the default 30 sec period on the waitForFinished call. After that there
is an additional 30 sec. freeze because QProcess finds out it has still not
finished running and attempts to wait yet again before it kills the process. 

We need to figure out what is causing such a simple command not finish
executing, but I doubt that would be done before the 4.6 release. Anyhow, I
have attached the relevant portion of the backtrace...

-- 
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 Unassigned-bugs mailing list