Open maxbla opened 6 years ago
I made a debug build by changing -D CMAKE_BUILD_TYPE:STRING=Relaese
to -D CMAKE_BUILD_TYPE:STRING=Debug
in the pkgbuild. I also added set (CMAKE_BUILD_TYPE Debug)
in src/barrier-2.1.1/CMakeLists.txt
, but I don't think that had any effect.
I'm having trouble debugging this program. Valgrind gives an error valgrind: m_debuginfo/debuginfo.c:453 (discard_or_archive_DebugInfo): Assertion 'is_DebugInfo_active(di)' failed.
Starting from main(), my debugger gets stuck at app.exec(). App is a QBarrierApplication, QBarrierApplication extends QApplication (from qt), and exec starts a blocking event loop that I can't step in.
What should I do?
Does this happen on the client or on the server or on both? Myself I haven't ever noticed high memory usage on a barrier server running on a mac, but this could be platform-specific issue.
I had the same problem on Windows 10. left the same release version running over the weekend. the computer wasn't actively in use. In 3 days it was using 16gb of ram. (out of my 32gb). You can see barriers.exe in procexp.exe constantly ticking up when the PC is idling. about 100kbyte/second.
edit: got it on linux now too after 30 days of uptime. had to kill both barrier and barrierc, as it was using 2.5 gb ram and 100% cpu. sadly hard to debug, as the pc had run out of memory and wasn't responsive
edit2: the 2 PCs above are client/server, so both suffer from leaking.
MacOS as well. It's the server, not the client.
May or may not be related, but I notice the client gets really slow, and pops up the "pasting" window for longer and longer length of time, until you stop and restart the server.
On my iMac Pro server it eats 64GB in a day. It doesn't seem to ever eat more than total physical memory (I have 64GB). MacOS does not crash, of course it swaps. Something seems to stop it at physical memory limit and so doesn't eat further virtual memory.
I'm having this same issue with Ubuntu 18.04.2 and Barrier 2.2.0-snapshot-00000000 Over a couple of hours the memory usage for barriers creeps up to 300MB by the end of the day, it will be over 1GB if I don't stop/quit/kill Barrier. I have noticed that when the memory use gets high the pointer on the client screen is real jittery - quitting and restarting Barrier fixes the problem. I usually have to stop/restart Barrier a couple times a day due to this issue.
Please let me know if there are any log files or anything I can do to help you debug/solve this issue.
There's a fix in Synergy for a TLS memory leak that isn't in Barrier yet. Can anyone disable SSL to see if the problem persists?
I disabled TLS on both the server and client. This stopped the memory leak (or greatly reduced it to an acceptable level) for the barriers process. The barrier process' memory use is still growing, but also greatly reduced to an acceptable level.
On my computer it happens that after some time being connected the cursor become completely unresponsive on client side. I have to kill the process from another X session or from TTY. In general when this happens barrier uses 20% of CPU and a very high amount of RAM.
This issue is still present on 2.3.2-RELEASE-00000000 (January 1, 2020)
After 1 day on the server the RAM usage went over 9GB, then the system started swapping so I had to kill barriers
via TTY.
I did not check the client RAM usage before I killed it as well.
I thought that this might have something to do with sudden loss of connection and/or having the laptop (server) being put to sleep, but the RAM usage stays the same no matter what I try.
Client and server are both laptops using Arch with KDE.
my workaround was to start using remote desktop instead :-) the crazy ram usage and the problems with international keys and stuck mouse and ctrl/shift/win keys got too much.
I can confirm this issue and I think, that it is the worst, when one of the clients either goes to sleep or the session is locked
my RAM usage goes over 21GB in just a few hours
EDIT: version 2.3.2-snapshot-0000....
I can confirm this issue, barrier just grows until the complete system crashes. Which is a hard thing to do on my machine. Also the first time I saw a process consume 128G of memory in my life :-) It seems the memory leak starts whenever the opposing side (in my case a Windows 10 machine) disconnects. If I have some time I'll try to help debug it.
It looks to be duplicate of #470 I hope it was fixed in master with merging #557
Just another data point, seeing apparent slow creep-up of memory use with barrier 2.3.3-release-bbd1accb
, on Ubuntu 18.04:
PID USER PR NI VIRT RES SHR SWAP S %CPU %MEM TIME+ COMMAND
4500 user 20 0 1286,1m 5,9m 3,4m 469,0m S 0,0 0,1 4:13.64 barrier
Swap looks anomalously high.
@mosteo Thanks for yupur report. While the issue you described is similar - it seems to be unrelated.
The issue described here is about leaking background barriers
/barrierc
applications, and you mention barrier
- a gui app for viewing status/configuration.
It is much less optimized (but of course shouldn't leak).
So if barrier
app is leaking (the memory usage is increasing) - feel free to report a different issue.
I see, sorry for the confusion.
Edit: Sorry, my leak was related to https://github.com/debauchee/barrier/issues/470#issuecomment-567496748 and seems to have been fixed by #557 . I will try to get a new version and this will fix the problem. Sorry for not doing enough research before commenting.
Hi! I also just experienced a OOM kill on barriers Server on LM20.
Hours prior I had to restart the server and client since the IPs changed (probably restarting the client should have been enough, but I misstyped the new IP). Then I used the W10 Client using the HID-Devices from the LM20-Machine. After 2.5-3 Hours, I shut down the W10 Client (21:57:xx) and undocked the LM20 Laptop (Server) from the Docking-Station (21:59:03). Some minutes later, my laptop freezed (before 22:08:00) which ultimately lead to an automated OOM kill (22:18:17).
[2021-02-09T19:30:15] INFO: starting server
[2021-02-09T19:30:15] INFO: config file: /tmp/Barrier.okBRZk
[2021-02-09T19:30:15] INFO: log level: INFO
[2021-02-09T19:30:16] NOTE: clipboard sharing is disabled
[2021-02-09T19:30:16] NOTE: started server (IPv4/IPv6), waiting for clients
[2021-02-09T19:30:16] INFO: OpenSSL 1.1.1f 31 Mar 2020
[2021-02-09T19:30:16] INFO: accepted secure socket
[2021-02-09T19:30:16] INFO: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
[2021-02-09T19:30:16] NOTE: accepted client connection
[2021-02-09T19:30:16] NOTE: client "W10" has connected
[2021-02-09T19:30:24] INFO: switch from "kol3" to "W10" at 0,201
[2021-02-09T19:30:24] INFO: leaving screen
[...]
[2021-02-09T21:57:02] INFO: entering screen
[2021-02-09T21:57:08] INFO: switch from "kol3" to "W10" at 0,464
[2021-02-09T21:57:08] INFO: leaving screen
[2021-02-09T21:57:27] INFO: switch from "W10" to "kol3" at 3501,866
[2021-02-09T21:57:27] INFO: entering screen
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:01:24] INFO: XRRScreenChangeNotifyEvent or RRNotify_CrtcChange received
[2021-02-09T22:18:17] ERROR: process exited with error code: 9
[2021-02-09T22:18:17] INFO: detected process not running, auto restarting
[2021-02-09T22:18:18] INFO: starting server
[2021-02-09T22:18:18] INFO: config file: /tmp/Barrier.MvmqjM
[2021-02-09T22:18:18] INFO: log level: INFO
[2021-02-09T22:18:19] NOTE: clipboard sharing is disabled
[2021-02-09T22:18:19] NOTE: started server (IPv4/IPv6), waiting for clients
[2021-02-09T22:18:24] NOTE: stopped server
[2021-02-09T22:23:00] INFO: process exited normally
[2021-02-09T22:23:00] INFO: detected process not running, auto restarting
[2021-02-09T22:23:01] INFO: starting server
[2021-02-09T22:23:01] INFO: config file: /tmp/Barrier.LNLuVW
[2021-02-09T22:23:01] INFO: log level: INFO
[2021-02-09T22:23:01] NOTE: clipboard sharing is disabled
[2021-02-09T22:23:01] NOTE: started server (IPv4/IPv6), waiting for clients
Feb 9 19:30:15 kol3 barrier[182145]: *** WARNING *** The program 'barrier' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
Feb 9 19:30:15 kol3 barrier[182145]: *** WARNING *** Please fix your application to use the native API of Avahi!
Feb 9 19:30:15 kol3 barrier[182145]: *** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
[...]
Feb 9 21:06:09 kol3 systemd[1]: Starting Refresh fwupd metadata and update motd...
Feb 9 21:06:09 kol3 dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.1411' (uid=62803 pid=185569 comm="/usr/bin/fwupdmgr refresh --no-metadata-check " label="unconfined")
Feb 9 21:06:09 kol3 systemd[1]: Starting Firmware update daemon...
Feb 9 21:06:09 kol3 fwupd[185588]: ERROR:esys:src/tss2-esys/esys_context.c:69:Esys_Initialize() Initialize default tcti. ErrorCode (0x000a000a)
Feb 9 21:06:09 kol3 fwupd[185588]: 20:06:09:0473 FuEngine failed to add udev device /sys/devices/pci0000:00/0000:00:1d.2/0000:03:00.0/rtsx_pci_sdmmc.0/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0: failed get ffu_capable for (null)
Feb 9 21:06:09 kol3 fwupd[185588]: ERROR:esys:src/tss2-esys/esys_context.c:69:Esys_Initialize() Initialize default tcti. ErrorCode (0x000a000a)
Feb 9 21:06:09 kol3 fwupd[185588]: 20:06:09:0586 FuEngine failed to add udev device /sys/devices/pnp0/00:0b/tpm/tpm0: failed to initialize TPM library
Feb 9 21:06:09 kol3 dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.fwupd'
Feb 9 21:06:09 kol3 systemd[1]: Started Firmware update daemon.
Feb 9 21:06:09 kol3 fwupdmgr[185569]: Fetching metadata https://cdn.fwupd.org/downloads/firmware.xml.gz
Feb 9 21:06:09 kol3 fwupdmgr[185569]: Fetching signature https://cdn.fwupd.org/downloads/firmware.xml.gz.asc
Feb 9 21:06:10 kol3 fwupdmgr[185569]: Successfully downloaded new metadata: 2 local devices supported
Feb 9 21:06:10 kol3 systemd[1]: fwupd-refresh.service: Succeeded.
Feb 9 21:06:10 kol3 systemd[1]: Finished Refresh fwupd metadata and update motd.
[...]
Feb 9 21:59:03 kol3 kernel: [171938.931370] usb 1-5: USB disconnect, device number 105
Feb 9 21:59:03 kol3 kernel: [171938.931372] usb 1-5.1: USB disconnect, device number 107
Feb 9 21:59:03 kol3 kernel: [171938.943489] acpi PNP0401:00: Already enumerated
Feb 9 21:59:04 kol3 kernel: [171939.115829] usb 1-6: USB disconnect, device number 104
Feb 9 21:59:04 kol3 kernel: [171939.115831] usb 1-6.1: USB disconnect, device number 106
Feb 9 21:59:04 kol3 kernel: [171939.229709] usb 1-6.2: USB disconnect, device number 110
Feb 9 21:59:04 kol3 kernel: [171939.252024] e1000e: enp0s31f6 NIC Link is Down
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3100] device (enp0s31f6): state change: activated -> unavailable (reason 'carrier-changed', sys-iface-state: 'managed')
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3217] dhcp4 (enp0s31f6): canceled DHCP transaction
Feb 9 21:59:10 kol3 avahi-daemon[754]: Withdrawing address record for 10.234.217.123 on enp0s31f6.
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3218] dhcp4 (enp0s31f6): state changed bound -> done
Feb 9 21:59:10 kol3 avahi-daemon[754]: Leaving mDNS multicast group on interface enp0s31f6.IPv4 with address 10.234.217.123.
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3222] dhcp6 (enp0s31f6): canceled DHCP transaction
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3222] dhcp6 (enp0s31f6): state changed bound -> done
Feb 9 21:59:10 kol3 avahi-daemon[754]: Interface enp0s31f6.IPv4 no longer relevant for mDNS.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Withdrawing address record for fda5:b74:f1ff::e0d on enp0s31f6.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Withdrawing address record for fda5:b74:f1ff:0:20af:5d23:f445:df2d on enp0s31f6.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Withdrawing address record for fda5:b74:f1ff:0:7344:cd04:3e18:2bdd on enp0s31f6.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Leaving mDNS multicast group on interface enp0s31f6.IPv6 with address fda5:b74:f1ff:0:7344:cd04:3e18:2bdd.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Joining mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::c0ee:b74f:8bd3:76e3.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Registering new address record for fe80::c0ee:b74f:8bd3:76e3 on enp0s31f6.*.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Withdrawing address record for fe80::c0ee:b74f:8bd3:76e3 on enp0s31f6.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Leaving mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::c0ee:b74f:8bd3:76e3.
Feb 9 21:59:10 kol3 avahi-daemon[754]: Interface enp0s31f6.IPv6 no longer relevant for mDNS.
Feb 9 21:59:10 kol3 NetworkManager[760]: <info> [1612904350.3514] policy: set 'Automatisch A0h80B9yZU' (wlp1s0) as default for IPv4 routing and DNS
Feb 9 21:59:10 kol3 dbus-daemon[757]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.10' (uid=0 pid=760 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Feb 9 21:59:10 kol3 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 9 21:59:10 kol3 dbus-daemon[757]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 9 21:59:10 kol3 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 9 21:59:10 kol3 nm-dispatcher[187784]: run-parts: failed to stat component /etc/network/if-post-down.d/avahi-daemon: No such file or directory
Feb 9 21:59:20 kol3 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb 9 21:59:21 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=65000
Feb 9 21:59:26 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=65000
Feb 9 21:59:28 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=65000
Feb 9 21:59:35 kol3 kernel: [171970.614890] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.639871] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.665046] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.691225] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.717665] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.743107] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171970.768559] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:35 kol3 kernel: [171971.015956] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:35 kol3 kernel: [171971.017017] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.042166] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Feb 9 21:59:36 kol3 kernel: [171971.067680] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.068767] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.094150] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Feb 9 21:59:36 kol3 kernel: [171971.119018] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.144502] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.170662] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.197782] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.222753] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.248673] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.270381] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.295781] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.320809] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 6
Feb 9 21:59:36 kol3 kernel: [171971.331606] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.332606] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.357544] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 - driver resynced.
Feb 9 21:59:36 kol3 kernel: [171971.462716] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 4
Feb 9 21:59:36 kol3 kernel: [171971.473593] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.473804] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.474826] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.483001] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.491145] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.492147] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.495341] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.496517] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.497378] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.508064] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.509069] psmouse serio1: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
Feb 9 21:59:36 kol3 kernel: [171971.509070] psmouse serio1: issuing reconnect request
Feb 9 21:59:45 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-56 noise=9999 txrate=130000
Feb 9 22:00:00 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=117000
Feb 9 22:00:16 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=130000
Feb 9 22:01:25 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6426624/6467584/40960, res+swap = 2080768/2080768/0
Feb 9 22:01:27 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-54 noise=9999 txrate=130000
Feb 9 22:01:55 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6426624/6430720/4096, res+swap = 2043904/2043904/0
Feb 9 22:02:25 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6430720/6430720/0, res+swap = 2043904/2043904/0
Feb 9 22:02:59 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6533120/6533120/0, res+swap = 2043904/2043904/0
Feb 9 22:07:11 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6529024/6529024/0, res+swap = 2039808/2039808/0
Feb 9 22:07:48 kol3 systemd[1]: getty@tty1.service: Succeeded.
Feb 9 22:07:48 kol3 systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 1.
Feb 9 22:07:50 kol3 systemd[1]: Stopped Getty on tty1.
Feb 9 22:07:50 kol3 systemd[1]: Started Getty on tty1.
Feb 9 22:09:01 kol3 systemd[1]: Started Session 252 of user admini.
Feb 9 22:10:08 kol3 kernel: [172603.158443] kworker/1:0: page allocation failure: order:4, mode:0x40cc0(GFP_KERNEL|__GFP_COMP), nodemask=(null),cpuset=/,mems_allowed=0
Feb 9 22:10:08 kol3 kernel: [172603.158448] CPU: 1 PID: 186821 Comm: kworker/1:0 Tainted: G OE 5.4.0-65-generic #73-Ubuntu
Feb 9 22:10:08 kol3 kernel: [172603.158450] Hardware name: Dell Inc. Latitude E7470/0T6HHJ, BIOS 1.24.3 06/18/2020
Feb 9 22:10:08 kol3 kernel: [172603.158471] Workqueue: events set_brightness_delayed
Feb 9 22:10:08 kol3 kernel: [172603.158472] Call Trace:
Feb 9 22:10:08 kol3 kernel: [172603.158476] dump_stack+0x6d/0x9a
Feb 9 22:10:08 kol3 kernel: [172603.158478] warn_alloc.cold+0x7b/0xdf
Feb 9 22:10:08 kol3 kernel: [172603.158480] __alloc_pages_slowpath+0xe07/0xe50
Feb 9 22:10:08 kol3 kernel: [172603.158482] ? kmem_cache_free+0x288/0x2b0
Feb 9 22:10:08 kol3 kernel: [172603.158484] ? get_page_from_freelist+0x233/0x390
Feb 9 22:10:08 kol3 kernel: [172603.158486] __alloc_pages_nodemask+0x2d0/0x320
Feb 9 22:10:08 kol3 kernel: [172603.158488] alloc_pages_current+0x87/0xe0
Feb 9 22:10:08 kol3 kernel: [172603.158490] kmalloc_order+0x1f/0x80
Feb 9 22:10:08 kol3 kernel: [172603.158491] kmalloc_order_trace+0x24/0xa0
Feb 9 22:10:08 kol3 kernel: [172603.158492] __kmalloc+0x22b/0x290
Feb 9 22:10:08 kol3 kernel: [172603.158494] ? acpi_ut_get_simple_object_size+0x1eb/0x1f5
Feb 9 22:10:08 kol3 kernel: [172603.158496] acpi_os_allocate+0x27/0x29
Feb 9 22:10:08 kol3 kernel: [172603.158497] acpi_ut_initialize_buffer+0x3f/0x74
Feb 9 22:10:08 kol3 kernel: [172603.158499] acpi_evaluate_object+0x237/0x3b4
Feb 9 22:10:08 kol3 kernel: [172603.158503] wmidev_evaluate_method+0x10f/0x140 [wmi]
Feb 9 22:10:08 kol3 kernel: [172603.158505] ? __switch_to_asm+0x34/0x70
Feb 9 22:10:08 kol3 kernel: [172603.158507] ? __switch_to_asm+0x40/0x70
Feb 9 22:10:08 kol3 kernel: [172603.158508] ? __switch_to_asm+0x34/0x70
Feb 9 22:10:08 kol3 kernel: [172603.158511] run_smbios_call+0x6a/0x190 [dell_smbios]
Feb 9 22:10:08 kol3 kernel: [172603.158513] dell_smbios_wmi_call+0x8c/0xe0 [dell_smbios]
Feb 9 22:10:08 kol3 kernel: [172603.158514] dell_smbios_call+0x73/0xb0 [dell_smbios]
Feb 9 22:10:08 kol3 kernel: [172603.158517] micmute_led_set+0x54/0xa0 [dell_laptop]
Feb 9 22:10:08 kol3 kernel: [172603.158518] set_brightness_delayed+0x63/0xa0
Feb 9 22:10:08 kol3 kernel: [172603.158520] process_one_work+0x1eb/0x3b0
Feb 9 22:10:08 kol3 kernel: [172603.158522] worker_thread+0x4d/0x400
Feb 9 22:10:08 kol3 kernel: [172603.158523] kthread+0x104/0x140
Feb 9 22:10:08 kol3 kernel: [172603.158525] ? process_one_work+0x3b0/0x3b0
Feb 9 22:10:08 kol3 kernel: [172603.158526] ? kthread_park+0x90/0x90
Feb 9 22:10:08 kol3 kernel: [172603.158527] ret_from_fork+0x35/0x40
Feb 9 22:10:08 kol3 kernel: [172603.158531] Mem-Info:
Feb 9 22:10:08 kol3 kernel: [172603.158534] active_anon:3599628 inactive_anon:136528 isolated_anon:0
Feb 9 22:10:08 kol3 kernel: [172603.158534] active_file:6424 inactive_file:19171 isolated_file:107
Feb 9 22:10:08 kol3 kernel: [172603.158534] unevictable:118720 dirty:68 writeback:0 unstable:0
Feb 9 22:10:08 kol3 kernel: [172603.158534] slab_reclaimable:31597 slab_unreclaimable:51815
Feb 9 22:10:08 kol3 kernel: [172603.158534] mapped:150805 shmem:250734 pagetables:25096 bounce:0
Feb 9 22:10:08 kol3 kernel: [172603.158534] free:35223 free_pcp:1147 free_cma:0
Feb 9 22:10:08 kol3 kernel: [172603.158536] Node 0 active_anon:14398512kB inactive_anon:546112kB active_file:25696kB inactive_file:76684kB unevictable:474880kB isolated(anon):0kB isolated(file):428kB mapped:603220kB dirty:272kB writeback:0kB shmem:1002936kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no
Feb 9 22:10:08 kol3 kernel: [172603.158537] Node 0 DMA free:15900kB min:64kB low:80kB high:96kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15984kB managed:15900kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Feb 9 22:10:08 kol3 kernel: [172603.158539] lowmem_reserve[]: 0 2514 15769 15769 15769
Feb 9 22:10:08 kol3 kernel: [172603.158541] Node 0 DMA32 free:64388kB min:10764kB low:13452kB high:16140kB active_anon:2313600kB inactive_anon:90492kB active_file:2432kB inactive_file:11844kB unevictable:111588kB writepending:16kB present:2724900kB managed:2658688kB mlocked:652kB kernel_stack:2572kB pagetables:12136kB bounce:0kB free_pcp:1808kB local_pcp:412kB free_cma:0kB
Feb 9 22:10:08 kol3 kernel: [172603.158543] lowmem_reserve[]: 0 0 13254 13254 13254
Feb 9 22:10:08 kol3 kernel: [172603.158544] Node 0 Normal free:60604kB min:56748kB low:70932kB high:85116kB active_anon:12084912kB inactive_anon:455620kB active_file:23744kB inactive_file:65056kB unevictable:363292kB writepending:256kB present:13893632kB managed:13581028kB mlocked:18432kB kernel_stack:23220kB pagetables:88248kB bounce:0kB free_pcp:2780kB local_pcp:1348kB free_cma:0kB
Feb 9 22:10:08 kol3 kernel: [172603.158547] lowmem_reserve[]: 0 0 0 0 0
Feb 9 22:10:08 kol3 kernel: [172603.158548] Node 0 DMA: 1*4kB (U) 1*8kB (U) 1*16kB (U) 2*32kB (U) 3*64kB (U) 2*128kB (U) 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = 15900kB
Feb 9 22:10:08 kol3 kernel: [172603.158553] Node 0 DMA32: 1582*4kB (UMEH) 2113*8kB (UMEH) 1241*16kB (UMEH) 468*32kB (UMEH) 82*64kB (UMEH) 3*128kB (H) 2*256kB (H) 1*512kB (H) 0*1024kB 0*2048kB 0*4096kB = 64720kB
Feb 9 22:10:08 kol3 kernel: [172603.158557] Node 0 Normal: 740*4kB (UMEH) 211*8kB (UMH) 1442*16kB (UEH) 1016*32kB (UEH) 4*64kB (H) 1*128kB (H) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 60616kB
Feb 9 22:10:08 kol3 kernel: [172603.158562] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
Feb 9 22:10:08 kol3 kernel: [172603.158563] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
Feb 9 22:10:08 kol3 kernel: [172603.158563] 277485 total pagecache pages
Feb 9 22:10:08 kol3 kernel: [172603.158564] 0 pages in swap cache
Feb 9 22:10:08 kol3 kernel: [172603.158565] Swap cache stats: add 0, delete 0, find 0/0
Feb 9 22:10:08 kol3 kernel: [172603.158565] Free swap = 0kB
Feb 9 22:10:08 kol3 kernel: [172603.158566] Total swap = 0kB
Feb 9 22:10:08 kol3 kernel: [172603.158566] 4158629 pages RAM
Feb 9 22:10:08 kol3 kernel: [172603.158567] 0 pages HighMem/MovableOnly
Feb 9 22:10:08 kol3 kernel: [172603.158567] 94725 pages reserved
Feb 9 22:10:08 kol3 kernel: [172603.158567] 0 pages cma reserved
Feb 9 22:10:08 kol3 kernel: [172603.158568] 0 pages hwpoisoned
Feb 9 22:11:34 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=117000
Feb 9 22:11:53 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=130000
Feb 9 22:16:48 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6705152/6705152/0, res+swap = 2039808/2039808/0
Feb 9 22:18:17 kol3 kernel: [173091.830739] php-fpm invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
Feb 9 22:18:17 kol3 kernel: [173091.830741] CPU: 1 PID: 145473 Comm: php-fpm Tainted: G OE 5.4.0-65-generic #73-Ubuntu
Feb 9 22:18:17 kol3 kernel: [173091.830742] Hardware name: Dell Inc. Latitude E7470/0T6HHJ, BIOS 1.24.3 06/18/2020
Feb 9 22:18:17 kol3 kernel: [173091.830743] Call Trace:
Feb 9 22:18:17 kol3 kernel: [173091.830748] dump_stack+0x6d/0x9a
Feb 9 22:18:17 kol3 kernel: [173091.830750] dump_header+0x4f/0x1eb
Feb 9 22:18:17 kol3 kernel: [173091.830751] oom_kill_process.cold+0xb/0x10
Feb 9 22:18:17 kol3 kernel: [173091.830752] out_of_memory.part.0+0x1df/0x3d0
Feb 9 22:18:17 kol3 kernel: [173091.830753] out_of_memory+0x6d/0xd0
Feb 9 22:18:17 kol3 kernel: [173091.830756] __alloc_pages_slowpath+0xd5e/0xe50
Feb 9 22:18:17 kol3 kernel: [173091.830758] ? __switch_to_asm+0x40/0x70
Feb 9 22:18:17 kol3 kernel: [173091.830760] __alloc_pages_nodemask+0x2d0/0x320
Feb 9 22:18:17 kol3 kernel: [173091.830762] alloc_pages_current+0x87/0xe0
Feb 9 22:18:17 kol3 kernel: [173091.830764] __page_cache_alloc+0x72/0x90
Feb 9 22:18:17 kol3 kernel: [173091.830765] pagecache_get_page+0xbf/0x300
Feb 9 22:18:17 kol3 kernel: [173091.830766] filemap_fault+0x6b2/0xa50
Feb 9 22:18:17 kol3 kernel: [173091.830768] ? __switch_to_asm+0x34/0x70
Feb 9 22:18:17 kol3 kernel: [173091.830769] ? __switch_to_asm+0x40/0x70
Feb 9 22:18:17 kol3 kernel: [173091.830771] ? __switch_to_asm+0x40/0x70
Feb 9 22:18:17 kol3 kernel: [173091.830772] ? xas_find+0x17f/0x1c0
Feb 9 22:18:17 kol3 kernel: [173091.830774] ? filemap_map_pages+0x24c/0x380
Feb 9 22:18:17 kol3 kernel: [173091.830775] __do_fault+0x3c/0x130
Feb 9 22:18:17 kol3 kernel: [173091.830777] do_fault+0x24b/0x640
Feb 9 22:18:17 kol3 kernel: [173091.830778] __handle_mm_fault+0x4c5/0x7a0
Feb 9 22:18:17 kol3 kernel: [173091.830780] handle_mm_fault+0xca/0x200
Feb 9 22:18:17 kol3 kernel: [173091.830782] do_user_addr_fault+0x1f9/0x450
Feb 9 22:18:17 kol3 kernel: [173091.830783] __do_page_fault+0x58/0x90
Feb 9 22:18:17 kol3 kernel: [173091.830785] do_page_fault+0x2c/0xe0
Feb 9 22:18:17 kol3 kernel: [173091.830786] page_fault+0x34/0x40
Feb 9 22:18:17 kol3 kernel: [173091.830787] RIP: 0033:0x7fdcf19937b7
Feb 9 22:18:17 kol3 kernel: [173091.830792] Code: Bad RIP value.
Feb 9 22:18:17 kol3 kernel: [173091.830792] RSP: 002b:00007ffe21fc79c8 EFLAGS: 00010246
Feb 9 22:18:17 kol3 kernel: [173091.830793] RAX: 0000000000000000 RBX: 000000000000000b RCX: 00007fdcf19937b7
Feb 9 22:18:17 kol3 kernel: [173091.830794] RDX: 000000000000000b RSI: 00005638d0565390 RDI: 0000000000000009
Feb 9 22:18:17 kol3 kernel: [173091.830795] RBP: 00000000000003b5 R08: 00005638d0565390 R09: 000000000007e7f7
Feb 9 22:18:17 kol3 kernel: [173091.830795] R10: 00000000000003b5 R11: 0000000000000246 R12: 00007ffe21fc7a00
Feb 9 22:18:17 kol3 kernel: [173091.830796] R13: 00005638cf93d640 R14: 20c49ba5e353f7cf R15: 0000000000000000
Feb 9 22:18:17 kol3 kernel: [173091.830797] Mem-Info:
Feb 9 22:18:17 kol3 kernel: [173091.830800] active_anon:3608967 inactive_anon:136527 isolated_anon:0
Feb 9 22:18:17 kol3 kernel: [173091.830800] active_file:725 inactive_file:13648 isolated_file:227
Feb 9 22:18:17 kol3 kernel: [173091.830800] unevictable:118724 dirty:68 writeback:0 unstable:0
Feb 9 22:18:17 kol3 kernel: [173091.830800] slab_reclaimable:31608 slab_unreclaimable:51556
Feb 9 22:18:17 kol3 kernel: [173091.830800] mapped:146830 shmem:250738 pagetables:25006 bounce:0
Feb 9 22:18:17 kol3 kernel: [173091.830800] free:33899 free_pcp:0 free_cma:0
Feb 9 22:18:17 kol3 kernel: [173091.830802] Node 0 active_anon:14435868kB inactive_anon:546108kB active_file:2900kB inactive_file:54592kB unevictable:474896kB isolated(anon):0kB isolated(file):908kB mapped:587320kB dirty:272kB writeback:0kB shmem:1002952kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB unstable:0kB all_unreclaimable? yes
Feb 9 22:18:17 kol3 kernel: [173091.830803] Node 0 DMA free:15900kB min:64kB low:80kB high:96kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15984kB managed:15900kB mlocked:0kB kernel_stack:0kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Feb 9 22:18:17 kol3 kernel: [173091.830805] lowmem_reserve[]: 0 2514 15769 15769 15769
Feb 9 22:18:17 kol3 kernel: [173091.830806] Node 0 DMA32 free:63284kB min:10764kB low:13452kB high:16140kB active_anon:2316636kB inactive_anon:90492kB active_file:164kB inactive_file:7664kB unevictable:111844kB writepending:48kB present:2724900kB managed:2658688kB mlocked:652kB kernel_stack:2588kB pagetables:12124kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Feb 9 22:18:17 kol3 kernel: [173091.830809] lowmem_reserve[]: 0 0 13254 13254 13254
Feb 9 22:18:17 kol3 kernel: [173091.830810] Node 0 Normal free:56412kB min:56748kB low:70932kB high:85116kB active_anon:12119232kB inactive_anon:455616kB active_file:2632kB inactive_file:46740kB unevictable:363052kB writepending:224kB present:13893632kB managed:13581028kB mlocked:18432kB kernel_stack:22932kB pagetables:87900kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Feb 9 22:18:17 kol3 kernel: [173091.830812] lowmem_reserve[]: 0 0 0 0 0
Feb 9 22:18:17 kol3 kernel: [173091.830813] Node 0 DMA: 1*4kB (U) 1*8kB (U) 1*16kB (U) 2*32kB (U) 3*64kB (U) 2*128kB (U) 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = 15900kB
Feb 9 22:18:17 kol3 kernel: [173091.830817] Node 0 DMA32: 1474*4kB (UME) 2107*8kB (UME) 1211*16kB (UME) 470*32kB (UME) 82*64kB (UME) 3*128kB (M) 2*256kB (M) 1*512kB (M) 0*1024kB 0*2048kB 0*4096kB = 63824kB
Feb 9 22:18:17 kol3 kernel: [173091.830822] Node 0 Normal: 138*4kB (UM) 41*8kB (M) 1489*16kB (UM) 994*32kB (UME) 4*64kB (M) 1*128kB (M) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 56896kB
Feb 9 22:18:17 kol3 kernel: [173091.830827] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
Feb 9 22:18:17 kol3 kernel: [173091.830827] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
Feb 9 22:18:17 kol3 kernel: [173091.830828] 266335 total pagecache pages
Feb 9 22:18:17 kol3 kernel: [173091.830829] 0 pages in swap cache
Feb 9 22:18:17 kol3 kernel: [173091.830829] Swap cache stats: add 0, delete 0, find 0/0
Feb 9 22:18:17 kol3 kernel: [173091.830830] Free swap = 0kB
Feb 9 22:18:17 kol3 kernel: [173091.830830] Total swap = 0kB
Feb 9 22:18:17 kol3 kernel: [173091.830831] 4158629 pages RAM
Feb 9 22:18:17 kol3 kernel: [173091.830831] 0 pages HighMem/MovableOnly
Feb 9 22:18:17 kol3 kernel: [173091.830831] 94725 pages reserved
Feb 9 22:18:17 kol3 kernel: [173091.830832] 0 pages cma reserved
Feb 9 22:18:17 kol3 kernel: [173091.830832] 0 pages hwpoisoned
Feb 9 22:18:17 kol3 kernel: [173091.830832] Tasks state (memory values in pages):
Feb 9 22:18:17 kol3 kernel: [173091.830833] [ pid ] uid tgid total_vm rss pgtables_bytes swapents oom_score_adj name
Feb 9 22:18:17 kol3 kernel: [173091.830838] [ 414] 0 414 17120 794 126976 0 -250 systemd-journal
Feb 9 22:18:17 kol3 kernel: [173091.830839] [ 443] 0 443 5952 1079 69632 0 -1000 systemd-udevd
Feb 9 22:18:17 kol3 kernel: [173091.830841] [ 690] 0 690 622 129 40960 0 0 none
Feb 9 22:18:17 kol3 kernel: [173091.830843] [ 697] 101 697 6353 1840 90112 0 0 systemd-resolve
Feb 9 22:18:17 kol3 kernel: [173091.830844] [ 698] 102 698 22638 243 81920 0 0 systemd-timesyn
Feb 9 22:18:17 kol3 kernel: [173091.830845] [ 748] 0 748 59796 473 98304 0 0 accounts-daemon
Feb 9 22:18:17 kol3 kernel: [173091.830846] [ 749] 0 749 635 368 45056 0 0 acpid
Feb 9 22:18:17 kol3 kernel: [173091.830847] [ 754] 118 754 2169 589 57344 0 0 avahi-daemon
Feb 9 22:18:17 kol3 kernel: [173091.830849] [ 755] 0 755 2443 433 57344 0 0 cron
Feb 9 22:18:17 kol3 kernel: [173091.830850] [ 757] 103 757 2590 744 61440 0 -900 dbus-daemon
Feb 9 22:18:17 kol3 kernel: [173091.830851] [ 760] 0 760 236141 1290 212992 0 0 NetworkManager
Feb 9 22:18:17 kol3 kernel: [173091.830852] [ 762] 0 762 625 378 49152 0 0 atopacctd
Feb 9 22:18:17 kol3 kernel: [173091.830854] [ 769] 0 769 20471 380 61440 0 0 irqbalance
Feb 9 22:18:17 kol3 kernel: [173091.830855] [ 773] 0 773 9942 2765 110592 0 0 networkd-dispat
Feb 9 22:18:17 kol3 kernel: [173091.830856] [ 775] 0 775 60567 1040 102400 0 0 polkitd
Feb 9 22:18:17 kol3 kernel: [173091.830858] [ 777] 104 777 56087 467 81920 0 0 rsyslogd
Feb 9 22:18:17 kol3 kernel: [173091.830859] [ 780] 0 780 2598 711 57344 0 0 smartd
Feb 9 22:18:17 kol3 kernel: [173091.830860] [ 783] 0 783 4290 304 77824 0 0 systemd-logind
Feb 9 22:18:17 kol3 kernel: [173091.830861] [ 784] 0 784 31557 211 102400 0 0 thermald
Feb 9 22:18:17 kol3 kernel: [173091.830863] [ 786] 0 786 116633 638 143360 0 0 udisksd
[...]
Feb 9 22:18:17 kol3 kernel: [173091.831146] [ 180018] 1000 180018 2838 877 57344 0 0 bash
Feb 9 22:18:17 kol3 kernel: [173091.831148] [ 182107] 1000 182107 2838 870 61440 0 0 bash
Feb 9 22:18:17 kol3 kernel: [173091.831149] [ 182145] 1000 182145 173588 5892 507904 0 0 barrier
Feb 9 22:18:17 kol3 kernel: [173091.831150] [ 182156] 1000 182156 1623862 1601430 12918784 0 0 barriers
Feb 9 22:18:17 kol3 kernel: [173091.831151] [ 185588] 0 185588 101937 8260 237568 0 0 fwupd
Feb 9 22:18:17 kol3 kernel: [173091.831154] [ 188072] 0 188072 2058 554 49152 0 0 login
Feb 9 22:18:17 kol3 kernel: [173091.831156] [ 188142] 1000 188142 2812 834 61440 0 0 bash
Feb 9 22:18:17 kol3 kernel: [173091.831157] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=67dd2a3f9eb745a25a03d432f2a0eee6154f9608286f46e4f220c196bddf043c,mems_allowed=0,global_oom,task_memcg=/user.slice/user-1000.slice/session-c2.scope,task=barriers,pid=182156,uid=1000
Feb 9 22:18:17 kol3 kernel: [173091.831171] Out of memory: Killed process 182156 (barriers) total-vm:6495448kB, anon-rss:6403708kB, file-rss:2012kB, shmem-rss:0kB, UID:1000 pgtables:12616kB oom_score_adj:0
Feb 9 22:18:17 kol3 kernel: [173092.424539] oom_reaper: reaped process 182156 (barriers), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
Feb 9 22:18:18 kol3 WebKitNetworkProcess[121966]: Memory pressure relief: Total: res = 6705152/6705152/0, res+swap = 2039808/2039808/0
Feb 9 22:18:20 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-52 noise=9999 txrate=130000
Feb 9 22:22:50 kol3 wpa_supplicant[788]: wlp1s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=39000
Feb 9 22:22:54 kol3 systemd[1]: Started Getty on tty6.
Feb 9 22:22:54 kol3 systemd[1]: getty@tty1.service: Succeeded.
Feb 9 22:22:54 kol3 systemd[1]: session-252.scope: Succeeded.
Feb 9 22:22:54 kol3 systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 2.
Feb 9 22:22:54 kol3 systemd[1]: Stopped Getty on tty1.
Feb 9 22:22:54 kol3 systemd[1]: Started Getty on tty1.
Feb 9 22:22:57 kol3 systemd[1]: Started Getty on tty5.
Feb 9 22:22:58 kol3 systemd[1]: Started Getty on tty4.
Maybe this helps somebody ... I think my first action will be to tell my OOM-killer to kill earlier ...
Of course this is still a thing if no new release happened in the last half a year. You should check git before re-reporting.
I wasn't expecting it to be miraculously closed. I was more trying to give debug logs.
It appears that mine was fixed with #557 . I will try to get a newer Version. Sorry for the inconvenience!
Operating Systems
Server: Arch
Client: Arch
Barrier Version
2.1.0-Release000000
Steps to reproduce bug
Other info
Is this a known issue with release 2.1.0? If it isn't, I'll dig in to the code. ~For now I'll upgrade barrier to 2.1.1~ (that's an AUR version number, but barrier is still version 2.1) and monitor.
This pmap output seems to suggest that lots of memory is malloc'd but not free'd, since anon comes from malloc and mmap
pmap output: