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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"