Bug 180841
Summary: | Process accounting sometimes do not append records for terminated processes | ||
---|---|---|---|
Product: | Process Management | Reporter: | Dmitry Romanov (rdimanos) |
Component: | Other | Assignee: | process_other |
Status: | NEW --- | ||
Severity: | normal | CC: | martin.steigerwald, rdimanos |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.3-rc1 and later | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
Test case for illustration problem with process accounting
image50bd4d.PNG |
Description
Dmitry Romanov
2016-10-24 19:23:21 UTC
According to the following comment in the Debian bug report this issue may be solved meanwhile: atop sometimes fails with a floating point exception or a trap exception Re: Bug#778598: atop: SIGFPE https://bugs.debian.org/778598#49 Dmitry, can you confirm this? Hello Martin I tested atop version 2.2.3-1~exp1, mentioned in comment https://bugs.debian.org/778598#49 (I build this version from source in my Ubuntu and launch directly as the superuser, did not install in system). I launched atop many times and look for presence and size of accounting file (/tmp/atop.d/atop.acct). I did not experience atop crash with SIGFPE now. But sometimes after atop launching accounting file was absent. When problem with process accounting in kernel happened (like described in my bug report above), it seems (as seen in source), that this version atop switch off process accounting and remove accounting file without any message to user. Created attachment 248481 [details] image50bd4d.PNG Sehr geehrte Absenderin, sehr geehrter Absender, ich bin bis einschließlich 6.1.2017 im Urlaub. Sollten Sie ein dringendes Problem haben und über einen Servicevertrag verfügen, erreichen Sie uns rund um die Uhr unter der 0700er-Service-Nummer, die Sie von uns erhalten haben. Für alle anderen Fragen, die nicht warten können, kontaktieren Sie unser Support-Team unter support@teamix.de oder rufen Sie die 0911 / 30 999 - 0 an. Bitte setzen Sie mich ebenfalls auf CC. Mails an mich bearbeite ich, wenn ich zurück bin. Ich lasse sie nicht automatisch weiterleiten. Frohe Weihnachten und ein gutes neues Jahr, -- <http://www.teamix.de>[teamix]<http://www.teamix.de> Martin Steigerwald Trainer teamix GmbH Südwestpark 43 90449 Nürnberg Tel.: +49 911 30999 55 Fax: +49 911 30999 99 mail: martin.steigerwald@teamix.de web: http://www.teamix.de blog: http://blog.teamix.de Amtsgericht Nürnberg, HRB 18320 | Geschäftsführer: Oliver Kügow, Richard Müller teamix Support Hotline: +49 911 30999-112 *** Bitte liken Sie uns auf Facebook: facebook.com/teamix *** Fixed by the following commit in stable: commit ae04ca35247af576999da5ef726d1a03fc65de09 Author: Oleg Nesterov <oleg@redhat.com> Date: Thu Jan 4 16:17:49 2018 -0800 kernel/acct.c: fix the acct->needcheck check in check_free_space() |