Bug 441090 - RFE: capture core files into $resultdir
Summary: RFE: capture core files into $resultdir
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mock
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Clark Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-06 03:09 UTC by Matt Domsch
Modified: 2013-05-05 02:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-04 01:40:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
initial cut at chroot_scan plugin (4.31 KB, patch)
2013-04-11 20:01 UTC, Clark Williams
no flags Details | Diff

Description Matt Domsch 2008-04-06 03:09:34 UTC
Description of problem:
on occasion, a build will fail due to a segfault by gcc or other such apps.  It
would be beneficial to capture the core files produced in such failures to
include in the resultdir, to help determine the source of the underlying
failure.  While such failures cause a FTBFS, the root cause bug is going to be
in the compiler.

Comment 1 Michael E Brown 2008-04-07 00:03:59 UTC
-- Any proposal for how to do this?

-- Any reason this could not be done by a separate program?

Comment 2 Jon Stanley 2008-04-23 20:30:00 UTC
Adding FutureFeature keyword to RFE's.

Comment 3 Ville Skyttä 2010-03-22 20:31:40 UTC
(In reply to comment #1)

Just some thoughts off the cuff, not sure about doability/feasibility:

> -- Any proposal for how to do this?

If a build fails, find filenames matching "core(\.\d+)?" from build root, copy them somewhere below resultdir along with their relative parent dirs from build root (cp --parents).

BTW, config.log (autoconf log) would be nice to have similarly stashed in resultdir if it's found in build dir.  Perhaps also logs for other common build tools (cmake, scons?) if they have predictable file names.

Maybe stash all these even if the build succeeds, and output a warning if core files were found?

> -- Any reason this could not be done by a separate program?    

I suppose that wouldn't work with the tmpfs plugin.

Comment 4 Fedora Admin XMLRPC Client 2011-03-11 18:09:04 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Clark Williams 2013-04-11 17:43:16 UTC
How would you feel about it being a plugin?

I figure we could install a 'postbuild' hook that would scan the chroot for files of interest and then copy them into the result dir. 

Would that work for you?

Comment 6 Clark Williams 2013-04-11 20:01:15 UTC
Created attachment 734384 [details]
initial cut at chroot_scan plugin

Here's my first try at a plugin that when enabled will scan the chroot for files matching the regex'es passed in. 

Please let me know if this is close to what you want.

Comment 7 Fedora Update System 2013-04-16 17:34:21 UTC
mock-1.1.31-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/mock-1.1.31-1.fc19

Comment 8 Fedora Update System 2013-04-16 17:35:25 UTC
mock-1.1.31-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/mock-1.1.31-1.fc17

Comment 9 Fedora Update System 2013-04-16 17:36:21 UTC
mock-1.1.31-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/mock-1.1.31-1.el6

Comment 10 Fedora Update System 2013-04-16 17:37:16 UTC
mock-1.1.31-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/mock-1.1.31-1.fc18

Comment 11 Fedora Update System 2013-04-17 16:21:56 UTC
Package mock-1.1.31-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing mock-1.1.31-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-5858/mock-1.1.31-1.fc19
then log in and leave karma (feedback).

Comment 12 Fedora Update System 2013-04-18 20:27:38 UTC
mock-1.1.32-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/mock-1.1.32-1.fc17

Comment 13 Fedora Update System 2013-04-18 20:28:54 UTC
mock-1.1.32-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/mock-1.1.32-1.fc18

Comment 14 Fedora Update System 2013-04-18 20:30:20 UTC
mock-1.1.32-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/mock-1.1.32-1.el6

Comment 15 Fedora Update System 2013-04-18 20:31:46 UTC
mock-1.1.32-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/mock-1.1.32-1.fc19

Comment 16 Fedora Update System 2013-05-04 01:40:48 UTC
mock-1.1.32-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 17 Fedora Update System 2013-05-05 02:28:45 UTC
mock-1.1.32-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 18 Fedora Update System 2013-05-05 02:29:55 UTC
mock-1.1.32-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.