Bug 198462 - The system stops calling SIGPROF handler after some time
Summary: The system stops calling SIGPROF handler after some time
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.1-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: Bugmeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-09 17:57 UTC by Ivan Kosarev
Modified: 2025-01-25 02:01 UTC (History)
1 user (show)

See Also:


Attachments
The test source. (1.00 KB, text/plain)
2015-03-09 17:57 UTC, Ivan Kosarev
no flags Details
The VirtualBox config used to repoduce the defect. (7.68 KB, text/xml)
2015-03-09 17:58 UTC, Ivan Kosarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Kosarev 2015-03-09 17:57:22 UTC
Created attachment 154094 [details]
The test source.

The output of the attached test indicates that after about a minute of run the system doesn't call the SIGPROF handler anymore. The test works as expected on Linux.

How to reproduce:
$ gcc test.cc  # or clang test.cc
$ ./a.out

Actual output:
0
1
2
3
...
*0
*1
*2
*3
...

Expected output:
0
1
2
3
...
(with rare inclusions of the asterix-prefixed lines).
Comment 1 Ivan Kosarev 2015-03-09 17:58:23 UTC
Created attachment 154095 [details]
The VirtualBox config used to repoduce the defect.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2025-01-25 02:01:41 UTC
^Triage: I'm sorry that this PR did not get addressed in a timely fashion.

By now, the version that it was created against is long out of support.
Please re-open if it is still a problem on a supported version.