joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Error "max non-trivial tinfo_t count has been reached" when exporting #253

Closed joxeankoret closed 1 year ago

joxeankoret commented 1 year ago

It seems there is some IDA bug that triggers when exporting immensely huge databases. If you are finding the following error:

max non-trivial tinfo_t count has been reached

Use the workaround implemented in 1d7c6a1:

$ export DIAPHORA_WORKAROUND_MAX_TINFO_T=1
$ ida64 yourdatabase.i64
joxeankoret commented 1 year ago

Thanks to @0xeb for reporting it and providing the workaround!