Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 15:24:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240769] linux(4): 'openssl speed rsa' calls time(2)
Message-ID:  <bug-240769-227-5d1PmEbHxF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240769-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240769-227@https.bugs.freebsd.org/bugzilla/>

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

Conrad Meyer <cem@freebsd.org> changed:

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

--- Comment #1 from Conrad Meyer <cem@freebsd.org> ---
Which version of openssl?  Under real linux (4.20.4 kernel, glibc 2.27), wi=
th
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 inst=
ead
of time() syscall, openssl is hitting some linux-vdso.so.1 call that we don=
't
implement in linuxulator.

--=20
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-240769-227-5d1PmEbHxF>