You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to decompile a rather larger (3.5MB) ELF x86 binary and I am seeing a crash during the optimizations phase of decompilation. I'm hoping you might have some pointers on how to prevent this crash, or a way to work around it (maybe ignore/skip optimizations somehow).
Aha! Yes it does. This is likely a duplicate. I thought I had searched deep enough through the issues, but I didn’t see those.
My crash is occurring at he same point #13 mentions. I will try the flags mentioned in the comments of that issue to disable optimizations while tracking memory usage and see what happens.
Thank you for the report. Would you be able to share with us the input binary file? Otherwise, I am afraid there is not much we can do about it, other than pointing you towards #13.
s3rvac
changed the title
retdec-llvmir2hll Crash on optimizations phase
retdec-llvmir2hll crashes in the SimpleCopyPropagationOptimizer phase
Feb 2, 2018
Hello,
I'm trying to decompile a rather larger (3.5MB) ELF x86 binary and I am seeing a crash during the optimizations phase of decompilation. I'm hoping you might have some pointers on how to prevent this crash, or a way to work around it (maybe ignore/skip optimizations somehow).
Issue Description
What command am I running?
A pretty vanilla command:
The binary is stripped but not packed.
What am I seeing?
The process makes it through this decompile step:
Then fails during:
What error message am I seeing?
After making it through several phases of the second Decompiling step, it fails with the following information:
So something is going wrong around here... https://github.com/avast-tl/retdec/blob/master/scripts/retdec-decompiler.sh#L945
What is interesting is the "Killed" message. Is something getting forcefully killed because it is taking too long maybe?
My System Information
retdec Version
I successfully cloned and built the project yesterday 1/31/2018
OS Info
x86_64 Ubuntu 16.04.3 (xenial)
The text was updated successfully, but these errors were encountered: