Skip to content

Commit

Permalink
Fix error in documentation -- SIGQUIT not SIGINT will make Bazel dump…
Browse files Browse the repository at this point in the history
… its threads!

Fixes #748

--
MOS_MIGRATED_REVID=111468883
  • Loading branch information
janakdr authored and philwo committed Jan 7, 2016
1 parent f550d65 commit 6e24a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/bazel-user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -3752,8 +3752,8 @@ <h2 id='profiling'>Troubleshooting performance by profiling</h2>
</ul></li>
</ul>

<p>If Bazel appears to be hung, you can hit <kbd>&langle;Control&rangle;</kbd>-<kbd>\</kbd> or send Bazel
a <code>SIGINT</code> signal (<code>kill -3 $(bazel info server_pid)</code>) to get a
<p>If Bazel appears to be hung, you can hit <kbd><kbd>ctrl</kbd> + <kbd>\</kbd></kbd> or send
Bazel a <code>SIGQUIT</code> signal (<code>kill -3 $(bazel info server_pid)</code>) to get a
thread dump in the file <code>$(bazel info output_base)/server/jvm.out</code>.
</p>

Expand Down

0 comments on commit 6e24a37

Please sign in to comment.