Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

981631 build crashes on file download #53

Closed
aeiouaeiouaeiouaeiouaeiouaeiou opened this issue Mar 18, 2022 · 6 comments
Closed

981631 build crashes on file download #53

aeiouaeiouaeiouaeiouaeiouaeiou opened this issue Mar 18, 2022 · 6 comments

Comments

@aeiouaeiouaeiouaeiouaeiouaeiou

Tried this link for an example, the result is in bug report:

Process:         Chromium [45118]
Path:            /Applications/Chromium.app/Contents/MacOS/Chromium
Identifier:      org.chromium.Chromium
Version:         101.0.4948.0 (4948.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [142]
User ID:         501

Date/Time:       2022-03-18 20:44:20.177 +0300
OS Version:      Mac OS X 10.8.5 (12F2560)
Report Version:  10

Interval Since Last Report:          66842 sec
Crashes Since Last Report:           72
Per-App Interval Since Last Report:  4740 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      397F0402-1BD1-884D-0F1E-961B9BBC79F2

Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 0000000102058000-0000000102085000 [  180K] r-x/rwx SM=COW  /Applications/Chromium.app/Contents/MacOS/Chromium

Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   org.chromium.Chromium.framework	0x0000000105d9bdb8 adStatusUpdater::UpdateAppIconDownloadProgress(download::DownloadItem*) + 776
1   org.chromium.Chromium.framework	0x0000000105a69be2 adStatusUpdater::OnDownloadUpdated(content::DownloadManager*, download::DownloadItem*) + 146
2   org.chromium.Chromium.framework	0x00000001033c3cb9 download::DownloadItemImpl::UpdateObservers() + 281
3   org.chromium.Chromium.framework	0x00000001033c8d6a download::DownloadItemImpl::OnTargetResolved() + 90
4   org.chromium.Chromium.framework	0x00000001033c1516 base::internal::Invoker<base::internal::BindState<base::OnceCallback<void (download::DownloadInterruptReason, base::FilePath const&)>, download::DownloadInterruptReason, base::FilePath>, void ()>::RunOnce(base::internal::BindStateBase*) + 38
5   org.chromium.Chromium.framework	0x0000000105f1a8ee TaskAnnotator::RunTaskImpl(base::PendingTask&) + 238
6   org.chromium.Chromium.framework	0x0000000105f39067 rtual thunk to base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWork() + 823
7   org.chromium.Chromium.framework	0x0000000105f80b41 MessagePumpCFRunLoopBase::RunWork() + 97
8   org.chromium.Chromium.framework	0x0000000105f7ad92 mac::CallWithEHFrame(void ()() block_pointer) + 10
9   org.chromium.Chromium.framework	0x0000000105f804cf MessagePumpCFRunLoopBase::RunWorkSource(void*) + 63
10  com.apple.CoreFoundation      	0x00007fff8a1f1b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11  com.apple.CoreFoundation      	0x00007fff8a1f1455 __CFRunLoopDoSources0 + 245
12  com.apple.CoreFoundation      	0x00007fff8a2147f5 __CFRunLoopRun + 789
13  com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
14  com.apple.HIToolbox           	0x00007fff8694eeb4 RunCurrentEventLoopInMode + 209
15  com.apple.HIToolbox           	0x00007fff8694ec52 ReceiveNextEventCommon + 356
16  com.apple.HIToolbox           	0x00007fff8694eae3 BlockUntilNextEventMatchingListInMode + 62
17  com.apple.AppKit              	0x00007fff8fd5c533 _DPSNextEvent + 685
18  com.apple.AppKit              	0x00007fff8fd5bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
19  org.chromium.Chromium.framework	0x0000000105d9a03f BrowserCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:]_block_invoke + 63
20  org.chromium.Chromium.framework	0x0000000105f7ad92 mac::CallWithEHFrame(void ()() block_pointer) + 10
21  org.chromium.Chromium.framework	0x0000000105d99f81 serCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 145
22  com.apple.AppKit              	0x00007fff8fd531a3 -[NSApplication run] + 517
23  org.chromium.Chromium.framework	0x0000000105f81426 MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 86
24  org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
25  org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
26  org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
27  org.chromium.Chromium.framework	0x000000010350f274 content::BrowserMainLoop::RunMainMessageLoop() + 164
28  org.chromium.Chromium.framework	0x0000000103510df2 content::BrowserMainRunnerImpl::Run() + 18
29  org.chromium.Chromium.framework	0x000000010350c839 content::BrowserMain(content::MainFunctionParams) + 169
30  org.chromium.Chromium.framework	0x000000010597f6c8 t::RunBrowserProcessMain(content::MainFunctionParams, content::ContentMainDelegate*) + 152
31  org.chromium.Chromium.framework	0x000000010598070e t::ContentMainRunnerImpl::RunBrowser(content::MainFunctionParams, bool) + 814
32  org.chromium.Chromium.framework	0x0000000105980398 t::ContentMainRunnerImpl::Run() + 536
33  org.chromium.Chromium.framework	0x000000010597ec29 t::RunContentProcess(content::ContentMainParams, content::ContentMainRunner*) + 1161
34  org.chromium.Chromium.framework	0x000000010597f166 t::ContentMain(content::ContentMainParams) + 86
35  org.chromium.Chromium.framework	0x00000001020ec3f1 ChromeMain + 353
36  org.chromium.Chromium         	0x0000000102058e7b main + 203
37  org.chromium.Chromium         	0x0000000102058da4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff8475cd16 kevent + 10
1   libdispatch.dylib             	0x00007fff8de46dea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             	0x00007fff8de469ee _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff8475c6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff89912f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff89912ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 3:: StackSamplingProfiler
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105ed6db0 MessagePumpDefault::Run(base::MessagePump::Delegate*) + 208
4   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
5   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
6   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
7   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
8   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
9   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
10  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 4:: HangWatcher
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f538bb HangWatcher::Wait() + 75
4   org.chromium.Chromium.framework	0x0000000105f53a42 HangWatcher::Run() + 34
5   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
6   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
7   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 5:: ThreadPoolServiceThread
0   libsystem_kernel.dylib        	0x00007fff8475cd2a kevent64 + 10
1   org.chromium.Chromium.framework	0x0000000105fa6536 MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 1238
2   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
3   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
4   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
5   org.chromium.Chromium.framework	0x0000000105f448dd internal::ServiceThread::Run(base::RunLoop*) + 13
6   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
7   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
8   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
9   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 6:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4f11d internal::WorkerThread::RunWorker() + 749
5   org.chromium.Chromium.framework	0x0000000105f4ed1d internal::WorkerThread::RunBackgroundPooledWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 7:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4f11d internal::WorkerThread::RunWorker() + 749
5   org.chromium.Chromium.framework	0x0000000105f4ed1d internal::WorkerThread::RunBackgroundPooledWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 8:: Chrome_IOThread
0   libsystem_kernel.dylib        	0x00007fff8475cd2a kevent64 + 10
1   org.chromium.Chromium.framework	0x0000000105fa6536 MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 1238
2   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
3   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
4   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
5   org.chromium.Chromium.framework	0x000000010351208f content::BrowserProcessIOThread::IOThreadRun(base::RunLoop*) + 95
6   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
7   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
8   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
9   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 9:: MemoryInfra
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f87a0e WaitableEvent::Wait() + 30
4   org.chromium.Chromium.framework	0x0000000105ed6d99 MessagePumpDefault::Run(base::MessagePump::Delegate*) + 185
5   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
6   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
7   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
8   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
9   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
10  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
11  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 10:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 11:: CrShutdownDetector
0   libsystem_kernel.dylib        	0x00007fff8475cffa read + 10
1   org.chromium.Chromium.framework	0x0000000105dc4f17 mous namespace)::ShutdownDetector::ThreadMain() + 119
2   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
3   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
4   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 12:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 13:: NetworkNotificationThreadMac
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 14:: CompositorTileWorker1
0   libsystem_kernel.dylib        	0x00007fff8475c0fa __psynch_cvwait + 10
1   libsystem_c.dylib             	0x00007fff89914fb9 _pthread_cond_wait + 869
2   org.chromium.Chromium.framework	0x0000000105f763bb ConditionVariable::Wait() + 75
3   org.chromium.Chromium.framework	0x000000010778b52a rtual thunk to cc::SingleThreadTaskGraphRunner::Run() + 90
4   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
5   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
6   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 15:: ThreadPoolSingleThreadForegroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4f11d internal::WorkerThread::RunWorker() + 749
5   org.chromium.Chromium.framework	0x0000000105f4ee0d internal::WorkerThread::RunDedicatedWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 16:: ThreadPoolSingleThreadSharedForeground1
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4eefb internal::WorkerThread::RunWorker() + 203
5   org.chromium.Chromium.framework	0x0000000105f4eddd internal::WorkerThread::RunSharedWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 17:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 18:: Dispatch queue: org.chromium.base.ThreadPool.ThreadGroup
0   com.apple.CoreServices.OSServices	0x00007fff86ffebb3 CIconStorageEntry::ReadIconFamilyItemsWithMask(IconFamilyResource const*, unsigned long long, IconContainerInfo*) + 161
1   com.apple.CoreServices.OSServices	0x00007fff86ffe519 CIconStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 637
2   com.apple.CoreServices.OSServices	0x00007fff86ffe27d CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 141
3   com.apple.CoreServices.OSServices	0x00007fff86ffdd11 CIconStorageEntry::GetData(int) + 145
4   com.apple.CoreServices.OSServices	0x00007fff86ffd45a CIconStorageEntry::GetDataInfo(int, unsigned int, _ISStorageDataInfo*) + 50
5   com.apple.CoreServices.OSServices	0x00007fff86ffd415 _ISGetStorageDataInfo + 62
6   com.apple.HIServices          	0x00007fff8c371cbd _ISStorageRefDataInfoGetter(void*, int, unsigned char, _ISIconInfo*) + 29
7   com.apple.HIServices          	0x00007fff8c371b2a ___ISGetBestCGImageForIndexedStorageData_block_invoke_0 + 52
8   com.apple.CoreServices.OSServices	0x00007fff86ffd9a7 _ISEnumerateIconIndexByPresidenceWithBlock + 176
9   com.apple.HIServices          	0x00007fff8c371780 _ISGetBestCGImageForIndexedStorageData + 630
10  com.apple.HIServices          	0x00007fff8c370a18 _ISGetCGImageRefForISImageRef + 599
11  com.apple.HIServices          	0x00007fff8c37074d _ISCreateCGImageForTypeAtScale + 857
12  com.apple.AppKit              	0x00007fff8fed02f4 -[NSIconRefImageRep CGImageForProposedRect:context:hints:] + 17
13  com.apple.AppKit              	0x00007fff8fdb3669 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1114
14  com.apple.AppKit              	0x00007fff8fdb2ff8 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1070
15  org.chromium.Chromium.framework	0x000000010656b4aa mous namespace)::NSImageOrNSImageRepToSkBitmapWithColorSpace(NSImage*, NSImageRep*, CGSize, bool, CGColorSpace*) + 538
16  org.chromium.Chromium.framework	0x000000010656b528 NSImageRepToSkBitmapWithColorSpace(NSImageRep*, CGSize, bool, CGColorSpace*) + 24
17  org.chromium.Chromium.framework	0x00000001068c50ff mageSkiaFromResizedNSImage(NSImage*, CGSize) + 895
18  org.chromium.Chromium.framework	0x0000000105d9eef8 ader::ReadIcon() + 216
19  org.chromium.Chromium.framework	0x0000000105f1a8ee TaskAnnotator::RunTaskImpl(base::PendingTask&) + 238
20  org.chromium.Chromium.framework	0x0000000105f45fed internal::TaskTracker::RunTaskImpl(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 61
21  org.chromium.Chromium.framework	0x0000000105f45fa0 internal::TaskTracker::RunContinueOnShutdown(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 64
22  org.chromium.Chromium.framework	0x0000000105f45c1e internal::TaskTracker::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 526
23  org.chromium.Chromium.framework	0x0000000105f76a37 internal::TaskTrackerPosix::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 103
24  org.chromium.Chromium.framework	0x0000000105f458a5 internal::TaskTracker::RunAndPopNextTask(base::internal::RegisteredTaskSource) + 373
25  org.chromium.Chromium.framework	0x0000000105f4b749 internal::ThreadGroupNative::RunNextTaskSourceImpl() + 425
26  libdispatch.dylib             	0x00007fff8de47f01 _dispatch_call_block_and_release + 15
27  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
28  libdispatch.dylib             	0x00007fff8de49317 _dispatch_async_f_redirect_invoke + 117
29  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
30  libdispatch.dylib             	0x00007fff8de451fa _dispatch_worker_thread2 + 304
31  libsystem_c.dylib             	0x00007fff89912cdb _pthread_wqthread + 404
32  libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 19:: ThreadPoolSingleThreadSharedBackgroundBlocking2
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4f11d internal::WorkerThread::RunWorker() + 749
5   org.chromium.Chromium.framework	0x0000000105f4ed4d internal::WorkerThread::RunBackgroundSharedWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 20:: ThreadPoolSingleThreadSharedForegroundBlocking3
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4f11d internal::WorkerThread::RunWorker() + 749
5   org.chromium.Chromium.framework	0x0000000105f4eddd internal::WorkerThread::RunSharedWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 21:: Service Discovery Thread
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 22:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff8475c322 __select + 10
1   com.apple.CoreFoundation      	0x00007fff8a253f46 __CFSocketManager + 1302
2   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
3   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 23:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 24:: CacheThread_BlockFile
0   libsystem_kernel.dylib        	0x00007fff8475cd2a kevent64 + 10
1   org.chromium.Chromium.framework	0x0000000105fa6536 MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 1238
2   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
3   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
4   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
5   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 25:: CVDisplayLink
0   libsystem_kernel.dylib        	0x00007fff8475c0fa __psynch_cvwait + 10
1   libsystem_c.dylib             	0x00007fff89914ff3 _pthread_cond_wait + 927
2   com.apple.CoreVideo           	0x00007fff8bf46ea3 CVDisplayLink::waitUntil(unsigned long long) + 271
3   com.apple.CoreVideo           	0x00007fff8bf46201 CVDisplayLink::runIOThread() + 529
4   com.apple.CoreVideo           	0x00007fff8bf45fd7 startIOThread(void*) + 148
5   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
6   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 26:: org.libusb.device-hotplug
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.CoreFoundation      	0x00007fff8a222dd1 CFRunLoopRun + 97
6   org.chromium.Chromium.framework	0x0000000108779b1d _event_thread_main + 285
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 27:: UsbEventHandler
0   libsystem_kernel.dylib        	0x00007fff8475cf96 poll + 10
1   org.chromium.Chromium.framework	0x0000000108777432 _events + 258
2   org.chromium.Chromium.framework	0x0000000108777173 _handle_events_timeout_completed + 867
3   org.chromium.Chromium.framework	0x00000001087775b4 _handle_events + 36
4   org.chromium.Chromium.framework	0x000000010876a8f3 ::UsbContext::UsbEventHandler::Run() + 67
5   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
6   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
7   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 28:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f4e7ae internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 30
4   org.chromium.Chromium.framework	0x0000000105f4eefb internal::WorkerThread::RunWorker() + 203
5   org.chromium.Chromium.framework	0x0000000105f4ed1d internal::WorkerThread::RunBackgroundPooledWorker() + 13
6   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
7   libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 29:: Geolocation
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   com.apple.CoreFoundation      	0x00007fff8a20f233 __CFRunLoopServiceMachPort + 195
3   com.apple.CoreFoundation      	0x00007fff8a214916 __CFRunLoopRun + 1078
4   com.apple.CoreFoundation      	0x00007fff8a2140e2 CFRunLoopRunSpecific + 290
5   com.apple.Foundation          	0x00007fff8b7247be -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
6   org.chromium.Chromium.framework	0x0000000105f812be MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 110
7   org.chromium.Chromium.framework	0x0000000105f7ff32 MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 98
8   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
9   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
10  org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
11  org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
12  org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
13  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
14  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 30:
0   libsystem_kernel.dylib        	0x00007fff8475c6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff89912f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff89912ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 31:: PowerSaveBlocker
0   libsystem_kernel.dylib        	0x00007fff8475a686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff84759c42 mach_msg + 70
2   org.chromium.Chromium.framework	0x0000000105f87b78 WaitableEvent::TimedWait(base::TimeDelta const&) + 344
3   org.chromium.Chromium.framework	0x0000000105f87a0e WaitableEvent::Wait() + 30
4   org.chromium.Chromium.framework	0x0000000105ed6d99 MessagePumpDefault::Run(base::MessagePump::Delegate*) + 185
5   org.chromium.Chromium.framework	0x0000000105f39b0a sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 122
6   org.chromium.Chromium.framework	0x0000000105f002cd RunLoop::Run(base::Location const&) + 173
7   org.chromium.Chromium.framework	0x0000000105f592d8 Thread::Run(base::RunLoop*) + 56
8   org.chromium.Chromium.framework	0x0000000105f59461 Thread::ThreadMain() + 369
9   org.chromium.Chromium.framework	0x0000000105f76f98 (anonymous namespace)::ThreadFunc(void*) + 104
10  libsystem_c.dylib             	0x00007fff89910772 _pthread_start + 327
11  libsystem_c.dylib             	0x00007fff898fd1a1 thread_start + 13

Thread 32:
0   libsystem_kernel.dylib        	0x00007fff8475c6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff89912f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff89912ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 33:
0   libsystem_kernel.dylib        	0x00007fff8475c6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff89912f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff89912ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 34:: Dispatch queue: org.chromium.base.ThreadPool.ThreadGroup
0   libsystem_kernel.dylib        	0x00007fff8475c0fa __psynch_cvwait + 10
1   libsystem_c.dylib             	0x00007fff89914fb9 _pthread_cond_wait + 869
2   com.apple.CoreServices.OSServices	0x00007fff86ffb0cc CIconFamilyLoader::Lock(unsigned char) + 98
3   com.apple.CoreServices.OSServices	0x00007fff86ffdce4 CIconStorageEntry::GetData(int) + 100
4   com.apple.CoreServices.OSServices	0x00007fff86ffd45a CIconStorageEntry::GetDataInfo(int, unsigned int, _ISStorageDataInfo*) + 50
5   com.apple.CoreServices.OSServices	0x00007fff86ffd415 _ISGetStorageDataInfo + 62
6   com.apple.HIServices          	0x00007fff8c371cbd _ISStorageRefDataInfoGetter(void*, int, unsigned char, _ISIconInfo*) + 29
7   com.apple.HIServices          	0x00007fff8c371b2a ___ISGetBestCGImageForIndexedStorageData_block_invoke_0 + 52
8   com.apple.CoreServices.OSServices	0x00007fff86ffd9a7 _ISEnumerateIconIndexByPresidenceWithBlock + 176
9   com.apple.HIServices          	0x00007fff8c371780 _ISGetBestCGImageForIndexedStorageData + 630
10  com.apple.HIServices          	0x00007fff8c370a18 _ISGetCGImageRefForISImageRef + 599
11  com.apple.HIServices          	0x00007fff8c37074d _ISCreateCGImageForTypeAtScale + 857
12  com.apple.AppKit              	0x00007fff8fed02f4 -[NSIconRefImageRep CGImageForProposedRect:context:hints:] + 17
13  com.apple.AppKit              	0x00007fff8fdb3669 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1114
14  com.apple.AppKit              	0x00007fff8fdb2ff8 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1070
15  org.chromium.Chromium.framework	0x000000010656b4aa mous namespace)::NSImageOrNSImageRepToSkBitmapWithColorSpace(NSImage*, NSImageRep*, CGSize, bool, CGColorSpace*) + 538
16  org.chromium.Chromium.framework	0x000000010656b528 NSImageRepToSkBitmapWithColorSpace(NSImageRep*, CGSize, bool, CGColorSpace*) + 24
17  org.chromium.Chromium.framework	0x00000001068c50ff mageSkiaFromResizedNSImage(NSImage*, CGSize) + 895
18  org.chromium.Chromium.framework	0x0000000105d9eef8 ader::ReadIcon() + 216
19  org.chromium.Chromium.framework	0x0000000105f1a8ee TaskAnnotator::RunTaskImpl(base::PendingTask&) + 238
20  org.chromium.Chromium.framework	0x0000000105f45fed internal::TaskTracker::RunTaskImpl(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 61
21  org.chromium.Chromium.framework	0x0000000105f45fa0 internal::TaskTracker::RunContinueOnShutdown(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 64
22  org.chromium.Chromium.framework	0x0000000105f45c1e internal::TaskTracker::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 526
23  org.chromium.Chromium.framework	0x0000000105f76a37 internal::TaskTrackerPosix::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 103
24  org.chromium.Chromium.framework	0x0000000105f458a5 internal::TaskTracker::RunAndPopNextTask(base::internal::RegisteredTaskSource) + 373
25  org.chromium.Chromium.framework	0x0000000105f4b749 internal::ThreadGroupNative::RunNextTaskSourceImpl() + 425
26  libdispatch.dylib             	0x00007fff8de47f01 _dispatch_call_block_and_release + 15
27  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
28  libdispatch.dylib             	0x00007fff8de49317 _dispatch_async_f_redirect_invoke + 117
29  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
30  libdispatch.dylib             	0x00007fff8de451fa _dispatch_worker_thread2 + 304
31  libsystem_c.dylib             	0x00007fff89912cdb _pthread_wqthread + 404
32  libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 35:
0   libsystem_kernel.dylib        	0x00007fff8475c6d6 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff89912f1c _pthread_workq_return + 25
2   libsystem_c.dylib             	0x00007fff89912ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13

Thread 36:: Dispatch queue: org.chromium.base.ThreadPool.ThreadGroup
0   libsystem_kernel.dylib        	0x00007fff8475bb26 __fcntl + 10
1   libsystem_kernel.dylib        	0x00007fff8475b0cb fcntl + 232
2   org.chromium.Chromium.framework	0x0000000105f7162d File::Flush() + 141
3   org.chromium.Chromium.framework	0x0000000107683e50 b_env::(anonymous namespace)::ChromiumWritableFile::Sync() + 112
4   org.chromium.Chromium.framework	0x000000010768af56 b::DBImpl::Write(leveldb::WriteOptions const&, leveldb::WriteBatch*) + 598
5   org.chromium.Chromium.framework	0x0000000107684444 b_env::DBTracker::TrackedDBImpl::Write(leveldb::WriteOptions const&, leveldb::WriteBatch*) + 36
6   org.chromium.Chromium.framework	0x000000010766b1a3 b_proto::LevelDB::Save(std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, leveldb::Status*) + 227
7   org.chromium.Chromium.framework	0x000000010766f49b b_proto::(anonymous namespace)::UpdateEntriesFromTaskRunner(leveldb_proto::LevelDB*, std::__1::unique_ptr<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > >, std::__1::default_delete<std::__1::vector<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > > >, std::__1::unique_ptr<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::default_delete<std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 43
8   org.chromium.Chromium.framework	0x000000010225be17 void base::internal::ReturnAsParamAdapter<bool>(base::OnceCallback<bool ()>, std::__1::unique_ptr<bool, std::__1::default_delete<bool> >*) + 55
9   org.chromium.Chromium.framework	0x000000010225beb6 base::internal::Invoker<base::internal::BindState<void (*)(base::OnceCallback<bool ()>, std::__1::unique_ptr<bool, std::__1::default_delete<bool> >*), base::OnceCallback<bool ()>, base::internal::UnretainedWrapper<std::__1::unique_ptr<bool, std::__1::default_delete<bool> > > >, void ()>::RunOnce(base::internal::BindStateBase*) + 38
10  org.chromium.Chromium.framework	0x0000000105f55b8a (anonymous namespace)::PostTaskAndReplyRelay::RunTaskAndPostReply(base::(anonymous namespace)::PostTaskAndReplyRelay) + 42
11  org.chromium.Chromium.framework	0x0000000105f55daa internal::Invoker<base::internal::BindState<void (*)(base::(anonymous namespace)::PostTaskAndReplyRelay), base::(anonymous namespace)::PostTaskAndReplyRelay>, void ()>::RunOnce(base::internal::BindStateBase*) + 74
12  org.chromium.Chromium.framework	0x0000000105f1a8ee TaskAnnotator::RunTaskImpl(base::PendingTask&) + 238
13  org.chromium.Chromium.framework	0x0000000105f45fed internal::TaskTracker::RunTaskImpl(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 61
14  org.chromium.Chromium.framework	0x0000000105f45fa0 internal::TaskTracker::RunContinueOnShutdown(base::internal::Task&, base::TaskTraits const&, base::internal::TaskSource*, base::SequenceToken const&) + 64
15  org.chromium.Chromium.framework	0x0000000105f45c1e internal::TaskTracker::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 526
16  org.chromium.Chromium.framework	0x0000000105f76a37 internal::TaskTrackerPosix::RunTask(base::internal::Task, base::internal::TaskSource*, base::TaskTraits const&) + 103
17  org.chromium.Chromium.framework	0x0000000105f458a5 internal::TaskTracker::RunAndPopNextTask(base::internal::RegisteredTaskSource) + 373
18  org.chromium.Chromium.framework	0x0000000105f4b749 internal::ThreadGroupNative::RunNextTaskSourceImpl() + 425
19  libdispatch.dylib             	0x00007fff8de47f01 _dispatch_call_block_and_release + 15
20  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
21  libdispatch.dylib             	0x00007fff8de49317 _dispatch_async_f_redirect_invoke + 117
22  libdispatch.dylib             	0x00007fff8de440b6 _dispatch_client_callout + 8
23  libdispatch.dylib             	0x00007fff8de451fa _dispatch_worker_thread2 + 304
24  libsystem_c.dylib             	0x00007fff89912cdb _pthread_wqthread + 404
25  libsystem_c.dylib             	0x00007fff898fd191 start_wqthread + 13
@Wowfunhappy
Copy link

Can you try the latest stable build and see if it still crashes? If it works there, we'll need to test Chrome Canary on a newer OS to see if the problem is Chromium-legacy-specific or not.

@aeiouaeiouaeiouaeiouaeiouaeiou
Copy link
Author

@Wowfunhappy it doesn't happen on the stable version, but I can't use it because the profile gets corrupted due downgrade.

@Wowfunhappy
Copy link

Wowfunhappy commented Mar 19, 2022

Okay, I've confirmed this issue isn't present in Chrome Canary, so it is a Chromium Legacy issue. I've also bisected the crash—build 979273 is the first problematic build, whereas 278255 does not exhibit the problem. Tested in Lion; the issue does not exist on Mavericks.

(I don't think downgrading should completely corrupt your profile? I usually just loose cookies.)

@Wowfunhappy
Copy link

Wowfunhappy commented Mar 29, 2022

This appears to have been fixed as of build 986492!

If it's fixed for you too @aeiouaeiouaeiouaeiouaeiouaeiou, I recommend closing this issue.

@aeiouaeiouaeiouaeiouaeiouaeiou
Copy link
Author

LGTM, now I need to understand the reason of random kernel panics. On some sites with heavy javascript browser freezes and reboots the computer, but no any logs are left in the system console.

@Wowfunhappy
Copy link

Re: kernel panics, definitely a look at #44, I actually feel like we're pretty close to getting to the bottom of it!

blueboxd pushed a commit that referenced this issue Jun 22, 2022
(cherry picked from commit 40491ae)

Bug: b/205961819
Change-Id: I7e9f45fa6ab9b61644281acb79acf0e52be8fa73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3615574
Reviewed-by: Daniel Rubery <drubery@chromium.org>
Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1003846}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3651361
Auto-Submit: Dominique Fauteux-Chapleau <domfc@chromium.org>
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/branch-heads/5060@{#53}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
blueboxd pushed a commit that referenced this issue Aug 31, 2022
This CL fix the issue where default controls in Picture-in-picture window is controlling wrong media when pip'ed media isn't active. This is caused by default controls in pip window are meant for active media session. The CL fix the issue by adding custom controls (play/pause, previous track, next track) to Picture-in-picture params to override the default controls.

Bug: 1345255

(cherry picked from commit 0dbc538)

Change-Id: I92d87513d12c919eb0a4ebc7d37d4de6fec10766
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3773420
Commit-Queue: Jazz Xu <jazzhsu@chromium.org>
Reviewed-by: Frank Liberato <liberato@chromium.org>
Reviewed-by: Yaron Friedman <yfriedman@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1027363}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3785119
Owners-Override: Krishna Govind <govind@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Krishna Govind <govind@chromium.org>
Auto-Submit: Jazz Xu <jazzhsu@chromium.org>
Reviewed-by: Krishna Govind <govind@chromium.org>
Cr-Commit-Position: refs/branch-heads/5195@{#53}
Cr-Branched-From: 7aa3f07-refs/heads/main@{#1027018}
blueboxd pushed a commit that referenced this issue Sep 29, 2022
(cherry picked from commit 53112b9)

Change-Id: I4ade6932969233cd03a79757445b3ae89bc80d73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3845178
Reviewed-by: Peter Kasting <pkasting@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1037724}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3851063
Auto-Submit: Peter Kasting <pkasting@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5249@{#53}
Cr-Branched-From: 4f7bea5-refs/heads/main@{#1036826}
blueboxd pushed a commit that referenced this issue Nov 30, 2022
When you try to download a file with a given path and this path does
not exist, it throw an error. This CL fix this by checking if the folder
exist or create it otherwise when user tap on the share button, before
starting the download.

(cherry picked from commit 0ee2fb6)

Fixed: 1371047, 1373233, 1373230
Change-Id: Ibee5797f290b82e78d8ba72d3aa4ba977d36a685
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3948509
Reviewed-by: Gauthier Ambard <gambard@chromium.org>
Commit-Queue: Aliona Dangla <alionadangla@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1059189}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3959752
Auto-Submit: Aliona Dangla <alionadangla@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/branch-heads/5359@{#53}
Cr-Branched-From: 27d3765-refs/heads/main@{#1058933}
blueboxd pushed a commit that referenced this issue Feb 8, 2023
This CL moves the Remote Playback from GMC flag to media_switches.h so
that it can be used by media_session_notification_item.cc to hide
"showing Remote Playback info in local media session notifications"
behind the flag.

(cherry picked from commit 7550d6b)

Bug: 1392875
Change-Id: Ia74b183decb9e972b5dd033cca338c38b5d72bcd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4104964
Reviewed-by: Eugene Zemtsov <eugene@chromium.org>
Reviewed-by: Tommy Steimel <steimel@chromium.org>
Commit-Queue: Muyao Xu <muyaoxu@google.com>
Reviewed-by: Takumi Fujimoto <takumif@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1084426}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4119162
Commit-Queue: Eugene Zemtsov <eugene@chromium.org>
Auto-Submit: Muyao Xu <muyaoxu@google.com>
Cr-Commit-Position: refs/branch-heads/5481@{#53}
Cr-Branched-From: 130f3e4-refs/heads/main@{#1084008}
blueboxd pushed a commit that referenced this issue Mar 7, 2023
…111.0.5563.4-r1 to 111-5550.0-1675078804-benchmark-111.0.5563.7-r1

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
Please CC c-compiler-chrome@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: c-compiler-chrome@google.com
Change-Id: Ie5e45aeeb3462e8715e9cac124d03d62d3f5b482
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4209448
Commit-Queue: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5563@{#53}
Cr-Branched-From: 3ac59a6-refs/heads/main@{#1097615}
blueboxd pushed a commit that referenced this issue Apr 14, 2023
…merged

This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.

Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-beta
Please CC c-compiler-chrome@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: c-compiler-chrome@google.com
Change-Id: Ic696232c56beda643dfdcfed86c71be47dac9453
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4296360
Commit-Queue: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#53}
Cr-Branched-From: 9c6408e-refs/heads/main@{#1109224}
blueboxd pushed a commit that referenced this issue May 9, 2023
Merge CL to m113.

crrev.com/c/4273874 added a `Omnibox.OmniboxEditModelOpenMatchTime`
histogram, but the code was logging to `Omnibox.OpenMatchTime`, making
the data unavailable in UMA.

This CL fixes the typo.

This CL also updates the buckets of
`Omnibox.SuggestionUsed.Search.InputToNavigationStart2` &
`Omnibox.SuggestionUsed.URL.InputToNavigationStart2`. Previously, they
covered [10ms, 10minutes]. But 30% of events fell in the underflow
bucket (55% in an experiment), and 99.999% of events fell in the <14s
bucket [1].

This CL updates the histograms to cover [1ms, 1minute] and renames them
(`...InputToNavigationStart` -> `...InputToNavigationStart2`).


[1]
https://uma.googleplex.com/p/chrome/timeline_v2?sid=3850b51de4e1b9122d37fbb6a169b1a6

(cherry picked from commit bc5575d)

Bug: 1418490
Change-Id: Icbad05e77f1122ae15f4b54e2610b0ece9feb568
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4370582
Reviewed-by: Ryan Sturm <ryansturm@chromium.org>
Commit-Queue: Ryan Sturm <ryansturm@chromium.org>
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Auto-Submit: manuk hovanesian <manukh@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1121977}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4375321
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5672@{#53}
Cr-Branched-From: 5f2a724-refs/heads/main@{#1121455}
blueboxd pushed a commit that referenced this issue May 27, 2023
Change-Id: Ic72b557ea77c64864b532ac271d3d918c0464336
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4489404
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Ben Mason <benmason@chromium.org>
Cr-Commit-Position: refs/branch-heads/5735@{#53}
Cr-Branched-From: 2f562e4-refs/heads/main@{#1135570}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants