Omerr666
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000000
backtrace:
#00 pc 0000000000000000 <unknown>
That's exciting! The app tried to execute code at 0, which isn't going to work. If I were to speculate, maybe the app tried to load some code dynamically, didn't notice that it couldn't, and went ahead and jumped into the void.
Personally I'm not sure I'd want to trust money to an app with that kind of code quality.