[Bug 240769] linux(4): 'openssl speed rsa' calls time(2)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 23 12:46:12 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240769

            Bug ID: 240769
           Summary: linux(4): 'openssl speed rsa' calls time(2)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: trasz at FreeBSD.org

For some reason Linux 'openssl speed rsa' ends up calling time(2) over and over
again:

write(2, "Doing 512 bit private rsa's for "..., 37Doing 512 bit private rsa's
for 10s: ) = 37
alarm(10)                               = 0
times({tms_utime=0, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 2574131
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996
time([1568856996])                      = 1568856996

[..]

This obviously doesn't happen under real Linux.

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


More information about the freebsd-bugs mailing list