Hi!

I have the same problem here. I deleted .config/chromium and here are the steps to reproduce:

* Go to youtube.com/html5 and join the HTML5 trial.
* Google "sabertooth coreboot" and click on the youtube result (25c3: coreboot: Beyond...)

I get "Aw snap" then. If not on the first try - back and then clicking the result again does its job.

I attach the backtrace too, it seems to be different...

Andreas
# Env:
#     LD_LIBRARY_PATH=/usr/lib/chromium:/usr/lib/xulrunner-1.9.1
#                
PATH=/usr/lib/chromium:/home/andreas/bin:/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.NyfERG
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 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 "x86_64-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) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/lib/chromium/chromium --password-store=detect 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe99d7700 (LWP 10295)]
[New Thread 0x7fffe91d6700 (LWP 10296)]
[New Thread 0x7fffe89d5700 (LWP 10297)]
[New Thread 0x7fffe7b8e700 (LWP 10298)]
[New Thread 0x7fffe738d700 (LWP 10299)]
[New Thread 0x7fffe6b8c700 (LWP 10300)]
[New Thread 0x7fffe638b700 (LWP 10301)]
[New Thread 0x7fffe5b8a700 (LWP 10302)]
[New Thread 0x7ffff7faf700 (LWP 10303)]
[New Thread 0x7fffe5389700 (LWP 10304)]
[New Thread 0x7fffe4b88700 (LWP 10305)]
[New Thread 0x7ffff7f87700 (LWP 10307)]
[New Thread 0x7ffff7f66700 (LWP 10308)]
[New Thread 0x7fffe4387700 (LWP 10309)]
[New Thread 0x7ffff7f45700 (LWP 10310)]
[New Thread 0x7fffe34cc700 (LWP 10311)]
[3:3:3131724721:ERROR:nss_util.cc(441)] Error initializing NSS without a 
persistent database: libsoftokn3.so: cannot open shared object file: Permission 
denied
[New Thread 0x7fffd9f3a700 (LWP 10316)]
[Thread 0x7fffd9f3a700 (LWP 10316) exited]
[8:8:3135374536:ERROR:nss_util.cc(441)] Error initializing NSS without a 
persistent database: libsoftokn3.so: cannot open shared object file: Permission 
denied
[New Thread 0x7fffd9f3a700 (LWP 10337)]
[Thread 0x7fffd9f3a700 (LWP 10337) exited]
[New Thread 0x7fffd9f3a700 (LWP 10341)]
[Thread 0x7ffff7f66700 (LWP 10308) exited]
[Thread 0x7ffff7f45700 (LWP 10310) exited]
[New Thread 0x7ffff7f45700 (LWP 10342)]
[New Thread 0x7ffff7f66700 (LWP 10343)]
[New Thread 0x7ffff7e4c700 (LWP 10344)]
[8:20:3139869964:ERROR:platform_thread_posix.cc(253)] Not implemented reached 
in static void 
base::PlatformThread::SetThreadPriority(base::PlatformThreadHandle, 
base::ThreadPriority)
[New Thread 0x7fffd14ab700 (LWP 10348)]

Program received signal SIGINT, Interrupt.
0x00007ffff0ce9863 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, 
timeout=3265) at ../sysdeps/unix/sysv/linux/poll.c:87
87      ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.
        in ../sysdeps/unix/sysv/linux/poll.c
