FreeBSD Bugzilla – Attachment 185291 Details for
Bug 221420
[patch] Allow sysctl debug.ncores to be greater than 10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test scenario
test.txt (text/plain), 1.60 KB, created by
Gautier DI FOLCO
on 2017-08-11 14:19:15 UTC
(
hide
)
Description:
Test scenario
Filename:
MIME Type:
Creator:
Gautier DI FOLCO
Created:
2017-08-11 14:19:15 UTC
Size:
1.60 KB
patch
obsolete
># sysctl debug.ncores=15 >debug.ncores: 5 -> 15 ># sysctl kern.corefile=%N%I.core >kern.corefile: %N.core -> %N%I.core ># exit >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 1 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 2 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 3 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 4 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 5 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 6 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 7 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 8 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 9 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 10 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 11 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 12 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 13 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 14 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 15 >$ ./a.out; ls |grep "\.core" | wc -l >Abort trap (core dumped) > 15 >$ ls >a.out a.out10.core a.out14.core a.out5.core a.out9.core >a.out11.core a.out2.core a.out6.core generate-coredump.c >a.out0.core a.out12.core a.out3.core a.out7.core >a.out1.core a.out13.core a.out4.core a.out8.core
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221420
:
185290
| 185291