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

DCHECK fail when tor window is opened (FATAL:profile_list_desktop.cc(78)] Check failed: false) #1477

Open
simonhong opened this issue Oct 10, 2018 · 1 comment
Labels
bug feature/tor needs-investigation A bug not 100% confirmed/fixed

Comments

@simonhong
Copy link
Member

simonhong commented Oct 10, 2018

I can see this dcheck failure after opening tor window.(maybe 1 or 2 mins later)

[42128:775:1010/144042.757135:FATAL:profile_list_desktop.cc(78)] Check failed: false.
0   libbase.dylib                       0x000000010fcacaee base::debug::StackTrace::StackTrace(unsigned long) + 174
1   libbase.dylib                       0x000000010fcacbad base::debug::StackTrace::StackTrace(unsigned long) + 29
2   libbase.dylib                       0x000000010f884abc base::debug::StackTrace::StackTrace() + 28
3   libbase.dylib                       0x000000010f90075c logging::LogMessage::~LogMessage() + 460
4   libbase.dylib                       0x000000010f8fe355 logging::LogMessage::~LogMessage() + 21
5   libchrome_dll.dylib                 0x000000011fcea2d6 ProfileListDesktop::MenuIndexFromProfilePath(base::FilePath const&) const + 390
6   libchrome_dll.dylib                 0x000000011fce53aa AvatarMenu::GetActiveProfileIndex() + 314
7   libchrome_dll.dylib                 0x0000000124e63590 -[ProfileMenuController validateMenuItem:] + 208
8   AppKit                              0x00007fff50be0251 -[NSMenu _enableItem:] + 563
9   AppKit                              0x00007fff50bdffbf -[NSMenu _enableItems] + 218
10  AppKit                              0x00007fff50bdfc1b -[NSApplication _flattenMenu:flatList:] + 60
11  AppKit                              0x00007fff50bdf7ad -[NSApplication _createDockMenu:] + 383
12  AppKit                              0x00007fff50bdf5ff __44-[NSApplication _copyPublicPersistentUIInfo]_block_invoke + 42
13  AppKit                              0x00007fff50e889a2 ___NSMainRunLoopPerformBlock_block_invoke + 25
14  CoreFoundation                      0x00007fff534ec87c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
15  CoreFoundation                      0x00007fff534cf253 __CFRunLoopDoBlocks + 275
16  CoreFoundation                      0x00007fff534ce8de __CFRunLoopRun + 1278
17  CoreFoundation                      0x00007fff534ce153 CFRunLoopRunSpecific + 483
18  HIToolbox                           0x00007fff527b8d96 RunCurrentEventLoopInMode + 286
19  HIToolbox                           0x00007fff527b8b06 ReceiveNextEventCommon + 613
20  HIToolbox                           0x00007fff527b8884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
21  AppKit                              0x00007fff50a69a73 _DPSNextEvent + 2085
22  AppKit                              0x00007fff511ffe34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
23  libchrome_dll.dylib                 0x000000011edbf42a __71-[BrowserCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:]_block_invoke + 106
24  libbase.dylib                       0x000000010f9064ba base::mac::CallWithEHFrame(void () block_pointer) + 10
25  libchrome_dll.dylib                 0x000000011edbf2c8 -[BrowserCrApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 248
26  AppKit                              0x00007fff50a5e885 -[NSApplication run] + 764
27  libbase.dylib                       0x000000010f96390c base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) + 348
28  libbase.dylib                       0x000000010f960765 base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 101
29  libbase.dylib                       0x000000010f95281c base::MessageLoop::Run(bool) + 556
30  libbase.dylib                       0x000000010fa3dd4e base::RunLoop::Run() + 606
31  libchrome_dll.dylib                 0x000000011edd26b4 ChromeBrowserMainParts::MainMessageLoopRun(int*) + 340
32  libcontent.dylib                    0x00000001362cf3e2 content::BrowserMainLoop::RunMainMessageLoopParts() + 450
33  libcontent.dylib                    0x00000001362d997a content::BrowserMainRunnerImpl::Run() + 378
34  libcontent.dylib                    0x00000001362c140e content::BrowserMain(content::MainFunctionParams const&) + 654
35  libcontent.dylib                    0x000000013934ee35 content::RunBrowserProcessMain(content::MainFunctionParams const&, content::ContentMainDelegate*) + 309
36  libcontent.dylib                    0x000000013935229e content::ContentMainRunnerImpl::Run(bool) + 4318
37  libcontent.dylib                    0x0000000139348e9c content::ContentServiceManagerMainDelegate::RunEmbedderProcess() + 76
38  libembedder.dylib                   0x000000010f6d03d9 service_manager::Main(service_manager::MainParams const&) + 3753
39  libcontent.dylib                    0x000000013934ecb9 content::ContentMain(content::ContentMainParams const&) + 89
40  libchrome_dll.dylib                 0x000000011bd6131e ChromeMain + 270
41  Brave Browser Development           0x000000010d40add1 main + 1233
42  libdyld.dylib                       0x00007fff7b323015 start + 1
43  ???                                 0x0000000000000004 0x0 + 4
@bbondy bbondy added this to the 1.x Backlog milestone Oct 16, 2018
@rebron rebron modified the milestone: 1.x Backlog Feb 7, 2019
@riastradh-brave
Copy link
Contributor

Is this still reproducible?

@riastradh-brave riastradh-brave added feature/tor bug needs-investigation A bug not 100% confirmed/fixed labels May 6, 2019
@riastradh-brave riastradh-brave added this to Untriaged in Tor and Private Windows via automation May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature/tor needs-investigation A bug not 100% confirmed/fixed
Projects
Development

No branches or pull requests

4 participants