Summary: | turn off core dumps from the regression tests, more thoroughly | ||
---|---|---|---|
Product: | dbus | Reporter: | Simon McVittie <smcv> |
Component: | core | Assignee: | Simon McVittie <smcv> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | alban.crequy, thiago, walters |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | review? | ||
i915 platform: | i915 features: | ||
Attachments: | On Linux, call prctl to disable core dumps |
Description
Simon McVittie
2014-09-11 16:04:21 UTC
Created attachment 106143 [details] [review] On Linux, call prctl to disable core dumps Whenever I forget to turn off corekeeper, the regression tests take ages to record all test-segfault's crashes. Comment on attachment 106143 [details] [review] On Linux, call prctl to disable core dumps Review of attachment 106143 [details] [review]: ----------------------------------------------------------------- ::: configure.ac @@ +600,5 @@ > > +# For test-segfault.c > +AC_CHECK_HEADERS_ONCE([sys/prctl.h]) > +AC_CHECK_FUNCS_ONCE([prctl raise]) > + Do the _ONCE checks work with old versions of autoconf? (In reply to comment #2) > Do the _ONCE checks work with old versions of autoconf? Yes. They were new in 2.59c, back in 2006. (In reply to comment #3) > Yes. They were new in 2.59c, back in 2006. (And we require 2.63 already.) It looks good to me then. Fixed in git for 1.8.8, 1.9.0 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.