Skip to content

Commit

Permalink
Log PID of run_bot process (#4382)
Browse files Browse the repository at this point in the history
This should allow us to figure out why certain processes are OOMing.

Related: b/376094981
  • Loading branch information
jonathanmetzman committed Nov 6, 2024
1 parent 85089fa commit 6ed8085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/bot/startup/run_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def main():

fuzzers_init.run()

logs.info(f'PID is {os.getpid()}')

if environment.is_trusted_host(ensure_connected=False):
from clusterfuzz._internal.bot.untrusted_runner import host
host.init()
Expand Down

0 comments on commit 6ed8085

Please sign in to comment.