https://bugzilla.novell.com/show_bug.cgi?id=732440 https://bugzilla.novell.com/show_bug.cgi?id=732440#c5 --- Comment #5 from Stanislav Brabec <sbrabec@suse.com> 2012-01-02 18:42:44 CET --- The application does not call ftp command line client as I initially thought. It uses nsSocketTransportService class. Here is the backtrace in the moment of waiting for the upload: Thread 6 (Thread 0x7f5417f25700 (LWP 20370)): #0 0x00007f542078f423 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007f542451d277 in _pr_poll_with_poll (pds=0x719c98, npds=2, timeout=65535000) at ptio.c:3951 #2 0x00007f5417f6e515 in nsSocketTransportService::Poll (this=<optimized out>, interval=0x7f5417f24c2c) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransportService2.cpp:361 #3 0x00007f5417f6e842 in nsSocketTransportService::Run (this=0x7192e0) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransportService2.cpp:578 #4 0x00007f5424bc05eb in nsThread::Main (arg=0x71a100) at /usr/src/debug/mozilla/xpcom/threads/nsThread.cpp:118 #5 0x00007f54245217f3 in _pt_root (arg=0x71a1f0) at ptthread.c:187 #6 0x00007f54242e2f05 in start_thread (arg=0x7f5417f25700) at pthread_create.c:301 #7 0x00007f542079853d in clone () at ./sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 5 (Thread 0x7f54160ed700 (LWP 20371)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:213 #1 0x00007f542451bf1b in pt_TimedWait (cv=0x6b3638, ml=0x6d8ed0, timeout=<optimized out>) at ptsynch.c:292 #2 0x00007f542451c3de in PR_WaitCondVar (cvar=0x6b3630, timeout=1180) at ptsynch.c:419 #3 0x00007f5424bc22f8 in TimerThread::Run (this=0x6d8de0) at /usr/src/debug/mozilla/xpcom/threads/TimerThread.cpp:318 #4 0x00007f5424bc05eb in nsThread::Main (arg=0x7fe910) at /usr/src/debug/mozilla/xpcom/threads/nsThread.cpp:118 #5 0x00007f54245217f3 in _pt_root (arg=0x7fea00) at ptthread.c:187 #6 0x00007f54242e2f05 in start_thread (arg=0x7f54160ed700) at pthread_create.c:301 #7 0x00007f542079853d in clone () at ./sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 4 (Thread 0x7f53fab98700 (LWP 20391)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ./nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 #1 0x00007f542451c470 in PR_WaitCondVar (cvar=0x17d1820, timeout=4294967295) at ptsynch.c:417 #2 0x00007f53fb580ec1 in nsSSLThread::Run (this=0x17d1720) at /usr/src/debug/mozilla/security/manager/ssl/src/nsSSLThread.cpp:904 #3 0x00007f54245217f3 in _pt_root (arg=0x17d1870) at ptthread.c:187 #4 0x00007f54242e2f05 in start_thread (arg=0x7f53fab98700) at pthread_create.c:301 #5 0x00007f542079853d in clone () at ./sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 3 (Thread 0x7f53fa397700 (LWP 20392)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ./nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 #1 0x00007f542451c470 in PR_WaitCondVar (cvar=0x17d1c80, timeout=4294967295) at ptsynch.c:417 #2 0x00007f53fb581b2c in nsCertVerificationThread::Run (this=0x17d1b40) at /usr/src/debug/mozilla/security/manager/ssl/src/nsCertVerificationThread.cpp:138 ---Type <return> to continue, or q <return> to quit--- #3 0x00007f54245217f3 in _pt_root (arg=0x17d1cd0) at ptthread.c:187 #4 0x00007f54242e2f05 in start_thread (arg=0x7f53fa397700) at pthread_create.c:301 #5 0x00007f542079853d in clone () at ./sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 2 (Thread 0x7f53f8f64700 (LWP 20992)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:213 #1 0x00007f542451bf1b in pt_TimedWait (cv=0x728598, ml=0x71aae0, timeout=<optimized out>) at ptsynch.c:292 #2 0x00007f542451c3de in PR_WaitCondVar (cvar=0x728590, timeout=60000) at ptsynch.c:419 #3 0x00007f5417f79daa in nsHostResolver::GetHostToLookup (this=0x71aa40, result=0x7f53f8f63c58) at /usr/src/debug/mozilla/netwerk/dns/src/nsHostResolver.cpp:556 #4 0x00007f5417f79fe5 in nsHostResolver::ThreadFunc (arg=0x71aa40) at /usr/src/debug/mozilla/netwerk/dns/src/nsHostResolver.cpp:641 #5 0x00007f54245217f3 in _pt_root (arg=0x7f54100010f0) at ptthread.c:187 #6 0x00007f54242e2f05 in start_thread (arg=0x7f53f8f64700) at pthread_create.c:301 #7 0x00007f542079853d in clone () at ./sysdeps/unix/sysv/linux/x86_64/clone.S:115 Thread 1 (Thread 0x7f54254cc940 (LWP 20367)): #0 0x00007f542078f423 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007f5421757a98 in g_main_context_poll (n_fds=6, fds=0xafd8c0, timeout=-1, context=0x65e8c0, priority=<optimized out>) at gmain.c:3386 #2 g_main_context_iterate (context=0x65e8c0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3068 #3 0x00007f54217582c2 in g_main_loop_run (loop=0xafbd50) at gmain.c:3281 #4 0x00007f5423bdbec7 in IA__gtk_main () at gtkmain.c:1256 #5 0x00007f5416e3ba40 in Run (this=0x7c2d00) at /usr/src/debug/mozilla/widget/src/gtk2/nsAppShell.cpp:139 #6 nsAppShell::Run (this=0x7c2d00) at /usr/src/debug/mozilla/widget/src/gtk2/nsAppShell.cpp:130 #7 0x00007f541654bf2e in nsAppStartup::Run (this=0x7c2c80) at /usr/src/debug/mozilla/toolkit/components/startup/src/nsAppStartup.cpp:151 #8 0x0000000000409186 in ?? () #9 0x00007f54206e023d in __libc_start_main (main=0x404b70, argc=1, ubp_av=0x7fffccfc1d28, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffccfc1d18) at libc-start.c:226 #10 0x0000000000404bc9 in ?? () #11 0x00007fffccfc1d18 in ?? () #12 0x00000000ffffffff in ?? () #13 0x0000000000000001 in ?? () #14 0x00007fffccfc3f6b in ?? () #15 0x0000000000000000 in ?? () -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.