September 06, 2017
https://issues.dlang.org/show_bug.cgi?id=17811

I had a Visual D solution. That solution contains one library(mixed D/C++) and one D application that uses the library.

When anything goes wrong in the C++ code, I get the problem described in the bug report.

I'm using LDC, and "Always generate stack frame" is toggled on for both the library, and the application - but I still get no stack frame.

If anyone has any idea how to deal with this, advice would be appreciated.

  Thanks