Skip to content

Crashes IDA Pro 9.2 on Windows due to PySide6 6.8.0 bug #7

@Mirac-ulous

Description

@Mirac-ulous

Title:
Crashes IDA Pro 9.2 on Windows due to PySide6 6.8.0 bug
Description:
Environment

  • IDA Pro 9.2 (Windows x64)
  • IDAssist 1.5.0
  • Python 3.14
  • IDA's bundled PySide6: 6.8.0

Problem
IDAssist crashes IDA Pro 9.2 on Windows. The crash occurs both on startup
(auto-open via ready_to_run hook) and when manually opening the panel via Ctrl+Shift+A.

IDA's bundled PySide6 is version 6.8.0, which contains a known critical bug
that causes crashes. See: spyder-ide/qtpy#494

Even importing PySide6 directly in IDA's Python console triggers the crash:

import PySide6

Steps to reproduce

  1. Install IDAssist 1.5.0 via hcli on IDA Pro 9.2 Windows
  2. Open IDA with any binary
  3. IDA crashes automatically after analysis completes, OR crashes when pressing Ctrl+Shift+A

Expected behavior
Plugin loads without crashing IDA.

Workaround
None available. IDA ships a stripped minimal PySide6 (only QtCore, QtGui, QtWidgets)
so replacing it with a fixed version from pip is not feasible as it would conflict
with IDA's own Qt6 DLLs.

The fix needs to come from either Hex-Rays shipping PySide6 6.8.1+ with IDA,
or IDAssist working around the bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions