Issue metadata
Sign in to add a comment
|
chrome://inspect cause crash
Reported by
lukasz.b...@gmail.com,
May 1 2017
|
||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.29 Safari/537.36 Steps to reproduce the problem: 1. type chrome://inspect 2. done, chrome crashed What is the expected behavior? Opening inspect page What went wrong? Browser crashed Crashed report ID: 0e988725-87f9-450a-bb14-d192a2ee7976 How much crashed? Whole browser Is it a problem with a plugin? N/A Did this work before? Yes Chrome version: 59.0.3071.29 Channel: beta OS Version: 10.0 Flash Version:
,
May 2 2017
aebda5b640000000. I think also you can look at 0eb8531e80000000 5a69a5b640000000 3e075d9d50000000
,
May 2 2017
Thank you for providing more feedback. Adding requester "kochi@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 3 2017
Stack trace =========== Thread 0 CRASHED [EXCEPTION_ACCESS_VIOLATION_READ @ 0x10000000000000000 ] MAGIC SIGNATURE THREAD Stack Quality100%Show frame trust levels 0x00007fff373b9b46 (chrome.dll -xstring:2121 ) std::basic_string<char,std::char_traits<char>,std::allocator<char> >::compare(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &) 0x00007fff37cf3f68 (chrome.dll -values.cc:859 ) base::DictionaryValue::GetWithoutPathExpansion(base::BasicStringPiece<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,base::Value const * *) 0x00007fff37cf3b0c (chrome.dll -values.cc:734 ) base::DictionaryValue::Get(base::BasicStringPiece<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,base::Value const * *) 0x00007fff37cf3ed0 (chrome.dll -values.cc:851 ) base::DictionaryValue::GetList(base::BasicStringPiece<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,base::ListValue * *) 0x00007fff38bc297b (chrome.dll -devtools_targets_ui.cc:255 ) `anonymous namespace'::LocalTargetsUIHandler::SendTargets 0x00007fff38bc2601 (chrome.dll -devtools_targets_ui.cc:231 ) `anonymous namespace'::LocalTargetsUIHandler::UpdateTargets 0x00007fff37447689 (chrome.dll -bind_internal.h:339 ) base::internal::Invoker<base::internal::BindState<void ( content::EmbeddedServiceRunner::*)(void),base::WeakPtr<content::EmbeddedServiceRunner> >,void >::Run(base::internal::BindStateBase *) 0x00007fff37d72b1f (chrome.dll -task_annotator.cc:59 ) base::debug::TaskAnnotator::RunTask(char const *,base::PendingTask *) 0x00007fff37d24935 (chrome.dll -message_loop.cc:423 ) base::MessageLoop::RunTask(base::PendingTask *) 0x00007fff37d24b2f (chrome.dll -message_loop.cc:434 ) base::MessageLoop::DeferOrRunPendingTask(base::PendingTask) 0x00007fff37d256db (chrome.dll -message_loop.cc:566 ) base::MessageLoop::DoDelayedWork(base::TimeTicks *) 0x00007fff37d730da (chrome.dll -message_pump_win.cc:177 ) base::MessagePumpForUI::DoRunLoop() 0x00007fff37d72d13 (chrome.dll -message_pump_win.cc:56 ) base::MessagePumpWin::Run(base::MessagePump::Delegate *) 0x00007fff37d4c96f (chrome.dll -run_loop.cc:37 ) base::RunLoop::Run() 0x00007fff37c4624f (chrome.dll -chrome_browser_main.cc:1977 ) ChromeBrowserMainParts::MainMessageLoopRun(int *) 0x00007fff376d37db (chrome.dll -browser_main_runner.cc:140 ) content::BrowserMainRunnerImpl::Run() 0x00007fff376cc118 (chrome.dll -browser_main.cc:46 ) content::BrowserMain(content::MainFunctionParams const &) 0x00007fff37bf8383 (chrome.dll -content_main_runner.cc:740 ) content::ContentMainRunnerImpl::Run() 0x00007fff386f77fb (chrome.dll -main.cc:179 ) service_manager::Main(service_manager::MainParams const &) 0x00007fff373acf64 (chrome.dll -chrome_main.cc:123 ) ChromeMain 0x00007ff742f77510 (chrome.exe -main_dll_loader_win.cc:202 ) MainDllLoader::Launch(HINSTANCE__ *,base::TimeTicks) 0x00007ff742f725da (chrome.exe -chrome_exe_main_win.cc:271 ) wWinMain 0x00007ff74300c7a2 (chrome.exe -exe_common.inl:253 ) __scrt_common_main_seh 0x00007fff70832773 (KERNEL32.DLL + 0x00012773 ) BaseThreadInitThunk 0x00007fff72470d60 (ntdll.dll + 0x00070d60 ) RtlUserThreadStart Note: Unable to reproduce this issue as per the above mentioned steps. Could you please try the same by creating fresh profile under chrome://settings with no apps & extensions for further triage. Please find the screen cast.
,
May 3 2017
I have created new profile without any addons. But it still crashes. I can't find anything related to crash when started chrome with --enable-logging --v=1. Last logged information is "[21456:12672:0503/180629.528:ERROR:broker_win.cc(59)] Error reading broker pipe: Error (0x5) while retrieving error. (0x6D)" And there few report ids 47b7c07640000000 962bd99350000000 79846b14b0000000
,
May 3 2017
Thank you for providing more feedback. Adding requester "sandeepkumars@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 4 2017
Have created a new profile with no apps and extensions and followed the above steps mentioned in comment #0, still unable to reproduce this issue. Hence looping the related Dev's, who has worked on the similar stack trace of the crashes recently. Thanks,
,
May 5 2017
Can you please upgrade to the latest beta build # 59.0.3071.36 and check if you still see this issue ? The fix for crbug.com/712119 with same magic signature has been merged to M59 branch and the new beta build # 59.0.3071.36 has the fix.
,
May 5 2017
Yep, it's working now :) Thanks for help and fix! :)
,
May 5 2017
Thank you for providing more feedback. Adding requester "pucchakayala@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 8 2017
Thanks for the update! Closing this issue as per comment #9. Thanks,
,
May 16 2017
The NextAction date has arrived: 2017-05-16
,
May 17 2017
This is closed as WontFix already and no action is required. Thanks!
,
Nov 29
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by kochi@chromium.org
, May 2 2017Labels: Needs-Feedback
NextAction: 2017-05-16