I have attached the output of `chromium --debug` after reading the
instructions in /usr/share/doc/chromium/README.Debian and installing the
chromium-dbgsym package. This always crashes on startup, not randomly, so
I probably did something wrong.

Any help would be appreciated.

Gr,
JJ
# Env:
#     LD_LIBRARY_PATH=
#                
PATH=/home/jj/.local/bin:/home/jj/.perl5/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/jj/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS= --force-device-scale-factor=1 --enable-remote-extensions 
--incognito --show-component-extension-options --ignore-gpu-blacklist 
--enable-gpu-rasterization --no-default-browser-check --disable-pings 
--media-router=0 --enable-remote-extensions 
--load-extension=/usr/share/chromium/extensions/ublock-origin 
--load-extension=/usr/share/chromium/extensions/ublock-origin
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.KO98ty
GNU gdb (Debian 8.3.1-1) 8.3.1
Copyright (C) 2019 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...
Reading symbols from 
/usr/lib/debug/.build-id/36/17b9a7889a0546c5212bf47726752b2bb4e479.debug...
(gdb) run
Starting program: /usr/lib/chromium/chromium --force-device-scale-factor=1 
--enable-remote-extensions --incognito --show-component-extension-options 
--ignore-gpu-blacklist --enable-gpu-rasterization --no-default-browser-check 
--disable-pings --media-router=0 --enable-remote-extensions 
--load-extension=/usr/share/chromium/extensions/ublock-origin 
--load-extension=/usr/share/chromium/extensions/ublock-origin --single-process 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffed306700 (LWP 208972)]
[Detaching after fork from child process 208973]
[New Thread 0x7fffecb05700 (LWP 208977)]
[New Thread 0x7fffe6f87700 (LWP 208978)]
[New Thread 0x7fffe6786700 (LWP 208979)]
[New Thread 0x7fffe5784700 (LWP 208981)]
[New Thread 0x7fffe5f85700 (LWP 208980)]
[New Thread 0x7fffe4f83700 (LWP 208982)]
[New Thread 0x7fffcbfff700 (LWP 208983)]
[New Thread 0x7fffcb7fe700 (LWP 208984)]
[New Thread 0x7fffcaffd700 (LWP 208985)]
[New Thread 0x7fffe4338700 (LWP 208986)]
[New Thread 0x7fffc9ffb700 (LWP 208988)]
[New Thread 0x7fffca7fc700 (LWP 208987)]
[New Thread 0x7fffc8ff9700 (LWP 208990)]
[New Thread 0x7fffc97fa700 (LWP 208989)]
[New Thread 0x7fffabfff700 (LWP 208991)]
[New Thread 0x7fffab7fe700 (LWP 208992)]
[New Thread 0x7fffaaffd700 (LWP 208993)]
[New Thread 0x7fffaa7fc700 (LWP 208994)]
[New Thread 0x7fffa9ffb700 (LWP 208995)]
[New Thread 0x7fffa97fa700 (LWP 208996)]
[208968:208968:1220/161322.059464:ERROR:system_network_context_manager.cc(726)] 
Cannot use V8 Proxy resolver in single process mode.
[New Thread 0x7fffa8ff9700 (LWP 208997)]
[New Thread 0x7fff87fff700 (LWP 208998)]
[208968:208968:1220/161322.112096:ERROR:system_network_context_manager.cc(726)] 
Cannot use V8 Proxy resolver in single process mode.
[New Thread 0x7fff86b45700 (LWP 209002)]
[New Thread 0x7fff86344700 (LWP 209003)]
[New Thread 0x7fff85b43700 (LWP 209004)]
[Thread 0x7fff85b43700 (LWP 209004) exited]
[New Thread 0x7fff85342700 (LWP 209005)]
[208968:208968:1220/161322.259970:ERROR:system_network_context_manager.cc(726)] 
Cannot use V8 Proxy resolver in single process mode.
[New Thread 0x7fff84b41700 (LWP 209006)]
[New Thread 0x7fff6ffff700 (LWP 209007)]
[New Thread 0x7fff6f7fe700 (LWP 209008)]
[New Thread 0x7fff6effd700 (LWP 209009)]
[New Thread 0x7fff6e7fc700 (LWP 209010)]
[New Thread 0x7fff6dffb700 (LWP 209011)]
[New Thread 0x7fff6d7fa700 (LWP 209012)]
[208968:208968:1220/161322.399477:FATAL:render_process_host_impl.cc(4146)] 
Check failed: render_process_host->InSameStoragePartition( 
BrowserContext::GetStoragePartition(browser_context, site_instance, false )). 

Thread 1 "chromium" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) quit
A debugging session is active.

        Inferior 1 [process 208968] will be killed.

Quit anyway? (y or n) y

Reply via email to