Hanging in "Preparing..." (in CSFTPSessionManager::ClearOutIdleSessions)
#1
Hi Everybody,

I'm having some issues with my XBMC hanging after suspend. Sometimes (often) it hangs with a "Preparing..." info box. After a reboot everything works fine, but that's not a good situation. I tried getting a debug log, but I could not reproduce it with debugging enabled. Confused

I could reproduce it in a normal mode and at least figure out where it hangs:

0xb7798424 in __kernel_vsyscall ()
(gdb) backt
#0 0xb7798424 in __kernel_vsyscall ()
#1 0xb6bb95a2 in __lll_lock_wait () from /lib/i386-linux-gnu/libpthread.so.0
#2 0xb6bb4ebb in _L_lock_764 () from /lib/i386-linux-gnu/libpthread.so.0
#3 0xb6bb4d75 in pthread_mutex_lock () from /lib/i386-linux-gnu/libpthread.so.0
#4 0x088e08d9 in CSFTPSessionManager::ClearOutIdleSessions() ()
#5 0x08b6aa4b in CApplication:TonguerocessSlow() ()
#6 0x08b6aca0 in CApplication:Tonguerocess() ()
#7 0x08bf753b in CXBApplicationEx::Run() ()
#8 0x08bff487 in XBMC_Run ()
#9 0x0831d0f3 in main ()

I use SFTP for most of my sources (NTFS over NFS doesn't work very well).

This is using XBMCbuntu, XBMC 12.2 Git: 32b1a5e on a Zotac ID-83.

Any hints welcome!
Reply

Logout Mark Read Team Forum Stats Members Help
Hanging in "Preparing..." (in CSFTPSessionManager::ClearOutIdleSessions)0