Date: Mon, 23 Sep 2019 12:46:12 +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@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: trasz@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240769-227>
