Fatal error during phase 1 unwinding

When attempting to launch the Remote Debugger Console (2018r1.1) on Raspbian Stretch Lite (April 2018), the message Fatal error during phase 1 unwinding is displayed and then the app aborts.

pi@fwrPi3:~/RemoteDebuggerConsole $ ./RemoteDebuggerConsole Machine Name: fwrPi3 Download Directory: /home/pi/ 192.168.1.199 IP Address: 192.168.1.199 Maximum Connections: 5 Fatal error during phase 1 unwinding Aborted

libunwind8 is installed.
Any suggestions?

<https://xojo.com/issue/52281> While the 2018r1 version still works the arm32bit version of remote debugging console app from the 2018r1.1 release for the pi is broken (during install it crashes with unwind error in phase1)

@Greg O’Lone
@William Yu
Please fix this 2018r1.1 regression in 2018r2.

use remote debugger stub from 2018 r1 (instead of r1.1)

Thanks Derk. I’m aware of the workaround, which is described in the Feedback case, but would still like to see this regression fixed. It was reported back in May and has a ranking of 63.

Have any of you tried

apt-get install libunwind*

It solves the problem for me here.

[quote=398485:@Greg O’Lone]Have any of you tried

apt-get install libunwind*

It solves the problem for me here.[/quote]
Unfortunately, that did not solve it for me.