Skip to content

Commit 6f8427d

Browse files
Mark old commands as susceptible to the JRE lockup (#1752)
* Mark old commands as susceptible to the JRE lockup * Fix formatting Co-authored-by: sciencewhiz <[email protected]>
1 parent c95ebd7 commit 6f8427d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/docs/yearly-overview/known-issues.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Reentrant uses of synchronized may cause deadlock in Java
132132

133133
**Issue:** If multiple threads call a `synchronized` object, there may be a deadlock. This is caused by a bug in the version of JDK bundled with the 2022.1.1 to 2022.3.1 versions of WPILib.
134134

135+
The old commands framework, when using PIDController and PIDCommand, is possibly susceptible to this issue. If using that combination, please update to the latest WPILib to solve the issue.
136+
135137
**Workaround:** There are two options for workarounds:
136138

137139
#. Install the 2021 JDK. This is performed automatically in WPILib 2022.4.1 and later.

0 commit comments

Comments
 (0)