You are not logged in.

#1 2019-05-18 02:44:39

mbates
Member
Registered: 2014-07-09
Posts: 38

chromium crash

Hi,

chromium  starts to crash from chromium-73. So I kept it in 72  and icu in 63 by

pacman -Syu --ignore=chromium --ignore=icu

But now some other packages needs icu64, I have to  upgrade chromium and icu to the newest version.

chromium

and

chromium --disable-gpu

crash with the total blank window and the same log.

[10094:10094:0518/101908.837916:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10134:10170:0518/101909.724926:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10134:10170:0518/101909.725345:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10134:10168:0518/101909.725881:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10062:10783:0518/101914.163583:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[10134:10167:0518/101916.058613:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[11993:11993:0518/101920.552654:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12152:12152:0518/101930.822927:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10062:10071:0518/101939.730934:FATAL:gpu_data_manager_impl_private.cc(897)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)

What should I do to solve "FATAL:gpu_data_manager_impl_private.cc(897)"?

Last edited by mbates (2019-05-18 16:08:49)

Offline

#2 2019-05-18 07:40:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: chromium crash

Seems you're hitting some thread quota.

Usual suspect:

chromium --disable-extensions

Otherwise: Did you set any limits via ulimit or systemd? Is this a virtual machine or docker image?

Offline

#3 2019-05-18 11:43:02

mbates
Member
Registered: 2014-07-09
Posts: 38

Re: chromium crash

seth wrote:

Seems you're hitting some thread quota.

Usual suspect:

chromium --disable-extensions

Otherwise: Did you set any limits via ulimit or systemd? Is this a virtual machine or docker image?

Thanks.  I tried to run chromium without extensions(only one extension),  but get the same error.

#ulimit -a 
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 43734
max locked memory       (kbytes, -l) 1024
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 1024000
cpu time               (seconds, -t) unlimited
max user processes              (-u) 43734
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

Not virtual machine or docker image, I run archlinux on my laptop.



This is the log from   chromium72

[10694:10705:0518/194758.916125:ERROR:browser_gpu_channel_host_factory.cc(139)] Failed to launch GPU process.
[10694:11369:0518/194803.115404:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[10694:10704:0518/194803.304753:ERROR:top_sites_backend.cc(92)] Failed to initialize database.
[10694:10705:0518/194803.690301:ERROR:browser_gpu_channel_host_factory.cc(139)] Failed to launch GPU process.
[10694:10719:0518/194803.723422:ERROR:simple_version_upgrade.cc(177)] Version 9 is from the future.

It is failed to  launch GPU, but I could use it without any problem.

Last edited by mbates (2019-05-18 16:08:30)

Offline

#4 2019-05-18 12:26:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: chromium crash

The problem is

ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)

- at some point chromium just gives up.
Try to run it from a fresh user account (to sidestep all user configs)

What's the output of "systemctl status some_random.service"? (The tasks line might be relevant, esp. the limit)

Offline

#5 2019-05-18 15:38:23

mbates
Member
Registered: 2014-07-09
Posts: 38

Re: chromium crash

seth wrote:

The problem is

ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)

- at some point chromium just gives up.
Try to run it from a fresh user account (to sidestep all user configs)

What's the output of "systemctl status some_random.service"? (The tasks line might be relevant, esp. the limit)

● dbus.service - D-Bus System Message Bus
   Loaded: loaded (/usr/lib/systemd/system/dbus.service; static; vendor preset: disabled)
   Active: active (running) since Sat 2019-05-18 10:00:18 CST; 13h ago
     Docs: man:dbus-daemon(1)
 Main PID: 622 (dbus-daemon)
    Tasks: 1 (limit: 4915)
   Memory: 4.2M
   CGroup: /system.slice/dbus.service
           └─622 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only

May 18 13:11:47 linux dbus-daemon[622]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' reques$
May 18 13:11:47 linux dbus-daemon[622]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.$
May 18 13:12:39 linux dbus-daemon[622]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freed$
May 18 13:12:40 linux dbus-daemon[622]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 18 13:13:59 linux dbus-daemon[622]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' reques$
May 18 13:13:59 linux dbus-daemon[622]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.$
May 18 13:22:53 linux dbus-daemon[622]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' reques$
May 18 13:22:53 linux dbus-daemon[622]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.$
May 18 13:24:41 linux dbus-daemon[622]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' reques$
May 18 13:24:41 linux dbus-daemon[622]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.$

After deleting $HOME/.config/chromium/, I could open the chromium (the new problem is no internet connection, just "Resolving host..."). And the log is

[10150:10190:0518/233203.641367:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10150:10190:0518/233203.641824:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10150:10188:0518/233203.641979:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[10145:10145:0518/233204.249896:ERROR:sandbox_linux.cc(368)] InitializeSandbox() called with multiple threads in process gpu-process.
[10092:10813:0518/233207.392573:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[10150:10187:0518/233207.738287:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)

But is I turn off the setting
Setting->Advantage->System -> Use Hardware acceleration when available

The window is total blank as before, and the log is the same as before as well

[12857:12857:0518/233500.326452:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12862:12913:0518/233500.385221:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12862:12913:0518/233500.385662:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12862:12911:0518/233500.385842:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12827:13565:0518/233504.093492:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[12862:12910:0518/233504.277102:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[14902:14902:0518/233510.077314:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[14922:14922:0518/233519.064971:ERROR:platform_thread_posix.cc(129)] pthread_create: Resource temporarily unavailable (11)
[12827:12836:0518/233527.635266:FATAL:gpu_data_manager_impl_private.cc(897)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)

Does this mean chromium must need gpu to run?

Last edited by mbates (2019-05-18 16:07:58)

Offline

#6 2019-05-18 15:45:14

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,653
Website

Re: chromium crash

Please use code tags, not quote tags, for output.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2019-05-18 16:09:15

mbates
Member
Registered: 2014-07-09
Posts: 38

Re: chromium crash

WorMzy wrote:

Please use code tags, not quote tags, for output.

done

Offline

#8 2019-05-19 14:26:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,768

Re: chromium crash

Did you ensure that the setting is the critical one and not merely adding a config breaks stuff? (Ie. do things work again if you restore the setting?)
In case that would suggest a bug in the software renderer. Or do you maybe just run OOM? Do you have a swap device?

Offline

#9 2019-05-19 15:50:13

mbates
Member
Registered: 2014-07-09
Posts: 38

Re: chromium crash

seth wrote:

Did you ensure that the setting is the critical one and not merely adding a config breaks stuff? (Ie. do things work again if you restore the setting?)
In case that would suggest a bug in the software renderer. Or do you maybe just run OOM? Do you have a swap device?

It is strange. Just checking my another user account,  the new version chromium could run without any probelm. So it is not oom or swap related.

#swapon --summary
Filename				Type		Size	Used	Priority
/dev/sda2                              	partition	1048572	0	-2

Maybe there are some other env setting in this account causing this crash.  But other than no internet connection, "Use Hardware acceleration when available" is the only setting that I changed. Turning off this option will cause the crash of chromium in this account. And there is no difference between Turning On/Off this option  in another account.

Offline

Board footer

Powered by FluxBB