Bug 557386
Summary: | changes in do_coredump breaks ABRT | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jiri Moskovcak <jmoskovc> | |
Component: | kernel | Assignee: | Neil Horman <nhorman> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | high | Docs Contact: | ||
Priority: | low | |||
Version: | rawhide | CC: | anton, awilliam, dcantrell, dfediuck, dougsland, gansalmon, itamar, jmoskovc, jonathan, kernel-maint, kmcmartin, martin, mishu | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | kernel-2.6.33-0.47.rc8.git1.fc13 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 557387 567331 (view as bug list) | Environment: | ||
Last Closed: | 2010-02-24 19:14:46 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 538273, 557387, 560992, 567331 |
Description
Jiri Moskovcak
2010-01-21 09:55:05 UTC
I see this too: 2.6.33-0.18.rc4.git7.fc13.x86_64 Process 2071(hal-disable-pol) has RLIMIT_CORE set to 0 Aborting core If the patch is applied in koji, I'd be happy to test it. a patch for this got pulled into -mm, I'll backport to rawhide, and kick off a koji build shortly. http://koji.fedoraproject.org/koji/taskinfo?taskID=1964481 Could you verify this build works the way you expect please? Hi, just tried that kernel and ABRT detects crashes, but now the dump helper has troubles to readlink /proc/<pid>/exe, is it possible, that it disappears before the dump helper is done? Jirka i'm glad it works. As for the dissappearing /proc/pid/exe files, you should read the git commit log more closely regarding the patch that started all this consternation. One of the reported bugs that that set fixes is the race between the cleanup of the crashing process and the collection of the dump. theres a new sysctl called core_pipe_limit that you need to set to guarantee the prevent that race condition. It only worked previously by good fortune Ok, I will take a deeper look into it on Monday, now I gave it just a few minutes to install the kernel and test if abrt-hook is called when crash happens. Thanks, Jirka ok, let me know when you get to testing it The second version seems to works fine, now I need to implement the core_pipe_limit setting in abrt. Thanks, J. commited to rawhide. Has there been a kernel build since this was committed? kernel -51 fixed this, I believe. I have tested abrt 1.0.8 plus kernel -52; abrt works in that combination. |