wolfcw / libfaketime

libfaketime modifies the system time for a single application
https://github.com/wolfcw/libfaketime
GNU General Public License v2.0
2.74k stars 327 forks source link

BUG BUG!!!!!! #480

Open peijs opened 3 weeks ago

peijs commented 3 weeks ago

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

nine commented 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

peijs commented 3 weeks ago

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

nine commented 2 weeks ago

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.

peijs commented 2 weeks ago

@88