(gdb) backtrace
#0  0x00007ffff0ce9863 in *__GI___poll (fds=<optimized out>, nfds=<optimized 
out>, timeout=3265) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ffff696c5d8 in g_main_context_poll (n_fds=3, fds=0x555559695780, 
timeout=3265, context=0x5555591fba80, priority=<optimized out>) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3391
#2  g_main_context_iterate (context=0x5555591fba80, block=<optimized out>, 
dispatch=1, self=<optimized out>) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3071
#3  0x00007ffff696ca99 in g_main_context_iteration (context=0x5555591fba80, 
may_block=1) at /tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3139
#4  0x00005555563da7bf in base::MessagePumpGtk::RunOnce (this=<optimized out>, 
context=<optimized out>, block=<optimized out>) at base/message_pump_gtk.cc:41
#5  0x00005555563d9d53 in base::MessagePumpGlib::RunWithDispatcher 
(this=0x5555591f45b0, delegate=<optimized out>, dispatcher=<optimized out>) at 
base/message_pump_glib.cc:206
#6  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x555559213000) at 
base/message_loop.cc:450
#7  0x00005555563a62cc in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#8  MessageLoopForUI::Run (this=<optimized out>, dispatcher=<optimized out>) at 
base/message_loop.cc:836
#9  0x000055555750827a in content::BrowserMainParts::RunMainMessageLoopParts 
(this=0x5555591f5be0) at content/browser/browser_main.cc:264
#10 0x000055555750859c in BrowserMain (parameters=...) at 
content/browser/browser_main.cc:437
#11 0x000055555632565e in RunNamedProcessTypeMain (delegate=0x7fffffffe0c0, 
main_function_params=..., process_type=...) at content/app/content_main.cc:261
#12 content::ContentMain (argc=2, argv=<optimized out>, 
delegate=0x7fffffffe0c0) at content/app/content_main.cc:451
#13 0x0000555555a25058 in ChromeMain (argc=2, argv=0x7fffffffe208) at 
chrome/app/chrome_main.cc:32
#14 0x0000555555a25016 in main (argc=<optimized out>, argv=<optimized out>) at 
chrome/app/chrome_exe_main_gtk.cc:18
(gdb) thread apply all backtreaace

