Bug #1946555 listed below was incomplete. Disregard it.
I got Boomerang (on Windows XP service pack 2, tried both GUI and command line without options) crashed,
while decompile a trivial hello world program complied by wx-devcpp (wxdsgn.sourceforge.net/)
Here's the source code:
#include <stdio.h>
int main()
{
printf("%s\n","hello!!");
return 0;
}
And attached hello.exe is the compiled binary.
The program crashed during "CODE GENERATION" phase.
HELLO WORLD BINARY