Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2015 17:57:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 198462] The system stops calling SIGPROF handler after some time
Message-ID:  <bug-198462-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198462

            Bug ID: 198462
           Summary: The system stops calling SIGPROF handler after some
                    time
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: ikosarev@accesssoftek.com

Created attachment 154094
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154094&action=edit
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).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198462-8>