Open peijs opened 3 weeks ago
@peijs Please consider to improve the quality of your bug report.
Some good guidelines how to write a bug report can be found here:
https://github.com/OpenSC/OpenSC/wiki/How-to-write-a-good-bug-report
The system environment I am using is Ubuntu 20.04.2 LTS and CentOS 7.9, with JDK version 1.8. When running env LD-PRELOAD=/var/local/lib/faketime/libfaketime. so. 1 FAKETIME="2023-05-01 17:31:00" nohup Java server jar test. jar&, the CPU usage is noticeably high.. If you directly run java - jar test. jar, everything will be normal.. How to solve it
cf. https://github.com/OpenSC/OpenSC/wiki/How-to-write-a-good-bug-report#title
The title should describe the problem as best as possible. Remember that the title is read more often than any other part of the bug report.
@88
I use env LD-PRELOAD=/var/local/lib/faketime/libfaketime. so. 1 FAKETIME="2023-05-01 17:31:00" nohup java server jar test. jar&to run, which consumes a very high amount of CPU.. What's going on here.. Or how to solve it