# IDA 8.0sp1

**IDA 8.0.220829 (SP1)** ***August 29, 2022***

#### Bugfixes

* BUGFIX: debugging was broken on macOS13
* BUGFIX: IDA could crash on some systems when checking for new version from the UI
* BUGFIX: IDA could fail to symbolicate stubs in iOS16 dyldcaches
* BUGFIX: IDA could freeze (on linux) when the "Open file" dialog was opened during autoanalysis
* BUGFIX: IDA could load some bytes incorrectly from iOS16 dyldcaches
* BUGFIX: IDA could show a "Running" dialog when stepping over/into during debugging with GDB/iOS/WinDbg
* BUGFIX: IDA would crash when using "Create struct from data" if struct\_0 already existed
* BUGFIX: IDA would fail to generate nice names for \_\_objc\_stubs sections in stripped macOS12 binaries
* BUGFIX: iOS debugger was broken on iOS 16
* BUGFIX: kernel: IDA would incorrectly move function bounds if it started with a nop instruction
* BUGFIX: PIC: IDA would crash when trying to change the current device for the PIC18 family via the global Options dialog
* BUGFIX: RX: some variants of the movu instruction were decoded incorrectly (wrong displacement value)
* BUGFIX: ui: in the Load new file dialog, processors and processor families were sorted case-sensitively, making it harder to discover some of them
* BUGFIX: decompiler: decompiler could hang when decompiling some functions with merged calls optimization
* BUGFIX: decompiler: fix interr 50458 which could occur in some MIPS binaries

[See all releases](/release-notes.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hex-rays.com/release-notes/8_0sp1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
