Bug#882801: chromium: segfaults like crazy

2017-12-13 Thread Clint Adams
On Sat, Dec 09, 2017 at 05:52:16PM +0100, Pascal Obry wrote:
> Does it runs if started with --disable-extensions ?

Yes, it appears so.



Bug#882801: chromium: segfaults like crazy

2017-12-09 Thread Pascal Obry

Does it runs if started with --disable-extensions ?

I'm asking as I have a similar problem and this workaround works for
me. Note that it may be the same issue as:

https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1702501

As described on this ticket it seems to be due to an issue with the
integrated with the cast plugin. Another workaround is to stop all
network connection before starting chromium. You may want to test this
too.

Regards,

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B



Bug#882801: chromium: segfaults like crazy

2017-12-03 Thread Alberto Bertogli

Just FYI, I'm also seeing this.

On an up to date Debian testing, same version (62.0.3202.89-1).

I can reproduce it on a fresh profile, and also incognito is affected,
so it's completely unusable.
-g makes no difference in my case (also crashes).


If I "rm -r ~/.config/chromium" and then run "chromium --incognito", it
opens and runs for about 4m of light use (browsing simple websites in
two tabs, for example) before crashing.  Subsequent runs crash right
after launching.

This seems to be 100% reproducible here.


Traceback obtained with gdb:

Thread 1 "chromium" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt  
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x7fffec49319a in __GI_abort () at abort.c:89
#2  0x5754ebc5 in base::debug::BreakDebugger() ()
#3  0x57568835 in logging::LogMessage::~LogMessage() ()
#4  0x567a75be in 
content::RenderProcessHostImpl::GetProcessHostForSiteInstance(content::BrowserContext*,
 content::SiteInstanceImpl*) ()
#5  0x56836fe7 in content::SiteInstanceImpl::GetProcess() ()
#6  0x5685fb5e in 
content::WebContentsImpl::Init(content::WebContents::CreateParams const&) ()
#7  0x5685d5d6 in 
content::WebContentsImpl::CreateWithOpener(content::WebContents::CreateParams 
const&, content::FrameTreeNode*) ()
#8  0x587a6cac in chrome::Navigate(chrome::NavigateParams*) ()
#9  0x587b437d in 
StartupBrowserCreatorImpl::OpenTabsInBrowser(Browser*, bool, 
std::vector const&) ()
#10 0x587b5df9 in 
StartupBrowserCreatorImpl::RestoreOrCreateBrowser(std::vector const&, StartupBrowserCreatorImpl::BrowserOpe
nBehavior, unsigned int, bool, bool) ()
#11 0x587b64b1 in 
StartupBrowserCreatorImpl::ProcessLaunchUrlsUsingConsolidatedFlow(bool, 
std::vector const&) ()
#12 0x587b66d8 in StartupBrowserCreatorImpl::Launch(Profile*, 
std::vector const&, bool) ()
#13 0x587b2c7d in 
StartupBrowserCreator::LaunchBrowser(base::CommandLine const&, Profile*, 
base::FilePath const&, chrome::startup::IsProcessStartup, chrome::startup::
IsFirstRun) ()
#14 0x587b37b8 in 
StartupBrowserCreator::ProcessCmdLineImpl(base::CommandLine const&, 
base::FilePath const&, bool, Profile*, std::vector const&) ()
#15 0x587b3aba in StartupBrowserCreator::Start(base::CommandLine 
const&, base::FilePath const&, Profile*, std::vector > const&) ()
#16 0x57484e61 in ChromeBrowserMainParts::PreMainMessageLoopRunImpl() ()
#17 0x57485160 in ChromeBrowserMainParts::PreMainMessageLoopRun() ()
#18 0x5659f8f4 in content::BrowserMainLoop::PreMainMessageLoopRun() ()  

#19 0x5683dfba in content::StartupTaskRunner::RunAllTasksNow() ()   
   
#20 0x565a26f6 in content::BrowserMainLoop::CreateStartupTasks() ()
#21 0x565a42ab in 
content::BrowserMainRunnerImpl::Initialize(content::MainFunctionParams const&) 
()
#22 0x5659f05f in content::BrowserMain(content::MainFunctionParams 
const&) ()
#23 0x572e9e0b in content::ContentMainRunnerImpl::Run() ()
#24 0x572f1210 in service_manager::Main(service_manager::MainParams 
const&) ()
#25 0x572e9514 in content::ContentMain(content::ContentMainParams 
const&) ()
#26 0x5613512c in ChromeMain ()
#27 0x7fffec47e561 in __libc_start_main (main=0x561241ef , 
argc=9, argv=0x7fffdeb8, init=, fini=, 
rtld_fini=,
stack_end=0x7fffdea8) at ../csu/libc-start.c:297
   
#28 0x56134fba in _start () 
   


I hope this helps!

Thanks!
Alberto



Bug#882801: chromium: segfaults like crazy

2017-11-26 Thread Clint Adams
Package: chromium
Version: 62.0.3202.89-1

chromium segfaults on me usually within a minute.  It does not do so
when run with -g, and it does not do so with the version in
experimental.