View Single Post
  #11  
Old 07-04-2024, 08:39
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 358
Rept. Given: 143
Rept. Rcvd 24 Times in 13 Posts
Thanks Given: 196
Thanks Rcvd at 168 Times in 51 Posts
TQN Reputation: 24
All plugins which import/uses PyQt5.
For example, test with capa, telnet, lighthouse...

Crash text:
"IDA v8.3.230608 has encountered a problem.
Please send this information and, if possible, steps to reproduce the problem to <[email protected]>

Exception code: C0000005 Exception Flags: 00000000 Exception address: D39A137D
Parameters: 00000000, FFFFFFFF, 00000000"

From dump file, I debug and found, exception throwed from idapython.dll, extlang remove function.

"Oops! internal error 1442 occurred.
Further work is not possible and IDA will close.
Would you like to create a crash dump for a bug report?"

I will rebuild IDAPython from github repo source for IDA 8.3 and IDA 8.4 free and try test.

My old Python is 3.9.
IDA 77 and 8.3 run well with Python 3.9
I update to 3.12 because many lib/package Python out of support for Python 3.9. For example: ipython, jupyter...

I am thinking: not a bug of IDAPython, but bug occurred from the Qt5 private patched of Hexrays.

Last edited by TQN; 07-04-2024 at 08:45.
Reply With Quote
The Following User Says Thank You to TQN For This Useful Post:
niculaita (07-04-2024)