https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240769
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
