Bug 221420 - [patch] Allow sysctl debug.ncores to be greater than 10
Summary: [patch] Allow sysctl debug.ncores to be greater than 10
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.3-RELEASE
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-08-11 14:17 UTC by Gautier DI FOLCO
Modified: 2019-01-28 20:52 UTC (History)
3 users (show)

See Also:


Attachments
Patch made fron svn/head (2.40 KB, patch)
2017-08-11 14:17 UTC, Gautier DI FOLCO
no flags Details | Diff
Test scenario (1.60 KB, text/plain)
2017-08-11 14:19 UTC, Gautier DI FOLCO
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gautier DI FOLCO 2017-08-11 14:17:19 UTC
Created attachment 185290 [details]
Patch made fron svn/head

The goal of this patch is two allow the storing of more than 10 core files.
It has been developed for the 10.3-RELEASE and ported to 12.0-CURRENT.
Comment 1 Gautier DI FOLCO 2017-08-11 14:19:15 UTC
Created attachment 185291 [details]
Test scenario
Comment 2 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2019-01-28 20:26:42 UTC
This has been fixed in base r336306 (limit increased to 100000). Thanks for submitting the PR, sorry it took so long to process it.
Comment 3 Gautier DI FOLCO 2019-01-28 20:52:51 UTC
Thanks for your time