Hi Jonathan, first of all thank you for working on this. :) On Thu, Jun 02, 2011 at 11:08:10AM -0500, Jonathan Nieder wrote: > What kind of machines are these, roughly speaking, and especially what > kind of disks do they use? >
model name : Intel(R) Celeron(R) D CPU 220 @ 1.20GHz cpu MHz : 1200.103 cache size : 512 KB (from cat /proc/cpuinfo) and # fdisk -l Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x498fa908 > > The other piece that might be puzzling in the above descriptions is > that it seems the slower state is *permanent* until chromium is closed > and relaunched again. Is that true? Yes it is, even if not always reproducible: for instance I wasn't able to reproduce it yesterday. > > Francesca Ciceri wrote: > > > I found the same problem: the first time I start Chromium it doesn't load > > pages - or loads it partially - and ends up with the "The following pages > > have become unresponsive. > > Can you reproduce this with "chromium --temp-profile" or "chromium > --user-data-dir=/tmp/nonsense"? Launching "chromium --temp-profile" all goes smoothly (i.e. I can't reproduce it); while with "chromium --user-data-dir=/temp/nonsense" it returns: $ chromium --user-data-dir=/temp/nonsense [0604/094403:FATAL:chrome_main.cc(571)] Check failed: PathService::Override(chrome::DIR_USER_DATA, user_data_dir). Annullato > What happens if you use "chromium http://www.nytimes.com/" (or some other > pages)? Is this specific to the new tab page, to some family of pages, or > does it happen for all pages? It happens with the "new tab" page and most pages: btw I've noticed that it not happens with planet.debian.org or www.debian.org. But it happens with the nytimes one. > Does (temporarily) removing the Flash plugin help? Nope. > Does it print any messages to the console before you hit ^C? Nope, it doesn't. > Could you run chromium with --debug, catch it when it's hanging, hit > ^C, and get a backtrace? http://wiki.debian.org/Chromium/Debugging > explains how. Ok, attached. Let me know if you need further informations. Cheers, Francesca -- <taffit> eof: when I want something | "Convince people with results, done quickly, I don't wait for | rather than words" others ;) | Enrico Zini
# Env: # LD_LIBRARY_PATH=/usr/lib/chromium:/usr/lib/xulrunner-1.9.1 # PATH=/usr/lib/chromium:/usr/local/bin:/usr/bin:/bin:/usr/games # GTK_PATH= # CHROMIUM_USER_FLAGS= # CHROMIUM_FLAGS=--password-store=detect /usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.KcymZ1 GNU gdb (GDB) 7.2-debian Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/lib/chromium/chromium...Reading symbols from /usr/lib/debug/usr/lib/chromium/chromium...done. done. (gdb) run Starting program: /usr/lib/chromium/chromium --password-store=detect [Thread debugging using libthread_db enabled] [New Thread 0xb2f8fb70 (LWP 2370)] [New Thread 0xb278eb70 (LWP 2371)] [New Thread 0xb1c27b70 (LWP 2372)] [New Thread 0xb1426b70 (LWP 2373)] [New Thread 0xb0c25b70 (LWP 2374)] [New Thread 0xb0424b70 (LWP 2375)] [New Thread 0xafc23b70 (LWP 2376)] [New Thread 0xaf422b70 (LWP 2377)] [New Thread 0xaec21b70 (LWP 2378)] [New Thread 0xae420b70 (LWP 2379)] [New Thread 0xae3ffb70 (LWP 2380)] [New Thread 0xadbfeb70 (LWP 2381)] [New Thread 0xad3fdb70 (LWP 2382)] [New Thread 0xacb4db70 (LWP 2384)] [Thread 0xacb4db70 (LWP 2384) exited] [New Thread 0xacb4db70 (LWP 2394)] [New Thread 0xabd90b70 (LWP 2402)] [New Thread 0xabd6fb70 (LWP 2403)] [New Thread 0xabd4eb70 (LWP 2404)] [New Thread 0xabd2db70 (LWP 2405)] [2359:2359:1598581751:ERROR:browser_main.cc(884)] Gdk: IA__gdk_window_get_events: assertion `GDK_IS_WINDOW (window)' failed [2359:2359:1598581910:ERROR:browser_main.cc(884)] GLib-GObject: g_object_ref: assertion `G_IS_OBJECT (object)' failed [2359:2359:1598582708:ERROR:browser_main.cc(884)] GLib-GObject: g_object_unref: assertion `G_IS_OBJECT (object)' failed Handling SIGINT. Check failed: g_shutdown_pipe_write_fd != -1 [New Thread 0xabe68b70 (LWP 2719)] [New Thread 0xab956b70 (LWP 2720)] [New Thread 0xab935b70 (LWP 2721)] Program received signal SIGINT, Interrupt. [Switching to Thread 0xb2f8fb70 (LWP 2370)] 0xb4d32424 in __kernel_vsyscall () (gdb) [K(gdb) back[Ktra[K[K[Kktrace #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37b8356 in epoll_wait () from /lib/i686/cmov/libc.so.6 #2 0xb416ec97 in ?? () from /usr/lib/libevent-1.4.so.2 #3 0xb4161c5a in event_base_loop () from /usr/lib/libevent-1.4.so.2 #4 0xb5806052 in base::MessagePumpLibevent::Run (this=0xb82314c0, delegate=0xb2f8f0bc) at base/message_pump_libevent.cc:243 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xb2f8f0bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xb2f8f0bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xb2f8f0bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb8231040, message_loop=0xb2f8f0bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb8231040) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb81c7eb0) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 (gdb) thread apply all backtrace Thread 23 (Thread 0xab935b70 (LWP 2721)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8b349b0) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb8b05080) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 22 (Thread 0xab956b70 (LWP 2720)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8aecbd0) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb86b39f0) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 21 (Thread 0xabe68b70 (LWP 2719)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8aecac0) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb8b05060) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 20 (Thread 0xabd2db70 (LWP 2405)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb88972c0) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e210) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 19 (Thread 0xabd4eb70 (LWP 2404)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb88970c0) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb86c7d50) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 18 (Thread 0xabd6fb70 (LWP 2403)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8897140) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb86c7d68) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 17 (Thread 0xabd90b70 (LWP 2402)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8897170) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb86b3240) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 16 (Thread 0xacb4db70 (LWP 2394)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xacb4cd08, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb5851eca in base::WaitableEvent::TimedWait (this=0xb828494c, max_time=...) at base/synchronization/waitable_event_posix.cc:204 #4 0xb5827988 in base::MessagePumpDefault::Run (this=0xb8284940, delegate=0xacb4d0bc) at base/message_pump_default.cc:46 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xacb4d0bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xacb4d0bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xacb4d0bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb87d7ba0, message_loop=0xacb4d0bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb87d7ba0) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb86b33b0) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 14 (Thread 0xad3fdb70 (LWP 2382)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab820a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb5850a25 in base::ConditionVariable::Wait (this=0xad3fccd8) at base/synchronization/condition_variable_posix.cc:35 #3 0xb5851edc in base::WaitableEvent::TimedWait (this=0xb829f2ac, max_time=...) at base/synchronization/waitable_event_posix.cc:206 #4 0xb5851f17 in base::WaitableEvent::Wait (this=0xb829f2ac) at base/synchronization/waitable_event_posix.cc:153 #5 0xb5827927 in base::MessagePumpDefault::Run (this=0xb829f2a0, delegate=0xad3fd0bc) at base/message_pump_default.cc:42 #6 0xb5825a72 in MessageLoop::RunInternal (this=0xad3fd0bc) at base/message_loop.cc:342 #7 0xb5825c51 in RunHandler (this=0xad3fd0bc) at base/message_loop.cc:315 #8 MessageLoop::Run (this=0xad3fd0bc) at base/message_loop.cc:239 #9 0xb5855a0b in base::Thread::Run (this=0xb829a180, message_loop=0xad3fd0bc) at base/threading/thread.cc:128 #10 0xb5855b20 in base::Thread::ThreadMain (this=0xb829a180) at base/threading/thread.cc:164 #11 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e548) at base/threading/platform_thread_posix.cc:51 #12 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #13 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 13 (Thread 0xadbfeb70 (LWP 2381)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab820a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb5850a25 in base::ConditionVariable::Wait (this=0xadbfdcd8) at base/synchronization/condition_variable_posix.cc:35 #3 0xb5851edc in base::WaitableEvent::TimedWait (this=0xb829f00c, max_time=...) at base/synchronization/waitable_event_posix.cc:206 #4 0xb5851f17 in base::WaitableEvent::Wait (this=0xb829f00c) at base/synchronization/waitable_event_posix.cc:153 #5 0xb5827927 in base::MessagePumpDefault::Run (this=0xb829f000, delegate=0xadbfe0bc) at base/message_pump_default.cc:42 #6 0xb5825a72 in MessageLoop::RunInternal (this=0xadbfe0bc) at base/message_loop.cc:342 #7 0xb5825c51 in RunHandler (this=0xadbfe0bc) at base/message_loop.cc:315 #8 MessageLoop::Run (this=0xadbfe0bc) at base/message_loop.cc:239 #9 0xb5855a0b in base::Thread::Run (this=0xb8299960, message_loop=0xadbfe0bc) at base/threading/thread.cc:128 #10 0xb5855b20 in base::Thread::ThreadMain (this=0xb8299960) at base/threading/thread.cc:164 #11 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e550) at base/threading/platform_thread_posix.cc:51 #12 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #13 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 12 (Thread 0xae3ffb70 (LWP 2380)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xae3fed08, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb5851eca in base::WaitableEvent::TimedWait (this=0xb82844ec, max_time=...) at base/synchronization/waitable_event_posix.cc:204 #4 0xb5827988 in base::MessagePumpDefault::Run (this=0xb82844e0, delegate=0xae3ff0bc) at base/message_pump_default.cc:46 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xae3ff0bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xae3ff0bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xae3ff0bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb826b8e0, message_loop=0xae3ff0bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb826b8e0) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e398) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 11 (Thread 0xae420b70 (LWP 2379)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab8703 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb58511d2 in base::ConditionVariable::TimedWait (this=0xb81f25c4, max_time=...) at base/synchronization/condition_variable_posix.cc:60 #3 0xb6c36ad1 in base::PosixDynamicThreadPool::WaitForTask (this=0xb81f25a0) at base/threading/worker_pool_posix.cc:153 #4 0xb6c36b9b in base::(anonymous namespace)::WorkerThread::ThreadMain ( this=0xb8268650) at base/threading/worker_pool_posix.cc:77 #5 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e250) at base/threading/platform_thread_posix.cc:51 #6 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #7 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 10 (Thread 0xaec21b70 (LWP 2378)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37b8356 in epoll_wait () from /lib/i686/cmov/libc.so.6 #2 0xb416ec97 in ?? () from /usr/lib/libevent-1.4.so.2 #3 0xb4161c5a in event_base_loop () from /usr/lib/libevent-1.4.so.2 #4 0xb5806157 in base::MessagePumpLibevent::Run (this=0xb826a880, delegate=0xaec210bc) at base/message_pump_libevent.cc:253 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xaec210bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xaec210bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xaec210bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb824b060, message_loop=0xaec210bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb824b060) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e100) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 9 (Thread 0xaf422b70 (LWP 2377)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab820a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb5850a25 in base::ConditionVariable::Wait (this=0xaf421cd8) at base/synchronization/condition_variable_posix.cc:35 #3 0xb5851edc in base::WaitableEvent::TimedWait (this=0xb827464c, max_time=...) at base/synchronization/waitable_event_posix.cc:206 #4 0xb5851f17 in base::WaitableEvent::Wait (this=0xb827464c) at base/synchronization/waitable_event_posix.cc:153 #5 0xb5827927 in base::MessagePumpDefault::Run (this=0xb8274640, delegate=0xaf4220bc) at base/message_pump_default.cc:42 #6 0xb5825a72 in MessageLoop::RunInternal (this=0xaf4220bc) at base/message_loop.cc:342 #7 0xb5825c51 in RunHandler (this=0xaf4220bc) at base/message_loop.cc:315 #8 MessageLoop::Run (this=0xaf4220bc) at base/message_loop.cc:239 #9 0xb5855a0b in base::Thread::Run (this=0xb82697e0, message_loop=0xaf4220bc) at base/threading/thread.cc:128 #10 0xb5855b20 in base::Thread::ThreadMain (this=0xb82697e0) at base/threading/thread.cc:164 #11 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e038) at base/threading/platform_thread_posix.cc:51 #12 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #13 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 8 (Thread 0xafc23b70 (LWP 2376)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37b0bf1 in select () from /lib/i686/cmov/libc.so.6 #2 0xb5cd6224 in (anonymous namespace)::InotifyReaderTask::Run ( this=0xb8268610) at content/common/file_path_watcher/file_path_watcher_inotify.cc:165 #3 0xb58237ff in MessageLoop::RunTask (this=0xafc230bc, task=0xb8268610) at base/message_loop.cc:367 #4 0xb582697e in MessageLoop::DeferOrRunPendingTask (this=0xafc230bc, pending_task=...) at base/message_loop.cc:376 #5 0xb5826c64 in DoWork (this=0xafc230bc) at base/message_loop.cc:569 #6 MessageLoop::DoWork (this=0xafc230bc) at base/message_loop.cc:548 #7 0xb58278e0 in base::MessagePumpDefault::Run (this=0xb8274000, delegate=0xafc230bc) at base/message_pump_default.cc:23 #8 0xb5825a72 in MessageLoop::RunInternal (this=0xafc230bc) at base/message_loop.cc:342 #9 0xb5825c51 in RunHandler (this=0xafc230bc) at base/message_loop.cc:315 #10 MessageLoop::Run (this=0xafc230bc) at base/message_loop.cc:239 #11 0xb5855a0b in base::Thread::Run (this=0xb811d210, message_loop=0xafc230bc) at base/threading/thread.cc:128 #12 0xb5855b20 in base::Thread::ThreadMain (this=0xb811d210) at base/threading/thread.cc:164 #13 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e200) at base/threading/platform_thread_posix.cc:51 #14 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #15 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 7 (Thread 0xb0424b70 (LWP 2375)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37b8356 in epoll_wait () from /lib/i686/cmov/libc.so.6 #2 0xb416ec97 in ?? () from /usr/lib/libevent-1.4.so.2 #3 0xb4161c5a in event_base_loop () from /usr/lib/libevent-1.4.so.2 #4 0xb5806157 in base::MessagePumpLibevent::Run (this=0xb826a600, delegate=0xb04240bc) at base/message_pump_libevent.cc:253 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xb04240bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xb04240bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xb04240bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb8269000, message_loop=0xb04240bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb8269000) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e1e0) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 6 (Thread 0xb0c25b70 (LWP 2374)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab820a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb5850a25 in base::ConditionVariable::Wait (this=0xb0c24cd8) at base/synchronization/condition_variable_posix.cc:35 #3 0xb5851edc in base::WaitableEvent::TimedWait (this=0xb826bd8c, max_time=...) at base/synchronization/waitable_event_posix.cc:206 #4 0xb5851f17 in base::WaitableEvent::Wait (this=0xb826bd8c) at base/synchronization/waitable_event_posix.cc:153 #5 0xb5827927 in base::MessagePumpDefault::Run (this=0xb826bd80, delegate=0xb0c250bc) at base/message_pump_default.cc:42 #6 0xb5825a72 in MessageLoop::RunInternal (this=0xb0c250bc) at base/message_loop.cc:342 #7 0xb5825c51 in RunHandler (this=0xb0c250bc) at base/message_loop.cc:315 #8 MessageLoop::Run (this=0xb0c250bc) at base/message_loop.cc:239 #9 0xb5855a0b in base::Thread::Run (this=0xb8269ae0, message_loop=0xb0c250bc) at base/threading/thread.cc:128 #10 0xb5855b20 in base::Thread::ThreadMain (this=0xb8269ae0) at base/threading/thread.cc:164 #11 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e1e8) at base/threading/platform_thread_posix.cc:51 #12 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #13 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 5 (Thread 0xb1426b70 (LWP 2373)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37a9f06 in poll () from /lib/i686/cmov/libc.so.6 #2 0xb4379f5b in g_poll () from /lib/libglib-2.0.so.0 #3 0xb436996f in ?? () from /lib/libglib-2.0.so.0 #4 0xb4369ce4 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #5 0xb3469557 in link_main_iteration () from /usr/lib/libORBit-2.so.0 #6 0xb344bf35 in giop_recv_buffer_get () from /usr/lib/libORBit-2.so.0 #7 0xb3450d9b in ORBit_small_invoke_stub () from /usr/lib/libORBit-2.so.0 #8 0xb3450fc6 in ORBit_small_invoke_stub_n () from /usr/lib/libORBit-2.so.0 #9 0xb345d967 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0 #10 0xb410d4a7 in ConfigDatabase2_lookup_with_schema_name () from /usr/lib/libgconf-2.so.4 #11 0xb4101e76 in gconf_engine_get_fuller () from /usr/lib/libgconf-2.so.4 #12 0xb41021ae in gconf_engine_get_entry () from /usr/lib/libgconf-2.so.4 #13 0xb4107ebf in ?? () from /usr/lib/libgconf-2.so.4 #14 0xb41092bf in ?? () from /usr/lib/libgconf-2.so.4 #15 0xb4109884 in gconf_client_get_bool () from /usr/lib/libgconf-2.so.4 #16 0xabe2c0f7 in gm_pref_store_get_boolean () from /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so #17 0xabe205e8 in GetMIMEDescription() () from /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so #18 0xabe2b987 in NPP_GetMIMEDescription () from /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so #19 0xabe2ab47 in NP_GetMIMEDescription () from /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so #20 0xb5ddaf95 in webkit::npapi::PluginLib::ReadWebPluginInfo (filename=..., info=0xb142543c) at webkit/plugins/npapi/plugin_lib_posix.cc:174 #21 0xb5d56a2a in webkit::npapi::PluginList::ReadPluginInfo (this=0xb811d384, filename=..., info=0xb142543c, entry_points=0xb142545c) at webkit/plugins/npapi/plugin_list.cc:265 #22 0xb5d5a2f3 in webkit::npapi::PluginList::LoadPlugin (this=0xb811d384, path=..., plugin_groups=0xb14259f0) at webkit/plugins/npapi/plugin_list.cc:460 #23 0xb5d5daa3 in webkit::npapi::PluginList::LoadPluginsFromDir ( this=0xb811d384, dir_path=..., plugin_groups=0xb14259f0, visited_plugins=0xb142591c) at webkit/plugins/npapi/plugin_list_posix.cc:234 #24 0xb5d5a7ee in webkit::npapi::PluginList::LoadPluginsInternal ( this=0xb811d384, plugin_groups=0xb14259f0) at webkit/plugins/npapi/plugin_list.cc:378 #25 0xb5d58dc2 in webkit::npapi::PluginList::LoadPlugins (this=0xb811d384, refresh=false) at webkit/plugins/npapi/plugin_list.cc:400 #26 0xb5d59517 in webkit::npapi::PluginList::GetEnabledPlugins ( this=0xb811d384, refresh=false, plugins=0xb1425b60) at webkit/plugins/npapi/plugin_list.cc:498 #27 0xb5fb3e68 in RenderMessageFilter::OnGetPluginsOnFileThread ( this=0xb84f42c0, refresh=false, reply_msg=0xb87cebe0) at content/browser/renderer_host/render_message_filter.cc:694 #28 0xb5fafe1d in DispatchToMethod<RenderMessageFilter, void (RenderMessageFilter::*)(bool, IPC::Message*), bool, IPC::Message*> (this=0xb87ce4c0) at ./base/tuple.h:558 #29 RunnableMethod<RenderMessageFilter, void (RenderMessageFilter::*)(bool, IPC::Message*), Tuple2<bool, IPC::Message*> >::Run (this=0xb87ce4c0) at ./base/task.h:331 #30 0xb58237ff in MessageLoop::RunTask (this=0xb14260bc, task=0xb87ce4c0) at base/message_loop.cc:367 #31 0xb582697e in MessageLoop::DeferOrRunPendingTask (this=0xb14260bc, pending_task=...) at base/message_loop.cc:376 #32 0xb5826c64 in DoWork (this=0xb14260bc) at base/message_loop.cc:569 #33 MessageLoop::DoWork (this=0xb14260bc) at base/message_loop.cc:548 #34 0xb5806000 in base::MessagePumpLibevent::Run (this=0xb826a5c0, delegate=0xb14260bc) at base/message_pump_libevent.cc:222 #35 0xb5825a72 in MessageLoop::RunInternal (this=0xb14260bc) at base/message_loop.cc:342 #36 0xb5825c51 in RunHandler (this=0xb14260bc) at base/message_loop.cc:315 #37 MessageLoop::Run (this=0xb14260bc) at base/message_loop.cc:239 #38 0xb5855a0b in base::Thread::Run (this=0xb8269ab0, message_loop=0xb14260bc) at base/threading/thread.cc:128 #39 0xb5855b20 in base::Thread::ThreadMain (this=0xb8269ab0) at base/threading/thread.cc:164 #40 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb825e1f8) at base/threading/platform_thread_posix.cc:51 #41 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #42 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 4 (Thread 0xb1c27b70 (LWP 2372)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4ab820a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0xb5850a25 in base::ConditionVariable::Wait (this=0xb1c26cd8) at base/synchronization/condition_variable_posix.cc:35 #3 0xb5851edc in base::WaitableEvent::TimedWait (this=0xb826bc0c, max_time=...) at base/synchronization/waitable_event_posix.cc:206 #4 0xb5851f17 in base::WaitableEvent::Wait (this=0xb826bc0c) at base/synchronization/waitable_event_posix.cc:153 #5 0xb5827927 in base::MessagePumpDefault::Run (this=0xb826bc00, delegate=0xb1c270bc) at base/message_pump_default.cc:42 #6 0xb5825a72 in MessageLoop::RunInternal (this=0xb1c270bc) at base/message_loop.cc:342 #7 0xb5825c51 in RunHandler (this=0xb1c270bc) at base/message_loop.cc:315 #8 MessageLoop::Run (this=0xb1c270bc) at base/message_loop.cc:239 #9 0xb5855a0b in base::Thread::Run (this=0xb8269b40, message_loop=0xb1c270bc) at base/threading/thread.cc:128 #10 0xb5855b20 in base::Thread::ThreadMain (this=0xb8269b40) at base/threading/thread.cc:164 #11 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb81c7558) at base/threading/platform_thread_posix.cc:51 #12 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #13 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 3 (Thread 0xb278eb70 (LWP 2371)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb4abb33b in read () from /lib/i686/cmov/libpthread.so.0 #2 0xb4ee1048 in read (this=0xb81c7ea8) at /usr/include/bits/unistd.h:45 #3 (anonymous namespace)::ShutdownDetector::ThreadMain (this=0xb81c7ea8) at chrome/browser/browser_main_posix.cc:105 #4 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb81c7ea0) at base/threading/platform_thread_posix.cc:51 #5 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #6 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 2 (Thread 0xb2f8fb70 (LWP 2370)): #0 0xb4d32424 in __kernel_vsyscall () #1 0xb37b8356 in epoll_wait () from /lib/i686/cmov/libc.so.6 #2 0xb416ec97 in ?? () from /usr/lib/libevent-1.4.so.2 #3 0xb4161c5a in event_base_loop () from /usr/lib/libevent-1.4.so.2 #4 0xb5806052 in base::MessagePumpLibevent::Run (this=0xb82314c0, delegate=0xb2f8f0bc) at base/message_pump_libevent.cc:243 #5 0xb5825a72 in MessageLoop::RunInternal (this=0xb2f8f0bc) at base/message_loop.cc:342 #6 0xb5825c51 in RunHandler (this=0xb2f8f0bc) at base/message_loop.cc:315 #7 MessageLoop::Run (this=0xb2f8f0bc) at base/message_loop.cc:239 #8 0xb5855a0b in base::Thread::Run (this=0xb8231040, message_loop=0xb2f8f0bc) at base/threading/thread.cc:128 #9 0xb5855b20 in base::Thread::ThreadMain (this=0xb8231040) at base/threading/thread.cc:164 #10 0xb5854ecc in base::(anonymous namespace)::ThreadFunc (params=0xb81c7eb0) at base/threading/platform_thread_posix.cc:51 #11 0xb4ab3c39 in start_thread () from /lib/i686/cmov/libpthread.so.0 #12 0xb37b78ee in clone () from /lib/i686/cmov/libc.so.6 Thread 1 (Thread 0xb3214870 (LWP 2359)): #0 0xb43884cc in g_slice_free1 () from /lib/libglib-2.0.so.0 #1 0xb4654310 in gdk_region_destroy () from /usr/lib/libgdk-x11-2.0.so.0 #2 0xb46446ab in gdk_event_free () from /usr/lib/libgdk-x11-2.0.so.0 #3 0xb47758af in gtk_container_propagate_expose () from /usr/lib/libgtk-x11-2.0.so.0 #4 0xb4775901 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #5 0xb47363cd in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #6 0xb4774034 in gtk_container_forall () from /usr/lib/libgtk-x11-2.0.so.0 #7 0xb4774267 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #8 0xb4946e27 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #9 0xb4800984 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #10 0xb4411347 in ?? () from /usr/lib/libgobject-2.0.so.0 #11 0xb44129f2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #12 0xb442578d in ?? () from /usr/lib/libgobject-2.0.so.0 #13 0xb442e17b in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #14 0xb442e5a2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #15 0xb49355a6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #16 0xb47ff1d1 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #17 0xb5860d28 in base::MessagePumpForUI::DispatchEvents (this=0xb8231180, event=0xbfffddac) at base/message_pump_glib.cc:312 #18 0xb58602b7 in base::MessagePumpForUI::EventDispatcher (event=0xbfffddac, data=0xb8231180) at base/message_pump_glib.cc:361 #19 0xb4664361 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #20 0xb46968f4 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #21 0xb465f24b in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #22 0xb4661217 in gdk_window_process_all_updates () from /usr/lib/libgdk-x11-2.0.so.0 #23 0xb466129b in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #24 0xb463d368 in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #25 0xb4364a41 in ?? () from /lib/libglib-2.0.so.0 #26 0xb4369252 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #27 0xb4369a30 in ?? () from /lib/libglib-2.0.so.0 #28 0xb4369ce4 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #29 0xb5860374 in base::MessagePumpForUI::RunOnce (this=0xb8231180, context=0xb81f2480, block=false) at base/message_pump_glib.cc:236 #30 0xb58601b1 in base::MessagePumpForUI::RunWithDispatcher (this=0xb8231180, delegate=0xb8243000, dispatcher=0x0) at base/message_pump_glib.cc:210 #31 0xb586024f in base::MessagePumpForUI::Run (this=0xb8231180, delegate=0xb8243000) at base/message_pump_glib.cc:318 #32 0xb5825a72 in MessageLoop::RunInternal (this=0xb8243000) at base/message_loop.cc:342 #33 0xb5825b71 in RunHandler (this=0xb8243000, dispatcher=0x0) at base/message_loop.cc:315 #34 MessageLoopForUI::Run (this=0xb8243000, dispatcher=0x0) at base/message_loop.cc:690 #35 0xb4edf4d5 in RunUIMessageLoop (parameters=...) at chrome/browser/browser_main.cc:558 #36 BrowserMain (parameters=...) at chrome/browser/browser_main.cc:1797 #37 0xb4ed6429 in RunNamedProcessTypeMain (argc=2, argv=0xbffff654) at chrome/app/chrome_main.cc:449 #38 ChromeMain (argc=2, argv=0xbffff654) at chrome/app/chrome_main.cc:749 #39 0xb4ed73ae in main (argc=2, argv=0xbffff654) at chrome/app/chrome_exe_main_gtk.cc:49 (gdb) quit A debugging session is active. Inferior 1 [process 2359] will be killed. Quit anyway? (y or n)
signature.asc
Description: Digital signature