summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-06-26 00:04:52 -0400
committerJordan Wiens <jordan@psifertex.com>2024-06-26 00:04:52 -0400
commitb3b3fcdb51b909a605b4f2b810d95943a436d030 (patch)
tree254b94e6e5d42d3b6efa1af07bcef0d28f302690 /docs
parent7216528120131567342314375161770083589864 (diff)
add intel CPU bug to troubleshooting
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/troubleshooting.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index 83fd3a0b..936b4cab 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -184,6 +184,9 @@ stdenv.mkDerivation rec {
[slack]: https://slack.binary.ninja
[hashes]: https://binary.ninja/js/hashes.js
+### Intel 13th and 14th generation CPUs
+
+As described in [issue 5449](https://github.com/Vector35/binaryninja-api/issues/5449), several users have reported unknown crashes due to a [known bug](https://www.theverge.com/2024/6/14/24178751/intel-raptor-lake-crash-fix-etvb-not-yet). The currently recommended work-around is to do a BIOS upgrade to microcode 0x125 or later.
## Environment Variables