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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 23 15:24:17 UTC 2019


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

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Which version of openssl?  Under real linux (4.20.4 kernel, glibc 2.27), with
openssl 1.1.0i, I instead see a bajillion getpid() calls (something like
300/second).  (suggestive of fork-detection.)

But I suspect that has nothing to do with your time() calls.  Probably instead
of time() syscall, openssl is hitting some linux-vdso.so.1 call that we don't
implement in linuxulator.

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


More information about the freebsd-bugs mailing list