Thread 24 (Thread 0x7fffd14ab700 (LWP 10348)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x7fffd14aa4f0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555563cdb4f in base::WaitableEvent::TimedWait (this=0x5555599c53b0, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:205
#3  0x00005555563a98b0 in base::MessagePumpDefault::Run (this=0x5555599c53a0, 
delegate=0x7fffd14aaa70) at base/message_pump_default.cc:46
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffd14aaa70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x5555598347e8) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 23 (Thread 0x7ffff7e4c700 (LWP 10344)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x5555591fb9e0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555579293be in base::PosixDynamicThreadPool::WaitForTask 
(this=0x5555591fb9a0) at base/threading/worker_pool_posix.cc:212
#3  0x0000555557929579 in base::(anonymous namespace)::WorkerThread::ThreadMain 
(this=0x555559ab2aa0) at base/threading/worker_pool_posix.cc:84
#4  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 22 (Thread 0x7ffff7f66700 (LWP 10343)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x5555591fb9e0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555579293be in base::PosixDynamicThreadPool::WaitForTask 
(this=0x5555591fb9a0) at base/threading/worker_pool_posix.cc:212
#3  0x0000555557929579 in base::(anonymous namespace)::WorkerThread::ThreadMain 
(this=0x555559ab2a80) at base/threading/worker_pool_posix.cc:84
#4  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 21 (Thread 0x7ffff7f45700 (LWP 10342)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x5555591fb9e0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555579293be in base::PosixDynamicThreadPool::WaitForTask 
(this=0x5555591fb9a0) at base/threading/worker_pool_posix.cc:212
#3  0x0000555557929579 in base::(anonymous namespace)::WorkerThread::ThreadMain 
(this=0x555559a974e0) at base/threading/worker_pool_posix.cc:84
#4  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 20 (Thread 0x7fffd9f3a700 (LWP 10341)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00005555568d8d9b in WTF::ThreadCondition::timedWait (this=0x555559950f60, 
mutex=..., absoluteTime=<optimized out>) at 
third_party/WebKit/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp:341
#2  0x0000555557ae3743 in 
waitForMessageFilteredWithTimeout<bool(WebCore::LocalStorageTask*)> 
(absoluteTime=1.7976931348623157e+308, predicate=<optimized out>, 
result=<synthetic pointer>, this=0x555559950f38) at 
third_party/WebKit/Source/JavaScriptCore/wtf/MessageQueue.h:137
#3  waitForMessage (this=0x555559950f38) at 
third_party/WebKit/Source/JavaScriptCore/wtf/MessageQueue.h:123
#4  WebCore::LocalStorageThread::threadEntryPoint (this=0x555559950f30) at 
third_party/WebKit/Source/WebCore/storage/LocalStorageThread.cpp:67
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 17 (Thread 0x7fffe34cc700 (LWP 10311)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x7fffe34cb4f0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555563cdb4f in base::WaitableEvent::TimedWait (this=0x55555938f7f0, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:205
#3  0x00005555563a98b0 in base::MessagePumpDefault::Run (this=0x55555938f7e0, 
delegate=0x7fffe34cba70) at base/message_pump_default.cc:46
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe34cba70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x555559368d80) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 15 (Thread 0x7fffe4387700 (LWP 10309)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00005555563ccde1 in base::ConditionVariable::Wait (this=<optimized out>) 
at base/synchronization/condition_variable_posix.cc:35
#2  0x00005555563cdb60 in base::WaitableEvent::TimedWait (this=0x5555592d7290, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:207
#3  0x00005555563cdb91 in base::WaitableEvent::Wait (this=<optimized out>) at 
base/synchronization/waitable_event_posix.cc:153
#4  0x00005555563a985b in base::MessagePumpDefault::Run (this=0x5555592d7280, 
delegate=0x7fffe4386a70) at base/message_pump_default.cc:42
#5  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe4386a70) at 
base/message_loop.cc:450
#6  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#7  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#8  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x55555929ce80) at 
base/threading/thread.cc:167
#9  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#10 0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#11 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 13 (Thread 0x7ffff7f87700 (LWP 10307)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x5555591fb9e0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555579293be in base::PosixDynamicThreadPool::WaitForTask 
(this=0x5555591fb9a0) at base/threading/worker_pool_posix.cc:212
#3  0x0000555557929579 in base::(anonymous namespace)::WorkerThread::ThreadMain 
(this=0x5555592edb80) at base/threading/worker_pool_posix.cc:84
#4  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 12 (Thread 0x7fffe4b88700 (LWP 10305)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00005555563ccde1 in base::ConditionVariable::Wait (this=<optimized out>) 
at base/synchronization/condition_variable_posix.cc:35
#2  0x00005555563cdb60 in base::WaitableEvent::TimedWait (this=0x5555592eda70, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:207
#3  0x00005555563cdb91 in base::WaitableEvent::Wait (this=<optimized out>) at 
base/synchronization/waitable_event_posix.cc:153
#4  0x00005555563a985b in base::MessagePumpDefault::Run (this=0x5555592eda60, 
delegate=0x7fffe4b87a70) at base/message_pump_default.cc:42
#5  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe4b87a70) at 
base/message_loop.cc:450
#6  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#7  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#8  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x5555592d2c80) at 
base/threading/thread.cc:167
#9  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#10 0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#11 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fffe5389700 (LWP 10304)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x7fffe53884f0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555563cdb4f in base::WaitableEvent::TimedWait (this=0x55555929fd70, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:205
#3  0x00005555563a98b0 in base::MessagePumpDefault::Run (this=0x55555929fd60, 
delegate=0x7fffe5388a70) at base/message_pump_default.cc:46
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe5388a70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x5555592899c0) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7ffff7faf700 (LWP 10303)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x5555591fb9e0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555579293be in base::PosixDynamicThreadPool::WaitForTask 
(this=0x5555591fb9a0) at base/threading/worker_pool_posix.cc:212
#3  0x0000555557929579 in base::(anonymous namespace)::WorkerThread::ThreadMain 
(this=0x55555928a1a0) at base/threading/worker_pool_posix.cc:84
#4  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#5  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#6  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fffe5b8a700 (LWP 10302)):
#0  0x00007ffff0cf4b03 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007ffff4fce177 in epoll_dispatch (base=0x555559252280, tv=<optimized 
out>) at epoll.c:407
#2  0x00007ffff4fba887 in event_base_loop (base=0x555559252280, flags=1) at 
event.c:1575
#3  0x000055555637cbac in base::MessagePumpLibevent::Run (this=0x55555926d300, 
delegate=0x7fffe5b89a70) at base/message_pump_libevent.cc:270
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe5b89a70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x5555591f7c00) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fffe638b700 (LWP 10301)):
#0  0x00007ffff0cf4b03 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007ffff4fce177 in epoll_dispatch (base=0x555559252500, tv=<optimized 
out>) at epoll.c:407
#2  0x00007ffff4fba887 in event_base_loop (base=0x555559252500, flags=1) at 
event.c:1575
#3  0x000055555637cbac in base::MessagePumpLibevent::Run (this=0x55555926d420, 
delegate=0x7fffe638aa70) at base/message_pump_libevent.cc:270
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe638aa70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x55555927f140) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7fffe6b8c700 (LWP 10300)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00005555563ccde1 in base::ConditionVariable::Wait (this=<optimized out>) 
at base/synchronization/condition_variable_posix.cc:35
#2  0x00005555563cdb60 in base::WaitableEvent::TimedWait (this=0x55555928abb0, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:207
#3  0x00005555563cdb91 in base::WaitableEvent::Wait (this=<optimized out>) at 
base/synchronization/waitable_event_posix.cc:153
#4  0x00005555563a985b in base::MessagePumpDefault::Run (this=0x55555928aba0, 
delegate=0x7fffe6b8ba70) at base/message_pump_default.cc:42
#5  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe6b8ba70) at 
base/message_loop.cc:450
#6  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#7  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#8  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x55555926b000) at 
base/threading/thread.cc:167
#9  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#10 0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#11 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fffe738d700 (LWP 10299)):
#0  0x00007ffff0cf4b03 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007ffff4fce177 in epoll_dispatch (base=0x555559252780, tv=<optimized 
out>) at epoll.c:407
#2  0x00007ffff4fba887 in event_base_loop (base=0x555559252780, flags=1) at 
event.c:1575
#3  0x000055555637cbac in base::MessagePumpLibevent::Run (this=0x55555926d480, 
delegate=0x7fffe738ca70) at base/message_pump_libevent.cc:270
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe738ca70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x55555926b780) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7fffe7b8e700 (LWP 10298)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x00005555563cd073 in base::ConditionVariable::TimedWait 
(this=0x7fffe7b8d4f0, max_time=<optimized out>) at 
base/synchronization/condition_variable_posix.cc:60
#2  0x00005555563cdb4f in base::WaitableEvent::TimedWait (this=0x55555928abf0, 
max_time=<optimized out>) at base/synchronization/waitable_event_posix.cc:205
#3  0x00005555563a98b0 in base::MessagePumpDefault::Run (this=0x55555928abe0, 
delegate=0x7fffe7b8da70) at base/message_pump_default.cc:46
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe7b8da70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x55555926b730) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fffe89d5700 (LWP 10297)):
#0  0x00007ffff420818d in read () at ../sysdeps/unix/syscall-template.S:82
#1  0x0000555555d60e93 in read (__nbytes=4, __buf=0x7fffe89d4c5c, 
__fd=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/unistd.h:45
#2  (anonymous namespace)::ShutdownDetector::ThreadMain (this=0x5555592261d0) 
at chrome/browser/chrome_browser_main_posix.cc:120
#3  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#4  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#5  0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fffe91d6700 (LWP 10296)):
#0  0x00007ffff0cedfa3 in select () at ../sysdeps/unix/syscall-template.S:82
#1  0x0000555556399f6a in base::files::(anonymous 
namespace)::InotifyReaderTask::Run (this=0x555559250700) at 
base/files/file_path_watcher_linux.cc:177
#2  0x00005555563d13de in base::subtle::TaskClosureAdapter::Run 
(this=0x555559250720) at base/task.cc:71
#3  0x00005555563a3111 in Run (this=0x7fffe91d54f0) at ./base/callback.h:269
#4  MessageLoop::RunTask (this=0x7fffe91d5a70, pending_task=...) at 
base/message_loop.cc:492
#5  0x00005555563a7deb in MessageLoop::DeferOrRunPendingTask 
(this=0x7fffe91d5a70, pending_task=...) at base/message_loop.cc:505
#6  0x00005555563a839f in DoWork (this=<optimized out>) at 
base/message_loop.cc:695
#7  MessageLoop::DoWork (this=0x7fffe91d5a70) at base/message_loop.cc:674
#8  0x00005555563a9819 in base::MessagePumpDefault::Run (this=0x5555592506a0, 
delegate=0x7fffe91d5a70) at base/message_pump_default.cc:23
#9  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe91d5a70) at 
base/message_loop.cc:450
#10 0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#11 MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#12 0x00005555563d1f5c in base::Thread::ThreadMain (this=0x555559137394) at 
base/threading/thread.cc:167
#13 0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#14 0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#15 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#16 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fffe99d7700 (LWP 10295)):
#0  0x00007ffff0cf4b03 in epoll_wait () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007ffff4fce177 in epoll_dispatch (base=0x555559252a00, tv=<optimized 
out>) at epoll.c:407
#2  0x00007ffff4fba887 in event_base_loop (base=0x555559252a00, flags=1) at 
event.c:1575
#3  0x000055555637cacd in base::MessagePumpLibevent::Run (this=0x55555921a300, 
delegate=0x7fffe99d6a70) at base/message_pump_libevent.cc:260
#4  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x7fffe99d6a70) at 
base/message_loop.cc:450
#5  0x00005555563a63b0 in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#6  MessageLoop::Run (this=<optimized out>) at base/message_loop.cc:341
#7  0x00005555563d1f5c in base::Thread::ThreadMain (this=0x5555591f5b40) at 
base/threading/thread.cc:167
#8  0x00005555563d1c72 in base::(anonymous namespace)::ThreadFunc 
(params=<optimized out>) at base/threading/platform_thread_posix.cc:54
#9  0x00007ffff4200b50 in start_thread (arg=<optimized out>) at 
pthread_create.c:304
#10 0x00007ffff0cf44ad in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fb1960 (LWP 10285)):
#0  0x00007ffff0ce9863 in *__GI___poll (fds=<optimized out>, nfds=<optimized 
out>, timeout=3265) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ffff696c5d8 in g_main_context_poll (n_fds=3, fds=0x555559695780, 
timeout=3265, context=0x5555591fba80, priority=<optimized out>) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3391
#2  g_main_context_iterate (context=0x5555591fba80, block=<optimized out>, 
dispatch=1, self=<optimized out>) at 
/tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3071
#3  0x00007ffff696ca99 in g_main_context_iteration (context=0x5555591fba80, 
may_block=1) at /tmp/buildd/glib2.0-2.30.2/./glib/gmain.c:3139
#4  0x00005555563da7bf in base::MessagePumpGtk::RunOnce (this=<optimized out>, 
context=<optimized out>, block=<optimized out>) at base/message_pump_gtk.cc:41
#5  0x00005555563d9d53 in base::MessagePumpGlib::RunWithDispatcher 
(this=0x5555591f45b0, delegate=<optimized out>, dispatcher=<optimized out>) at 
base/message_pump_glib.cc:206
#6  0x00005555563a61e5 in MessageLoop::RunInternal (this=0x555559213000) at 
base/message_loop.cc:450
#7  0x00005555563a62cc in RunHandler (this=<optimized out>) at 
base/message_loop.cc:423
#8  MessageLoopForUI::Run (this=<optimized out>, dispatcher=<optimized out>) at 
base/message_loop.cc:836
#9  0x000055555750827a in content::BrowserMainParts::RunMainMessageLoopParts 
(this=0x5555591f5be0) at content/browser/browser_main.cc:264
#10 0x000055555750859c in BrowserMain (parameters=...) at 
content/browser/browser_main.cc:437
#11 0x000055555632565e in RunNamedProcessTypeMain (delegate=0x7fffffffe0c0, 
main_function_params=..., process_type=...) at content/app/content_main.cc:261
#12 content::ContentMain (argc=2, argv=<optimized out>, 
delegate=0x7fffffffe0c0) at content/app/content_main.cc:451
#13 0x0000555555a25058 in ChromeMain (argc=2, argv=0x7fffffffe208) at 
chrome/app/chrome_main.cc:32
#14 0x0000555555a25016 in main (argc=<optimized out>, argv=<optimized out>) at 
chrome/app/chrome_exe_main_gtk.cc:18
(gdb) qwuquit
A debugging session is active.

        Inferior 1 [process 10285] will be killed.

Quit anyway? (y or n) 

Reply via email to